Skip to content

Commit e01f365

Browse files
lesliech1004kelle
andauthored
Ingest bones sources (#590)
* Worked on Ingest Sources for BONES_Archive * Worked on publications and accessing the ADS keys * Changed csv file. Manuallly ingested ULAS J074431.30+283915.6. * Changed csv file. Correct bones_archive data * Updated JSON files and pytest cases. * remove unicode from Lupine paper * add and clean up test_data.py * JSON files * versions table update * add the version thing back __version__ --------- Co-authored-by: Kelle Cruz <[email protected]> Co-authored-by: Kasey Lee
1 parent ea012d9 commit e01f365

File tree

147 files changed

+3042
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+3042
-266
lines changed

data/reference/Publications.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7330,5 +7330,83 @@
73307330
"bibcode": "2007PASJ...59S.401O",
73317331
"doi": "10.1093/pasj/59.sp2.S401",
73327332
"description": "The Infrared Camera (IRC) for AKARI -- Design and Imaging Performance"
7333+
},
7334+
{
7335+
"reference": "Roja12",
7336+
"bibcode": "2012ApJ...748...93R",
7337+
"doi": "10.1088/0004-637X/748/2/93",
7338+
"description": "Metallicity and Temperature Indicators in M Dwarf K-band Spectra: Testing New and Updated Calibrations with Observations of 133 Solar Neighborhood M Dwarfs"
7339+
},
7340+
{
7341+
"reference": "Zhan18.1352",
7342+
"bibcode": "2018MNRAS.479.1383Z",
7343+
"doi": "10.1093/mnras/sty1352",
7344+
"description": "Primeval very low-mass stars and brown dwarfs - III. The halo transitional brown dwarfs"
7345+
},
7346+
{
7347+
"reference": "Zhan18.2054",
7348+
"bibcode": "2018MNRAS.480.5447Z",
7349+
"doi": "10.1093/mnras/sty2054",
7350+
"description": "Primeval very low-mass stars and brown dwarfs - IV. New L subdwarfs, Gaia astrometry, population properties, and a blue brown dwarf binary"
7351+
},
7352+
{
7353+
"reference": "Burg24",
7354+
"bibcode": "2024ApJ...962..177B",
7355+
"doi": "10.3847/1538-4357/ad206f",
7356+
"description": "UNCOVER: JWST Spectroscopy of Three Cold Brown Dwarfs at Kiloparsec-scale Distances"
7357+
},
7358+
{
7359+
"reference": "Zhan17",
7360+
"bibcode": "2017MNRAS.468..261Z",
7361+
"doi": "10.1093/mnras/stx350",
7362+
"description": "Primeval very low-mass stars and brown dwarfs - II. The most metal-poor substellar object"
7363+
},
7364+
{
7365+
"reference": "Broo22",
7366+
"bibcode": "2022AJ....163...47B",
7367+
"doi": "10.3847/1538-3881/ac3a0a",
7368+
"description": "Discovery of CWISE J052306.42-015355.4, an Extreme T Subdwarf Candidate"
7369+
},
7370+
{
7371+
"reference": "Kell18",
7372+
"bibcode": "2018AJ....155...87K",
7373+
"doi": "10.3847/1538-3881/aaa3f2",
7374+
"description": "Discovery of a Possible Early-T Thick-disk Subdwarf from the AllWISE2 Motion Survey"
7375+
},
7376+
{
7377+
"reference": "Meis21",
7378+
"bibcode": "2021ApJ...915..120M",
7379+
"doi": "10.3847/1538-4357/ac013c",
7380+
"description": "New Candidate Extreme T Subdwarfs from the Backyard Worlds: Planet 9 Citizen Science Project"
7381+
},
7382+
{
7383+
"reference": "Lodi17",
7384+
"bibcode": "2017A&A...598A..92L",
7385+
"doi": "10.1051/0004-6361/201629410",
7386+
"description": "New ultracool subdwarfs identified in large-scale surveys using Virtual Observatory tools"
7387+
},
7388+
{
7389+
"reference": "Lupi08",
7390+
"bibcode": "2008ApJ...681L..33L",
7391+
"doi": "10.1086/590183",
7392+
"description": "Twenty-Three New Ultracool Subdwarfs from the Sloan Digital Sky Survey"
7393+
},
7394+
{
7395+
"reference": "Lodi19",
7396+
"bibcode": "2019A&A...628A..61L",
7397+
"doi": "10.1051/0004-6361/201935299",
7398+
"description": "Metallicity, temperature, and gravity scales of M subdwarfs"
7399+
},
7400+
{
7401+
"reference": "Kess19",
7402+
"bibcode": "2019AJ....157...63K",
7403+
"doi": "10.3847/1538-3881/aae982",
7404+
"description": "Radii of 88 M Subdwarfs and Updated Radius Relations for Low-metallicity M-dwarf Stars"
7405+
},
7406+
{
7407+
"reference": "Ahum20",
7408+
"bibcode": "2020ApJS..249....3A",
7409+
"doi": "10.3847/1538-4365/ab929e",
7410+
"description": "The 16th Data Release of the Sloan Digital Sky Surveys: First Release from the APOGEE-2 Southern Survey and Full Release of eBOSS Spectra"
73337411
}
73347412
]

data/reference/Versions.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,14 @@
114114
"description": "Roth24 Companion Relationships"
115115
},
116116
{
117-
"version": "latest",
117+
"version": "1.1.2025.2",
118118
"start_date": "2025-01-07",
119+
"end_date": "2025-04-14",
120+
"description": "BONES Archive sources"
121+
},
122+
{
123+
"version": "latest",
124+
"start_date": "2025-04-14",
119125
"end_date": null,
120126
"description": "Version in development"
121127
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J00554279+1301043",
5+
"ra": 13.9283256,
6+
"dec": 13.0179339,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Kirk10",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J00554279+1301043"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J01151621+3130061",
5+
"ra": 18.8178538,
6+
"dec": 31.5017099,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Burg04.2856",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J01151621+3130061"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J03361338+0010129",
5+
"ra": 54.05565902,
6+
"dec": 0.1702744436,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Kirk16",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J03361338+0010129"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J04470652-1946392",
5+
"ra": 71.777001,
6+
"dec": -19.7775004,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Kirk10",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J04470652-1946392"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J08121049+3723223",
5+
"ra": 123.043712,
6+
"dec": 37.3892901,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Lupi08",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J08121049+3723223"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J08220659+0441026",
5+
"ra": 125.527477,
6+
"dec": 4.684071,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Zhan18.2054",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J08220659+0441026"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J08503941-0221528",
5+
"ra": 132.6641425,
6+
"dec": -2.3646949,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J08503941-0221528"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J08554875+3636020",
5+
"ra": 133.9529947,
6+
"dec": 36.6004475,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Lodi17",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J08554875+3636020"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J09481253-2903268",
5+
"ra": 147.0521206,
6+
"dec": -29.05753,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J09481253-2903268"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J10353492-0711479",
5+
"ra": 158.895517,
6+
"dec": -7.196647,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J10353492-0711479"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J12191495+0810307",
5+
"ra": 184.8123102,
6+
"dec": 8.1751871,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J12191495+0810307"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J12204296+6205315",
5+
"ra": 185.1787143,
6+
"dec": 62.0919875,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J12204296+6205315"
18+
}
19+
]
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J12451711+6016103",
5+
"ra": 191.3212584,
6+
"dec": 60.2695206,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "Grec19",
11+
"other_references": null,
12+
"comments": "Discovery reference from the BONES archive"
13+
}
14+
],
15+
"Names": [
16+
{
17+
"other_name": "2MASS J12451711+6016103"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)