s-goldman / Dusty-Evolved-Star-Kit

SED-fitting python package for fitting evolved stars
https://dusty-evolved-star-kit.readthedocs.io
Other
15 stars 2 forks source link

Bug: Inputs don't work with column names in the input csv files #139

Closed s-goldman closed 4 years ago

s-goldman commented 4 years ago

Add line to set the default column names as 'col0', and 'col1' or use function to ignore the input column names.

s-goldman commented 4 years ago

add line table.rename_columns((table.colnames[0], table.colnames[1]), ("wavelength", "flux")) to get data, after table is read

s-goldman commented 4 years ago

also change corresponding col1's, and col2's.