Replace streams.csv with streams.parquet containing DR10 color cutouts
Browse files- README.md +10 -1
- streams.csv +0 -37
- streams.parquet +3 -0
README.md
CHANGED
|
@@ -12,6 +12,15 @@ tags:
|
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
datasets:
|
| 16 |
- legacy
|
| 17 |
|
|
@@ -33,7 +42,7 @@ citation: |
|
|
| 33 |
36 new extragalactic stellar stream candidates discovered in Legacy Survey DR10 imagery using AION-Search through iterative hybrid image and text queries.
|
| 34 |
|
| 35 |
# File schema
|
| 36 |
-
`streams.
|
| 37 |
|
| 38 |
# License & data source
|
| 39 |
The coordinate catalog in this repository is released under the MIT License.
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
| 14 |
|
| 15 |
+
dataset_info:
|
| 16 |
+
features:
|
| 17 |
+
- name: image
|
| 18 |
+
dtype: image
|
| 19 |
+
- name: ra
|
| 20 |
+
dtype: float64
|
| 21 |
+
- name: dec
|
| 22 |
+
dtype: float64
|
| 23 |
+
|
| 24 |
datasets:
|
| 25 |
- legacy
|
| 26 |
|
|
|
|
| 42 |
36 new extragalactic stellar stream candidates discovered in Legacy Survey DR10 imagery using AION-Search through iterative hybrid image and text queries.
|
| 43 |
|
| 44 |
# File schema
|
| 45 |
+
`streams.parquet` contains one row per candidate with three columns: `image` (JPEG bytes of a 256x256 Legacy DR10 color cutout at FOV 0.035 deg, fetched from HiPS2FITS), `ra`, and `dec` (both in decimal degrees, ICRS).
|
| 46 |
|
| 47 |
# License & data source
|
| 48 |
The coordinate catalog in this repository is released under the MIT License.
|
streams.csv
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
ra,dec
|
| 2 |
-
203.196562,-36.545174
|
| 3 |
-
204.773686,-35.595006
|
| 4 |
-
73.3006,-19.03759
|
| 5 |
-
330.87065,-66.79888
|
| 6 |
-
88.930447,-33.329704
|
| 7 |
-
9.699202,4.484087
|
| 8 |
-
191.904808,-40.956707
|
| 9 |
-
160.791968,5.941371
|
| 10 |
-
38.2647,-26.3677
|
| 11 |
-
18.031017,-33.386934
|
| 12 |
-
71.671582,-17.39937
|
| 13 |
-
51.467661,-40.730575
|
| 14 |
-
90.57017,-39.101812
|
| 15 |
-
50.215574,-75.007255
|
| 16 |
-
240.566678,20.93798
|
| 17 |
-
68.050801,-10.405523
|
| 18 |
-
38.821834,-29.834316
|
| 19 |
-
23.227759,-13.86482
|
| 20 |
-
196.228028,-24.907644
|
| 21 |
-
89.909984,-60.168149
|
| 22 |
-
68.0714,-10.3695
|
| 23 |
-
52.200486,1.997944
|
| 24 |
-
316.33443,-5.42903
|
| 25 |
-
328.66841,-12.20252
|
| 26 |
-
10.02365,-9.19912
|
| 27 |
-
196.87974,-2.3588
|
| 28 |
-
128.26564,-2.52989
|
| 29 |
-
189.35862,-5.40274
|
| 30 |
-
183.3747,21.3497
|
| 31 |
-
189.1734,-1.6112
|
| 32 |
-
310.5523,-61.3283
|
| 33 |
-
89.5645,-45.1509
|
| 34 |
-
161.388436,-14.036392
|
| 35 |
-
209.7203,-5.5807
|
| 36 |
-
51.9983,-27.3989
|
| 37 |
-
7.3996,-1.7458
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streams.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdfb26d3b1c19bd482b23ec3ff6d0f606dca64af3aeec6560a0f63248b26aa08
|
| 3 |
+
size 679039
|