Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roth24 companions #556

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dab5afc
first commit
rothermichaustin Mar 8, 2024
4eab56c
start of ingest script
rothermichaustin May 10, 2024
e0fa464
Merge branch 'main' of github.com:SIMPLE-AstroDB/SIMPLE-db into Roth2…
rothermichaustin May 10, 2024
d6adf75
refactor ingest_spectral_types function
Exu-112 Jul 16, 2024
0371ac9
Merge branch 'main' into refactor_ingest_spectral_types_function
kelle Jul 23, 2024
ff07a4e
trying to get tests to pass
kelle Jul 23, 2024
bf379cc
getting tests to pass
kelle Jul 23, 2024
64dbb2e
add photometric column, updating docs
kelle Jul 23, 2024
a0898a6
refactor ingest_spectral_type function
kelle Jul 23, 2024
5e0c867
Merge branch 'refactor_ingest_spectral_types_function' of github.com:…
rothermichaustin Jul 23, 2024
ccd9140
add raise_error keyword
kelle Jul 23, 2024
dd5ddaf
Merge branch 'refactor_ingest_spectral_types_function' of github.com:…
rothermichaustin Jul 23, 2024
2f1d7ed
improve error handling
kelle Jul 23, 2024
570f0e3
error handling
kelle Jul 23, 2024
1104535
Merge branch 'refactor_ingest_spectral_types_function' of github.com:…
rothermichaustin Jul 23, 2024
680ac25
Updated working script and tests
rothermichaustin Jul 23, 2024
34af275
Merge branch 'main' into Roth24-sptypes
kelle Jul 25, 2024
406cb1c
Extra prints commented out
rothermichaustin Jul 26, 2024
5aad6ff
completed ingest script
rothermichaustin Jul 26, 2024
43080a0
JSON files and test
rothermichaustin Jul 26, 2024
27099d1
Deleted notebook
rothermichaustin Jul 26, 2024
9a2839f
Updated Versions.json
rothermichaustin Jul 26, 2024
50507b8
Fixed error in Versions.json
rothermichaustin Jul 26, 2024
3c8ac75
Merge branch 'main' of github.com:SIMPLE-AstroDB/SIMPLE-db into Roth2…
rothermichaustin Oct 1, 2024
e57b773
adding script to ingest Roth24 companion relations
rothermichaustin Oct 1, 2024
a536371
Merge branch 'main' into Roth24-companions
rothermichaustin Oct 29, 2024
a435607
Adding new companion relations for Roth24 sources. Kelle will update …
rothermichaustin Oct 29, 2024
fd1e053
Adding the changed ingest_companion_relations function and tests for …
rothermichaustin Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions data/source/cwise_j000021.45-481314.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "TYC 8025-428-1",
"projected_separation_arcsec": 57.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "TYC 8025-428-1"
}
],
"Names": [
{
"other_name": "CWISE 0000-4813"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j002029.72-153527.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "WDJ002027.83-153546.50",
"projected_separation_arcsec": 31.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "WDJ002027.83-153546.50"
}
],
"Names": [
{
"other_name": "CWISE 0020-1535"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j002101.45-334631.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "UCAC3 113-933",
"projected_separation_arcsec": 116.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "UCAC3 113-933"
}
],
"Names": [
{
"other_name": "CWISE 0021-3346"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j002159.02-451434.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "2MASS J00215427-4514590",
"projected_separation_arcsec": 54.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "2MASS J00215427-4514590"
}
],
"Names": [
{
"other_name": "CWISE 0021-4514"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j002414.30-403053.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "WT 5AB",
"projected_separation_arcsec": 78.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "WT 5AB"
}
],
"Names": [
{
"other_name": "CWISE 0024-4030"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j002658.73-260859.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CD-26 134",
"projected_separation_arcsec": 29.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CD-26 134"
}
],
"Names": [
{
"other_name": "CWISE 0026-2608"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j004218.67+291730.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "TYC 1744-123-1",
"projected_separation_arcsec": 103.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "TYC 1744-123-1"
}
],
"Names": [
{
"other_name": "CWISE 0042+2917"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j004945.38+423619.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "LAMOST J004950.95+423653.6",
"projected_separation_arcsec": 70.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "LAMOST J004950.95+423653.6"
}
],
"Names": [
{
"other_name": "CWISE 0049+4236"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j005635.48-240401.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CD-24 407",
"projected_separation_arcsec": 102.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CD-24 407"
}
],
"Names": [
{
"other_name": "CWISE 0056-2404"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j010424.50+133949.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "LP 466-214",
"projected_separation_arcsec": 164.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "LP 466-214"
}
],
"Names": [
{
"other_name": "CWISE 0104+1339"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j011003.61-592650.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "WDJ011001.84-592642.22",
"projected_separation_arcsec": 15.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "WDJ011001.84-592642.22"
}
],
"Names": [
{
"other_name": "CWISE 0110-5926"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j012715.52-300246.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "LP 883-372",
"projected_separation_arcsec": 51.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "LP 883-372"
}
],
"Names": [
{
"other_name": "CWISE 0127-3002"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j013719.04+342837.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CWISE J013716.34+342352.7",
"projected_separation_arcsec": 287.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CWISE J013716.34+342352.7"
}
],
"Names": [
{
"other_name": "CWISE 0137+3428"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j015905.58+105551.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CWISE J015905.30+105543.2",
"projected_separation_arcsec": 9.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CWISE J015905.30+105543.2"
}
],
"Names": [
{
"other_name": "CWISE 0159+1055"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j020538.20+594452.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "NLTT 6937",
"projected_separation_arcsec": 4.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "NLTT 6937"
}
],
"Names": [
{
"other_name": "CWISE 0205+5944"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j022454.80+152629.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CWISE J022454.10+152633.8",
"projected_separation_arcsec": 11.0,
"projected_separation_error": null,
"relationship": "Parent",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CWISE J022454.10+152633.8"
}
],
"Names": [
{
"other_name": "CWISE 0224+1526*"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j022737.75+083008.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "G 73-59",
"projected_separation_arcsec": 16.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "G 73-59"
}
],
"Names": [
{
"other_name": "CWISE 0227+0830"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j025645.16-335008.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CWISE J025638.42-335454.9",
"projected_separation_arcsec": 298.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CWISE J025638.42-335454.9"
}
],
"Names": [
{
"other_name": "CWISE 0256-3350"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j030005.73-062218.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "BPS CS 22963-0014",
"projected_separation_arcsec": 63.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "BPS CS 22963-0014"
}
],
"Names": [
{
"other_name": "CWISE 0300-0622"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j032853.32-112332.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "CWISE J032852.72-112345.6",
"projected_separation_arcsec": 16.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "CWISE J032852.72-112345.6"
}
],
"Names": [
{
"other_name": "CWISE 0328-1123"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j055515.83+510514.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "G 192-8",
"projected_separation_arcsec": 23.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "G 192-8"
}
],
"Names": [
{
"other_name": "CWISE 0555+5105"
Expand Down
11 changes: 11 additions & 0 deletions data/source/cwise_j055909.00-384219.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"comments": null
}
],
"CompanionRelationships": [
{
"companion_name": "HD 40781",
"projected_separation_arcsec": 54.0,
"projected_separation_error": null,
"relationship": "Child",
"comments": null,
"reference": "Roth24",
"other_companion_names": "HD 40781"
}
],
"Names": [
{
"other_name": "CWISE 0559-3842"
Expand Down
Loading