usnistgov / MATS

Multi-spectrum Analysis Tool for Spectroscopy
https://pages.nist.gov/MATS/
Other
9 stars 7 forks source link

Model Definition Read Line Parameter Dataframe #6

Closed eadkins333 closed 3 years ago

eadkins333 commented 3 years ago

Currently in the model definition for each spectrum the dataframe is being read in from .csv is this somewhere in memory that would make more sense to call?

eadkins333 commented 3 years ago

In the class initialization I added two parameters that read-in the baseline and parameter linelist and generate dataframes. This dataframe can then be called throughout the fitdata class instead of having to keep making a dataframe from the .csv

Closed 5/15/2019