Charles
                                            Charles
                                        
                                    @GhostDeini Yes it is, thanks for asking! The easiest way is to provide an initial guess of concentration numbers in the fit method -- setting the first entry to 1.0...
You have a few options. You can increase the tol_increase in the instantiation of McrAr: `mcrar = McrAr(tol_increase=10.) # 1000% increase in err metric allowed` You can absolutely input an...
Work-around for Win10: Create a shortcut on the desktop: * Right-click on the desktop -> New -> Shortcut * "Target" : C:\[Directories]\python.exe -m crikit Change the scaling mode * Right-click...
It's definitely possible but it's a ton of work. I'll see what I can do
> Maybe it will be easier if adding an option that can import the imageJ ROI file, something like integrating this package (https://pypi.org/project/read-roi/) into your crikit? Can you send me...