dr-rodriguez / SEDkitSIMPLE

Utilities and examples for using SEDkit with SIMPLE
0 stars 0 forks source link

Issue with Manja16 spectra #6

Open SherelynA opened 1 year ago

SherelynA commented 1 year ago

I have been trying to add a spectrum from the Manja16 ingest for the object SIMP J0136+09 to an sed however sedwithsimple is unable to parse the spectrum: https://bdnyc.s3.amazonaws.com/xshooter/IPMS0136_total.fits. It looks like this when I used Screen Shot 2022-09-18 at 3 46 39 PM. This is the message that shows up for both the optical and nir entry. I tried to use specutils to make the file into a spectrum1D object and then just manually provide it to sed however when I try to do so, the wavelength of the object is just [1.,2.,3.] Angstroms as shown : Screen Shot 2022-09-18 at 4 09 31 PM, so when I try to add it after using s.add_spectrum(), I received a message that the length of the given wavelength and flux are not the same. Is there another way to add this spectrum? @dr-rodriguez