From 2e9c69e3fc1cc8acd96d6947d13122812ce9ec56 Mon Sep 17 00:00:00 2001 From: Lisha Ramon Date: Mon, 4 Dec 2023 13:01:10 -0500 Subject: [PATCH] Updated with proper motions --- scripts/ingests/ingest_BDR_J1750+3809.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/ingests/ingest_BDR_J1750+3809.py b/scripts/ingests/ingest_BDR_J1750+3809.py index 249051e72..5bdc5874c 100644 --- a/scripts/ingests/ingest_BDR_J1750+3809.py +++ b/scripts/ingests/ingest_BDR_J1750+3809.py @@ -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/')