Skip to content

Commit

Permalink
Updated PM
Browse files Browse the repository at this point in the history
  • Loading branch information
LishaRamon committed Dec 4, 2023
1 parent 2e9c69e commit 9215b51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/ingests/ingest_BDR_J1750+3809.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@


# 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
# The spectral type of T6.5 is based on data in the nir regime
ingest_spectral_types(db, sources = ["[VCS2020] BDR J1750+3809"],
spectral_types = "T6.5",
references = "Veda20",
Expand All @@ -46,7 +45,7 @@

# PROPER MOTIONS
ingest_proper_motions(db, sources = ["[VCS2020] BDR J1750+3809"],
pm_ras = "-120", #needs to be -120
pm_ras = ["-120"],
pm_ra_errs = "30", #In database, listed as mu_ra_errors
pm_decs = "200",
pm_dec_errs = "30",
Expand Down

0 comments on commit 9215b51

Please sign in to comment.