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

Ingest Roth24 Spectral types #482

Merged
merged 23 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
23 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
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
.pytest_cache
.ds_store
*.code-workspace
.ipynb_checkpoints


6 changes: 6 additions & 0 deletions data/Publications.json
Original file line number Diff line number Diff line change
Expand Up @@ -7300,5 +7300,11 @@
"bibcode": "",
"doi": "",
"description": "UKIDSS DR11+ Release: http://wsa.roe.ac.uk/dr11plus_release.html"
},
{
"reference": "Roth24",
"bibcode": "2024AJ....167..253R",
"doi": "10.3847/1538-3881/ad324e",
"description": "89 New Ultracool Dwarf Comoving Companions Identified with the Backyard Worlds: Planet 9 Citizen Science Project"
}
]
12 changes: 12 additions & 0 deletions data/cwise_j000021.45-481314.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J000021.45-481314.9"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L4)",
"spectral_type_code": 74.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j002029.72-153527.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J002029.72-153527.5"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(M9)",
"spectral_type_code": 69.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j002101.45-334631.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J002101.45-334631.5"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(T1)",
"spectral_type_code": 81.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j002159.02-451434.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J002159.02-451434.4"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(T3)",
"spectral_type_code": 83.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j002414.30-403053.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J002414.30-403053.7"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L5)",
"spectral_type_code": 75.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j002658.73-260859.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J002658.73-260859.6"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L5)",
"spectral_type_code": 75.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j004218.67+291730.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J004218.67+291730.6"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L5)",
"spectral_type_code": 75.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j004945.38+423619.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J004945.38+423619.3"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L6)",
"spectral_type_code": 76.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j005635.48-240401.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J005635.48-240401.9"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L8)",
"spectral_type_code": 78.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j010424.50+133949.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J010424.50+133949.8"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L8)",
"spectral_type_code": 78.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j011003.61-592650.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J011003.61-592650.8"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L2)",
"spectral_type_code": 72.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j012715.52-300246.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J012715.52-300246.9"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(T0)",
"spectral_type_code": 80.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j013719.04+342837.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J013719.04+342837.6"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L6)",
"spectral_type_code": 76.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j015905.58+105551.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J015905.58+105551.5"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(M9)",
"spectral_type_code": 69.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j020538.20+594452.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J020538.20+594452.2"
}
],
"SpectralTypes": [
{
"spectral_type_string": "M8 beta",
"spectral_type_code": 68.0,
"spectral_type_error": 0.5,
"regime": "nir",
"adopted": true,
"photometric": false,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j022454.80+152629.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J022454.80+152629.5"
}
],
"SpectralTypes": [
{
"spectral_type_string": "L6 beta",
"spectral_type_code": 76.0,
"spectral_type_error": 0.5,
"regime": "nir",
"adopted": true,
"photometric": false,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j022737.75+083008.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,17 @@
"comments": null,
"reference": "Lawr12"
}
],
"SpectralTypes": [
{
"spectral_type_string": "L5 blue",
"spectral_type_code": 75.0,
"spectral_type_error": 0.5,
"regime": "nir",
"adopted": true,
"photometric": false,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j025645.16-335008.9.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J025645.16-335008.9"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L2)",
"spectral_type_code": 72.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j030005.73-062218.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J030005.73-062218.6"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L9)",
"spectral_type_code": 79.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
12 changes: 12 additions & 0 deletions data/cwise_j032853.32-112332.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,17 @@
{
"other_name": "CWISE J032853.32-112332.6"
}
],
"SpectralTypes": [
{
"spectral_type_string": "(L2)",
"spectral_type_code": 72.0,
"spectral_type_error": 2.0,
"regime": "nir",
"adopted": true,
"photometric": true,
"comments": null,
"reference": "Roth24"
}
]
}
Loading