Skip to content

Commit

Permalink
Updated Proper Motions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
LishaRamon committed Dec 4, 2023
1 parent 9215b51 commit 5e44a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ingests/ingest_BDR_J1750+3809.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# PROPER MOTIONS
ingest_proper_motions(db, sources = ["[VCS2020] BDR J1750+3809"],
pm_ras = ["-120"],
pm_ra_errs = "30", #In database, listed as mu_ra_errors
pm_decs = "200",
pm_dec_errs = "30",
pm_ra_errs = ["30"],
pm_decs = ["200"],
pm_dec_errs = ["30"],
pm_references = "Veda20")

# WRITE THE JSON FILES
Expand Down

0 comments on commit 5e44a6c

Please sign in to comment.