Skip to content

Commit 4ec1648

Browse files
kaseyLee123kelle
andauthored
ingest CATWISE photometry and proper motions (#650)
* my code + csv files * Update Versions.json * Update ingest_CATWISE.py * ingest other names + update test cases * updates * edits * updated pytest * fixed path spec error * Delete profile_output.prof * Update Versions.json * json files * Update test_data.py * pytest + csv + script + 50 json + pubs and ver * remaining json files * new pytest case --------- Co-authored-by: Kelle Cruz <[email protected]>
1 parent ed1db0a commit 4ec1648

File tree

3,030 files changed

+113307
-430
lines changed

Some content is hidden

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

3,030 files changed

+113307
-430
lines changed

data/reference/Publications.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7546,5 +7546,23 @@
75467546
"bibcode": "2022ApJ...934L..18K",
75477547
"doi": "10.3847/2041-8213/ac772f",
75487548
"description": "Direct-imaging Discovery and Dynamical Mass of a Substellar Companion Orbiting an Accelerating Hyades Sun-like Star with SCExAO/CHARIS"
7549+
},
7550+
{
7551+
"reference": "Maro21",
7552+
"bibcode": "2021ApJS..253....8M",
7553+
"doi": "10.3847/1538-4365/abd805",
7554+
"description": "The CatWISE2020 Catalog"
7555+
},
7556+
{
7557+
"reference": "Eise20",
7558+
"bibcode": "2020ApJS..247...69E",
7559+
"doi": "10.3847/1538-4365/ab7f2a",
7560+
"description": "The CatWISE Preliminary Catalog: Motions from WISE and NEOWISE Data"
7561+
},
7562+
{
7563+
"reference": "Schl19",
7564+
"bibcode": "2019ApJS..240...30S",
7565+
"doi": "10.3847/1538-4365/aafbea",
7566+
"description": "The unWISE Catalog: Two Billion Infrared Sources from Five Years of WISE Imaging"
75497567
}
75507568
]

data/reference/Versions.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,16 @@
148148
"start_date": "2025-06-09",
149149
"end_date": "2025-06-26",
150150
"description": "updated data for Companions"
151+
},
152+
{
153+
"version": "3.3.2025.8",
154+
"start_date": "2025-06-26",
155+
"end_date": "2025-07-27",
156+
"description": "photometry and propermotions from catWISE2020, 1049 system names, wise1810, more companion data"
151157
},
152158
{
153159
"version": "latest",
154-
"start_date": "2025-06-26",
160+
"start_date": "2025-07-27",
155161
"end_date": null,
156162
"description": "Version in development"
157163
}

data/source/1rxs_j115928.5-524717.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
{
2020
"other_name": "2MASS J11592743-5247188"
2121
},
22+
{
23+
"other_name": "CWISE J115925.38-524721.0"
24+
},
2225
{
2326
"other_name": "Gaia DR2 5368479017141170304"
2427
},
@@ -112,6 +115,42 @@
112115
"epoch": null,
113116
"comments": null,
114117
"reference": "GaiaEDR3"
118+
},
119+
{
120+
"band": "WISE.W1",
121+
"magnitude": 10.057,
122+
"magnitude_error": 0.008,
123+
"telescope": "WISE",
124+
"epoch": null,
125+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
126+
"reference": "Maro21"
127+
},
128+
{
129+
"band": "WISE.W2",
130+
"magnitude": 9.766,
131+
"magnitude_error": 0.006,
132+
"telescope": "WISE",
133+
"epoch": null,
134+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
135+
"reference": "Maro21"
136+
},
137+
{
138+
"band": "WISE.W3",
139+
"magnitude": 9.312,
140+
"magnitude_error": 0.03,
141+
"telescope": "WISE",
142+
"epoch": null,
143+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
144+
"reference": "Cutr13"
145+
},
146+
{
147+
"band": "WISE.W4",
148+
"magnitude": 9.047,
149+
"magnitude_error": 0.447,
150+
"telescope": "WISE",
151+
"epoch": null,
152+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
153+
"reference": "Cutr13"
115154
}
116155
],
117156
"ProperMotions": [
@@ -133,6 +172,15 @@
133172
"comments": null,
134173
"reference": "GaiaEDR3"
135174
},
175+
{
176+
"mu_ra": -1120.4,
177+
"mu_ra_error": 2.2,
178+
"mu_dec": -126.6,
179+
"mu_dec_error": 2.2,
180+
"adopted": false,
181+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
182+
"reference": "Maro21"
183+
},
136184
{
137185
"mu_ra": -1056.23,
138186
"mu_ra_error": 0.13,

data/source/2mass_j00011217+1535355.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
{
1717
"other_name": "2MASS J00011217+1535355"
1818
},
19+
{
20+
"other_name": "CWISE J000112.32+153532.8"
21+
},
1922
{
2023
"other_name": "Gaia DR2 2772182900286956160"
2124
},
@@ -163,6 +166,15 @@
163166
"comments": null,
164167
"reference": "Cutr12"
165168
},
169+
{
170+
"band": "WISE.W1",
171+
"magnitude": 12.955,
172+
"magnitude_error": 0.012,
173+
"telescope": "WISE",
174+
"epoch": null,
175+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
176+
"reference": "Maro21"
177+
},
166178
{
167179
"band": "WISE.W2",
168180
"magnitude": 12.517,
@@ -172,6 +184,15 @@
172184
"comments": null,
173185
"reference": "Cutr12"
174186
},
187+
{
188+
"band": "WISE.W2",
189+
"magnitude": 12.552,
190+
"magnitude_error": 0.009,
191+
"telescope": "WISE",
192+
"epoch": null,
193+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
194+
"reference": "Maro21"
195+
},
175196
{
176197
"band": "WISE.W3",
177198
"magnitude": 11.498,
@@ -181,6 +202,15 @@
181202
"comments": null,
182203
"reference": "Cutr12"
183204
},
205+
{
206+
"band": "WISE.W3",
207+
"magnitude": 11.672,
208+
"magnitude_error": 0.237,
209+
"telescope": "WISE",
210+
"epoch": null,
211+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
212+
"reference": "Cutr13"
213+
},
184214
{
185215
"band": "WISE.W4",
186216
"magnitude": 8.953,
@@ -218,6 +248,15 @@
218248
"adopted": false,
219249
"comments": null,
220250
"reference": "GaiaDR2"
251+
},
252+
{
253+
"mu_ra": 130.4,
254+
"mu_ra_error": 5.1,
255+
"mu_dec": -168.2,
256+
"mu_dec_error": 5.0,
257+
"adopted": false,
258+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
259+
"reference": "Maro21"
221260
}
222261
],
223262
"Spectra": [

data/source/2mass_j00034227-2822410.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
},
6262
{
6363
"other_name": "HD 225118B"
64+
},
65+
{
66+
"other_name": "WISEA J000342.53-282242.7"
6467
}
6568
],
6669
"Parallaxes": [
@@ -213,6 +216,15 @@
213216
"comments": null,
214217
"reference": "Cutr12"
215218
},
219+
{
220+
"band": "WISE.W3",
221+
"magnitude": 11.007,
222+
"magnitude_error": 0.122,
223+
"telescope": "WISE",
224+
"epoch": null,
225+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
226+
"reference": "Cutr13"
227+
},
216228
{
217229
"band": "WISE.W4",
218230
"magnitude": 9.017,

data/source/2mass_j00040288-6410358.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
{
5151
"other_name": "2MASS J00040288-6410358"
5252
},
53+
{
54+
"other_name": "CWISE J000403.06-641036.6"
55+
},
5356
{
5457
"other_name": "Gaia DR2 4901128090753842304"
5558
},
@@ -121,6 +124,15 @@
121124
"comments": null,
122125
"reference": "Cutr12"
123126
},
127+
{
128+
"band": "WISE.W1",
129+
"magnitude": 13.4,
130+
"magnitude_error": 0.014,
131+
"telescope": "WISE",
132+
"epoch": null,
133+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
134+
"reference": "Maro21"
135+
},
124136
{
125137
"band": "WISE.W2",
126138
"magnitude": 12.937,
@@ -130,6 +142,15 @@
130142
"comments": null,
131143
"reference": "Cutr12"
132144
},
145+
{
146+
"band": "WISE.W2",
147+
"magnitude": 12.973,
148+
"magnitude_error": 0.01,
149+
"telescope": "WISE",
150+
"epoch": null,
151+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
152+
"reference": "Maro21"
153+
},
133154
{
134155
"band": "WISE.W3",
135156
"magnitude": 12.178,
@@ -139,6 +160,15 @@
139160
"comments": null,
140161
"reference": "Cutr12"
141162
},
163+
{
164+
"band": "WISE.W3",
165+
"magnitude": 12.086,
166+
"magnitude_error": 0.301,
167+
"telescope": "WISE",
168+
"epoch": null,
169+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
170+
"reference": "Cutr13"
171+
},
142172
{
143173
"band": "WISE.W4",
144174
"magnitude": 9.161,
@@ -155,9 +185,18 @@
155185
"mu_ra_error": 12.0,
156186
"mu_dec": -47.0,
157187
"mu_dec_error": 12.0,
158-
"adopted": true,
188+
"adopted": false,
159189
"comments": null,
160190
"reference": "Fahe16"
191+
},
192+
{
193+
"mu_ra": 76.7,
194+
"mu_ra_error": 5.9,
195+
"mu_dec": -55.8,
196+
"mu_dec_error": 5.4,
197+
"adopted": true,
198+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
199+
"reference": "Maro21"
161200
}
162201
],
163202
"Spectra": [

data/source/2mass_j00043484-4044058.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
},
3131
{
3232
"other_name": "LHS 102BC"
33+
},
34+
{
35+
"other_name": "WISEA J000435.49-404422.3"
3336
}
3437
],
3538
"Parallaxes": [
@@ -172,6 +175,15 @@
172175
"epoch": null,
173176
"comments": "WFCAM filter is a guess. Check reference for actual filter and telescope used. ",
174177
"reference": "Hewe06"
178+
},
179+
{
180+
"band": "WISE.W3",
181+
"magnitude": 9.803,
182+
"magnitude_error": 0.048,
183+
"telescope": "WISE",
184+
"epoch": null,
185+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
186+
"reference": "Cutr13"
175187
}
176188
],
177189
"ProperMotions": [

data/source/2mass_j00044144-2058298.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
{
1717
"other_name": "2MASS J00044144-2058298"
1818
},
19+
{
20+
"other_name": "CWISE J000442.41-205828.3"
21+
},
1922
{
2023
"other_name": "Gaia DR2 2340736324254735488"
2124
},
@@ -102,6 +105,33 @@
102105
"epoch": null,
103106
"comments": null,
104107
"reference": "GaiaEDR3"
108+
},
109+
{
110+
"band": "WISE.W1",
111+
"magnitude": 11.161,
112+
"magnitude_error": 0.014,
113+
"telescope": "WISE",
114+
"epoch": null,
115+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
116+
"reference": "Maro21"
117+
},
118+
{
119+
"band": "WISE.W2",
120+
"magnitude": 10.852,
121+
"magnitude_error": 0.01,
122+
"telescope": "WISE",
123+
"epoch": null,
124+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
125+
"reference": "Maro21"
126+
},
127+
{
128+
"band": "WISE.W3",
129+
"magnitude": 10.273,
130+
"magnitude_error": 0.067,
131+
"telescope": "WISE",
132+
"epoch": null,
133+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
134+
"reference": "Cutr13"
105135
}
106136
],
107137
"ProperMotions": [
@@ -131,6 +161,15 @@
131161
"adopted": false,
132162
"comments": null,
133163
"reference": "Kend07"
164+
},
165+
{
166+
"mu_ra": 822.9,
167+
"mu_ra_error": 5.2,
168+
"mu_dec": 100.1,
169+
"mu_dec_error": 2.9,
170+
"adopted": false,
171+
"comments": "Ingested from the Ultracool Sheet. Cross match to CatWISE done by Sanghi et al. 2023 (10.3847/1538-4357/acff66).",
172+
"reference": "Maro21"
134173
}
135174
],
136175
"RadialVelocities": [

0 commit comments

Comments
 (0)