From 5e44a6cb00ba5171ddf843fd46250cd6321ec6b2 Mon Sep 17 00:00:00 2001 From: Lisha Ramon Date: Mon, 4 Dec 2023 13:44:25 -0500 Subject: [PATCH] Updated Proper Motions 3 --- scripts/ingests/ingest_BDR_J1750+3809.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ingests/ingest_BDR_J1750+3809.py b/scripts/ingests/ingest_BDR_J1750+3809.py index 4b7b0d561..a8fc37406 100644 --- a/scripts/ingests/ingest_BDR_J1750+3809.py +++ b/scripts/ingests/ingest_BDR_J1750+3809.py @@ -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