usnistgov / MATS

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

MATS Make doesn't load the linelistdata.py #57

Open eadkins333 opened 1 year ago

eadkins333 commented 1 year ago

Fitting_Protocol_ABand_Synthetic notebook. The line PARAM_LINELIST = linelistdata['O2_ABand_Drouin_2017_linelist'] failed with an error saying the file could not be found. I just wanted to let you know that I tracked it back to the fact that there was no Linelist folder in C:\ProgramData\Anaconda3\envs\MATS-env\Lib\site-packages\MATS where Python was importing linelistdata.py from. When I copied the Linelist folder from MATS-Development\MATS to C:\ProgramData\Anaconda3\envs\MATS-env\Lib\site-packages\MATS everything worked out fine.