Skip to content

Commit

Permalink
Updated with proper motions
Browse files Browse the repository at this point in the history
  • Loading branch information
LishaRamon committed Dec 4, 2023
1 parent d1045ed commit 2e9c69e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/ingests/ingest_BDR_J1750+3809.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
spectral_type_error="1",
comments=None)

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

# WRITE THE JSON FILES
if SAVE_DB:
db.save_database(directory='data/')

1 comment on commit 2e9c69e

@kelle
Copy link
Collaborator

@kelle kelle commented on 2e9c69e Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!!! save the database and push the updated JSON file.

Please sign in to comment.