PAHFIT / pahfit

Model Decomposition for Near- to Mid-Infrared Spectroscopy of Astronomical Sources
https://pahfit.readthedocs.io/
18 stars 26 forks source link

Can't turn temp_fixed values to False #168

Open BethanyRS opened 2 years ago

BethanyRS commented 2 years ago

Making a string greater than four characters (such as 'False') in the temp_fixed column of the ipac table results in the error "StringTruncateWarning: truncated right side string(s) longer than 4 character(s) during assignment". This seems to be a documented issue with astropy tables. However, it should be corrected for users wishing to unfix the blackbody temperatures with code.

karllark commented 2 years ago

What a weird bug. Definitely we should fix this in PAHFIT. Should be straightforward given the comments in the linked issue.