Finally added some basics flags for error or warnings during fitting. See README for details.
Error flags in the output. They will be present if spectra is bad, or the fit converges with very few iterations. I suspect that in 99%+ cases they are true positives and you can safely remove any fits with error flag != 00000000
Warning flags in the output. For now only pretty much if fitted parameters are at the edge. Up to you whether to remove or not.
TSclass refactoring. Preparing for potentially to use other codes rather than just TS.
Slow additions of result printing in the jupyter notebook for easier analysis.
Can add different resolution in the fitlist
Default error (if none is given) is 0.01 now, so after the fit chi-sqr should be on the order of 1 (or at least 0.1 to 10 for good spectra and fits)
logg fit method, though not very good. It fits logg based on FeH and vmic, so cyclical relation exists, don't trust it.
Finally added some basics flags for error or warnings during fitting. See README for details.