astronomyk / SimCADO

Other
4 stars 5 forks source link

Typos in EC_pickles.fits (.columns.names) #43

Closed LucIJspeert closed 5 years ago

LucIJspeert commented 5 years ago

While checking the spectral types in EC_pickles.fits I noticed the following set of names: ['B12III', 'B57V', 'A47IV', 'F02IV', 'K01II', 'K34II', 'M2P5V']

Seems like typos that in any case will result in these items not being found by the code (the way it is set up now at least - looking at the function _get_pickles_curve in source.py that uses this file)

PS. I wanted to add the file where I changed the column names to ['B1III', 'B5V', 'A4IV', 'F0IV', 'K0II', 'K3II', 'M2V'] respectively, but .fits is not supported. I could e-mail them of course.

astronomyk commented 5 years ago

Hi! Thanks for finding that bug!

If you email me the updated file, I'll replace the one that's currently in the distribution.

Cheers! Kieran