VespucciProject / Vespucci

A free (open source), cross-platform tool for spectroscopic data analysis and imaging
GNU General Public License v3.0
18 stars 8 forks source link

New interface for analysis objects #56

Closed dpfoose closed 8 years ago

dpfoose commented 8 years ago

The class AbstractDataAnalyzer is now a parent to MetaAnalyzer, MultiAnalyzer, and VespucciDataset. Also, nonlinear least squares is implemented through the lmfit library.

THIS WILL FAIL BUILD on windows and linux until a commit fixing the config files to link to lmfit is made on those operating systems.

review-ninja commented 8 years ago

ReviewNinja

dpfoose commented 8 years ago

Builds should be fixed