Skip to content

Commit

Permalink
Ingest spectral types added
Browse files Browse the repository at this point in the history
  • Loading branch information
LishaRamon committed Dec 1, 2023
1 parent a93410b commit 5d36e3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/ingests/ingest_BDR_J1750+3809.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')

0 comments on commit 5d36e3a

Please sign in to comment.