Skip to content

Commit c7b8e89

Browse files
authored
Ingest calamari companions and relationships (#648)
* calamari data and ingest scripts * Ingested publications * Calamari sources JSON files * Companion Relationship JSON files updated * Name change for V* V478 Lyr * Updated pytest cases. Double checked with my numbers. Added Resolved Children to test_integrity.py
1 parent 51e4aaa commit c7b8e89

70 files changed

Lines changed: 2098 additions & 26 deletions

File tree

Some content is hidden

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

data/reference/Publications.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7492,5 +7492,59 @@
74927492
"bibcode": "2022A&A...660A..38W",
74937493
"doi": "10.1051/0004-6361/202142009",
74947494
"description": "Ultracool dwarfs identified using spectra in LAMOST DR7"
7495+
},
7496+
{
7497+
"reference": "Curr20",
7498+
"bibcode": "2020ApJ...904L..25C",
7499+
"doi": "10.3847/2041-8213/abc631",
7500+
"description": "SCExAO/CHARIS Direct Imaging Discovery of a 20 au Separation, Low-mass Ratio Brown Dwarf Companion to an Accelerating Sun-like Star"
7501+
},
7502+
{
7503+
"reference": "Burn18",
7504+
"bibcode": "2018RNAAS...2..207B",
7505+
"doi": "10.3847/2515-5172/aaee84",
7506+
"description": "Discovery of a K5+T4.5 Binary System"
7507+
},
7508+
{
7509+
"reference": "Pinf06",
7510+
"bibcode": "2006MNRAS.368.1281P",
7511+
"doi": "10.1111/j.1365-2966.2006.10213.x",
7512+
"description": "Finding benchmark brown dwarfs to probe the substellar initial mass function as a function of time"
7513+
},
7514+
{
7515+
"reference": "Fahe21",
7516+
"bibcode": "2021ApJ...923...48F",
7517+
"doi": "10.3847/1538-4357/ac2499",
7518+
"description": "A Wide Planetary Mass Companion Discovered through the Citizen Science Project Backyard Worlds: Planet 9"
7519+
},
7520+
{
7521+
"reference": "Maro20",
7522+
"bibcode": "2020MNRAS.494.4891M",
7523+
"doi": "10.1093/mnras/staa1007",
7524+
"description": "The Gaia Ultra-Cool Dwarf Sample - III: seven new multiple systems containing at least one Gaia DR2 ultracool dwarf."
7525+
},
7526+
{
7527+
"reference": "Rick20",
7528+
"bibcode": "2020A&A...635A.203R",
7529+
"doi": "10.1051/0004-6361/202037524",
7530+
"description": "Spectral and atmospheric characterisation of a new benchmark brown dwarf HD 13724 B"
7531+
},
7532+
{
7533+
"reference": "Chee18",
7534+
"bibcode": "2018A&A...614A..16C",
7535+
"doi": "10.1051/0004-6361/201630136",
7536+
"description": "Direct imaging of an ultracool substellar companion to the exoplanet host star HD 4113 A"
7537+
},
7538+
{
7539+
"reference": "Mair20",
7540+
"bibcode": "2020A&A...633L...2M",
7541+
"doi": "10.1051/0004-6361/201937134",
7542+
"description": "A dusty benchmark brown dwarf near the ice line of HD 72946"
7543+
},
7544+
{
7545+
"reference": "Kuzu22",
7546+
"bibcode": "2022ApJ...934L..18K",
7547+
"doi": "10.3847/2041-8213/ac772f",
7548+
"description": "Direct-imaging Discovery and Dynamical Mass of a Substellar Companion Orbiting an Accelerating Hyades Sun-like Star with SCExAO/CHARIS"
74957549
}
74967550
]

data/reference/Versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@
155155
"end_date": null,
156156
"description": "Version in development"
157157
}
158-
]
158+
]

data/source/2mass_j00250365+4759191.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "HD 2057",
18+
"projected_separation_arcsec": 210.0,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "HD 2057"
24+
}
25+
],
1526
"Names": [
1627
{
1728
"other_name": "2MASS J00250365+4759191"

data/source/2mass_j09121469+1459396.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "Gl 337",
18+
"projected_separation_arcsec": null,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "Gl 337"
24+
},
25+
{
26+
"companion_name": "Gl 337C",
27+
"projected_separation_arcsec": null,
28+
"projected_separation_error": null,
29+
"relationship": "Unresolved Parent",
30+
"comments": null,
31+
"reference": null,
32+
"other_companion_names": "Gl 337C"
33+
},
34+
{
35+
"companion_name": "Gl 337D",
36+
"projected_separation_arcsec": null,
37+
"projected_separation_error": null,
38+
"relationship": "Unresolved Parent",
39+
"comments": null,
40+
"reference": null,
41+
"other_companion_names": "Gl 337D"
42+
}
43+
],
1544
"Names": [
1645
{
1746
"other_name": "2MASS J09121469+1459396"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"Sources": [
3+
{
4+
"source": "2MASS J11102921-2925186",
5+
"ra": 167.621714,
6+
"dec": -29.4221669,
7+
"epoch": null,
8+
"equinox": null,
9+
"shortname": null,
10+
"reference": "GaiaEDR3",
11+
"other_references": "Maro20",
12+
"comments": null
13+
}
14+
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "CD-28 8692",
18+
"projected_separation_arcsec": 50.8,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "CD-28 8692"
24+
}
25+
],
26+
"Names": [
27+
{
28+
"other_name": "2MASS J11102921-2925186"
29+
}
30+
]
31+
}

data/source/2mass_j11122567+3548131.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "Gl 417",
18+
"projected_separation_arcsec": null,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "Gl 417"
24+
},
25+
{
26+
"companion_name": "Gl 417B",
27+
"projected_separation_arcsec": null,
28+
"projected_separation_error": null,
29+
"relationship": "Unresolved Parent",
30+
"comments": null,
31+
"reference": null,
32+
"other_companion_names": "Gl 417B"
33+
},
34+
{
35+
"companion_name": "Gl 417C",
36+
"projected_separation_arcsec": null,
37+
"projected_separation_error": null,
38+
"relationship": "Unresolved Parent",
39+
"comments": null,
40+
"reference": null,
41+
"other_companion_names": "Gl 417C"
42+
}
43+
],
1544
"Names": [
1645
{
1746
"other_name": "2MASS J11122567+3548131"

data/source/2mass_j13054106+2046394.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
"comments": null,
2222
"reference": null,
2323
"other_companion_names": "BD+21 2486B"
24+
},
25+
{
26+
"companion_name": "GJ 499 AB",
27+
"projected_separation_arcsec": 516.0,
28+
"projected_separation_error": null,
29+
"relationship": "Child",
30+
"comments": null,
31+
"reference": null,
32+
"other_companion_names": "GJ 499 AB"
2433
}
2534
],
2635
"Names": [
@@ -30,6 +39,9 @@
3039
{
3140
"other_name": "2MASSI J1305410+204639"
3241
},
42+
{
43+
"other_name": "GJ 499 C"
44+
},
3345
{
3446
"other_name": "Gaia DR2 3943239882828182784"
3547
},

data/source/2mass_j13204427+0409045.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "HD 116012",
18+
"projected_separation_arcsec": 516.0,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "HD 116012"
24+
}
25+
],
1526
"ModeledParameters": [
1627
{
1728
"parameter": "T eff",

data/source/2mass_j14571496-2121477.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "GJ 570",
18+
"projected_separation_arcsec": 261.7,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "GJ 570"
24+
}
25+
],
1526
"ModeledParameters": [
1627
{
1728
"parameter": "T eff",
@@ -56,6 +67,9 @@
5667
{
5768
"other_name": "GJ 570 D"
5869
},
70+
{
71+
"other_name": "GJ 570 D"
72+
},
5973
{
6074
"other_name": "GL 570D"
6175
},

data/source/2mass_j15232263+3014562.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
"comments": null
1313
}
1414
],
15+
"CompanionRelationships": [
16+
{
17+
"companion_name": "eta CrB",
18+
"projected_separation_arcsec": 195.3,
19+
"projected_separation_error": null,
20+
"relationship": "Child",
21+
"comments": null,
22+
"reference": null,
23+
"other_companion_names": "* eta CrB"
24+
}
25+
],
1526
"ModeledParameters": [
1627
{
1728
"parameter": "T eff",

0 commit comments

Comments
 (0)