nthallen / icosfit

ICOSfit Absorption Spectra Fitting Software
GNU General Public License v2.0
3 stars 0 forks source link

Eliminate ICOSsetup #5

Open nthallen opened 4 years ago

nthallen commented 4 years ago

This is an ugly hack that has been replaced by ICOS_setup, which returns data neatly hidden inside a structure. It is still used in the following routines:

nthallen commented 4 years ago

icosfit_optimizer provides useful ways to compare runs that could replace much of diagnose.m, but it does not provide a direct comparison of calculated and floating width values.

nthallen commented 2 years ago

Consider altering the definition of ICOSconfig.m to a function to create a struct rather than dumping a bunch of variables in the workspace. That would ultimately simplify ICOS_setup. Could change the name of the file so ICOS_setup would know how to invoke it.

nthallen commented 2 years ago

basefilefromresid.m: deleted diagnose.m: fixed dispfix.m: fixed mixlines.m: fixed rrresid.m: Still pending