From 5d36e3a4a9bfd76656aa14d544c3bc436a5d9c85 Mon Sep 17 00:00:00 2001 From: Lisha Ramon Date: Fri, 1 Dec 2023 00:35:32 -0500 Subject: [PATCH] Ingest spectral types added --- scripts/ingests/ingest_BDR_J1750+3809.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/ingests/ingest_BDR_J1750+3809.py b/scripts/ingests/ingest_BDR_J1750+3809.py index af9e1d0d7..6e006af11 100644 --- a/scripts/ingests/ingest_BDR_J1750+3809.py +++ b/scripts/ingests/ingest_BDR_J1750+3809.py @@ -33,6 +33,17 @@ # code from deprecated utils does not work ingest_names(db, '[VCS2020] BDR J1750+3809', 'BDR J1750+3809') + +# SPECTRAL TYPES +# The spectral type of T6.5 is based on data in the nir regime. +# Will also want to ingest the photometry from Table 1 +ingest_spectral_types(db, sources = (" "), + spectral_types = ("T6.5"), + references = (" "), + regimes = (" "), + spectral_type_error=None, + comments=None) + # WRITE THE JSON FILES if SAVE_DB: db.save_database(directory='data/')