SIMPLE-AstroDB / SIMPLE-db

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

Convert and ingest JWST spectra of VHS 1256b #387

Open kelle opened 1 year ago

kelle commented 1 year ago

The published version of the VHS 1256b spectrum is here: https://cfn-live-content-bucket-iop-org.s3.amazonaws.com/journals/2041-8205/946/1/L6/revision2/apjlacb04af8.tar.gz?AWSAccessKeyId=AKIAYDKQL6LTV7YY2HIK&Expires=1689712955&Signature=E%2F5GNFA3Fx3K7ONAb8pxciHPBpM%3D

It needs to be converted into two FITS files (spectra from two different instruments). and then ingested.

@jolielheureux , wanna take this on since you've already done it once? I assume you still have the script?

kelle commented 1 year ago

Here's the spectra: VHS1256b_V2.txt

jolielheureux commented 1 year ago

Yes I will work on it! I still have the script.

On Tue, Jul 11, 2023 at 5:09 PM Kelle Cruz @.***> wrote:

Here's the spectrum: VHS1256b_V2.txt https://github.com/SIMPLE-AstroDB/SIMPLE-db/files/12021544/VHS1256b_V2.txt

— Reply to this email directly, view it on GitHub https://github.com/SIMPLE-AstroDB/SIMPLE-db/issues/387#issuecomment-1631512498, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXO4JJWXFCH75SS5IVQCSPTXPW6IPANCNFSM6AAAAAA2GSBSUE . You are receiving this because you were mentioned.Message ID: @.***>

jolielheureux commented 1 year ago

Converted VHS1256b fits file: vhs1256b.zip

kelle commented 1 year ago

URLs to spectra: https://bdnyc.s3.amazonaws.com/JWST/MIRI/VHS1256b_MIRI.fits https://bdnyc.s3.amazonaws.com/JWST/NIRSpec/VHS1256b_NIR.fits

kelle commented 1 year ago

and the original text file: https://bdnyc.s3.amazonaws.com/JWST/VHS1256b_V2.txt

kelle commented 1 year ago

DOI for reference paper: 10.3847/2041-8213/acb04a

kelle commented 11 months ago

This spectrum is not compatible with the latest version of specutils (v1.12). We need to make sure the spectra are sorted.

eg.,

data = data[data[:, 0].argsort()]