Skip to content

Commit

Permalink
Ingest of proper motions
Browse files Browse the repository at this point in the history
  • Loading branch information
LishaRamon committed Dec 6, 2023
1 parent de5a8da commit d126a81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/cwisep_j181006.00-101001.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,16 @@
"comments": null,
"reference": "Lodi22"
}
],
"ProperMotions": [
{
"mu_ra": -1027.0,
"mu_ra_error": 3.5,
"mu_dec": -246.4,
"mu_dec_error": 3.6,
"adopted": true,
"comments": null,
"reference": "Schn20"
}
]
}
8 changes: 8 additions & 0 deletions scripts/ingests/ingest_wise_1810-1010.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
plx_refs = "Lodi22",
comments=None)

# PROPER MOTIONS
ingest_proper_motions(db, sources = ["CWISEP J181006.00-101001.1"],
pm_ras = [-1027],
pm_ra_errs = [3.5],
pm_decs = [-246.4],
pm_dec_errs = [3.6],
pm_references = "Schn20")

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

0 comments on commit d126a81

Please sign in to comment.