SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Convert SINFONI spectra #321

Open jolielheureux opened 1 year ago

jolielheureux commented 1 year ago

Spectra from Issue #287 that are readable with format = 'Spex Prism'

spex_prism_table.dat.zip

kelle commented 1 year ago

https://s3.amazonaws.com/bdnyc/SINFONI/ABPicb_H%2BK_0.025_final_spectrum.fits https://s3.amazonaws.com/bdnyc/SINFONI/ABPicb_J_0.025_norm_master_spectrum.fits https://s3.amazonaws.com/bdnyc/20912_etador21_merge.fits

kelle commented 1 year ago

What's odd is that none of these are actually spex prism spectra. Something wonky is going on here.

kelle commented 1 year ago

Turns out the "Spex Prism" loader works for these data because they were reduced with Spextool. However, they are not able to be auto-identified as readable with the Spex Prism loader because it's looking for IRTF and Spex in the headers. We discussed modifying the loader to work with these data but we decided we should just convert them.

They will be easy to convert because you can just use the Spex Prism loader!

Updating the name of this issue and assigning to @jolielheureux .