Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,3 +1,211 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
dataset_info:
|
| 9 |
+
features:
|
| 10 |
+
- name: Z
|
| 11 |
+
dtype: float32
|
| 12 |
+
- name: g_cmodel_magerr
|
| 13 |
+
dtype: float32
|
| 14 |
+
- name: image
|
| 15 |
+
sequence:
|
| 16 |
+
- name: band
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: flux
|
| 19 |
+
dtype:
|
| 20 |
+
array2_d:
|
| 21 |
+
shape:
|
| 22 |
+
- 160
|
| 23 |
+
- 160
|
| 24 |
+
dtype: float32
|
| 25 |
+
- name: ivar
|
| 26 |
+
dtype:
|
| 27 |
+
array2_d:
|
| 28 |
+
shape:
|
| 29 |
+
- 160
|
| 30 |
+
- 160
|
| 31 |
+
dtype: float32
|
| 32 |
+
- name: mask
|
| 33 |
+
dtype:
|
| 34 |
+
array2_d:
|
| 35 |
+
shape:
|
| 36 |
+
- 160
|
| 37 |
+
- 160
|
| 38 |
+
dtype: bool
|
| 39 |
+
- name: psf_fwhm
|
| 40 |
+
dtype: float32
|
| 41 |
+
- name: scale
|
| 42 |
+
dtype: float32
|
| 43 |
+
- name: SPECTROFLUX_G
|
| 44 |
+
dtype: float32
|
| 45 |
+
- name: SPECTROFLUX_IVAR_U
|
| 46 |
+
dtype: float32
|
| 47 |
+
- name: g_sdssshape_psf_shape22
|
| 48 |
+
dtype: float32
|
| 49 |
+
- name: i_cmodel_mag
|
| 50 |
+
dtype: float32
|
| 51 |
+
- name: g_extendedness_value
|
| 52 |
+
dtype: float32
|
| 53 |
+
- name: y_extendedness_value
|
| 54 |
+
dtype: float32
|
| 55 |
+
- name: z_sdssshape_psf_shape22
|
| 56 |
+
dtype: float32
|
| 57 |
+
- name: z_sdssshape_psf_shape12
|
| 58 |
+
dtype: float32
|
| 59 |
+
- name: y_cmodel_mag
|
| 60 |
+
dtype: float32
|
| 61 |
+
- name: SPECTROSYNFLUX_Z
|
| 62 |
+
dtype: float32
|
| 63 |
+
- name: y_sdssshape_shape22
|
| 64 |
+
dtype: float32
|
| 65 |
+
- name: r_sdssshape_shape11
|
| 66 |
+
dtype: float32
|
| 67 |
+
- name: r_sdssshape_psf_shape22
|
| 68 |
+
dtype: float32
|
| 69 |
+
- name: Z_ERR
|
| 70 |
+
dtype: float32
|
| 71 |
+
- name: z_cmodel_mag
|
| 72 |
+
dtype: float32
|
| 73 |
+
- name: z_sdssshape_psf_shape11
|
| 74 |
+
dtype: float32
|
| 75 |
+
- name: SPECTROSYNFLUX_R
|
| 76 |
+
dtype: float32
|
| 77 |
+
- name: r_sdssshape_shape22
|
| 78 |
+
dtype: float32
|
| 79 |
+
- name: a_r
|
| 80 |
+
dtype: float32
|
| 81 |
+
- name: r_cmodel_mag
|
| 82 |
+
dtype: float32
|
| 83 |
+
- name: i_sdssshape_psf_shape12
|
| 84 |
+
dtype: float32
|
| 85 |
+
- name: i_sdssshape_psf_shape11
|
| 86 |
+
dtype: float32
|
| 87 |
+
- name: SPECTROSYNFLUX_IVAR_U
|
| 88 |
+
dtype: float32
|
| 89 |
+
- name: ZWARNING
|
| 90 |
+
dtype: bool
|
| 91 |
+
- name: VDISP
|
| 92 |
+
dtype: float32
|
| 93 |
+
- name: SPECTROSYNFLUX_IVAR_I
|
| 94 |
+
dtype: float32
|
| 95 |
+
- name: g_sdssshape_shape11
|
| 96 |
+
dtype: float32
|
| 97 |
+
- name: spectrum
|
| 98 |
+
sequence:
|
| 99 |
+
- name: flux
|
| 100 |
+
dtype: float32
|
| 101 |
+
- name: ivar
|
| 102 |
+
dtype: float32
|
| 103 |
+
- name: lsf_sigma
|
| 104 |
+
dtype: float32
|
| 105 |
+
- name: lambda
|
| 106 |
+
dtype: float32
|
| 107 |
+
- name: mask
|
| 108 |
+
dtype: bool
|
| 109 |
+
- name: SPECTROSYNFLUX_U
|
| 110 |
+
dtype: float32
|
| 111 |
+
- name: SPECTROSYNFLUX_IVAR_G
|
| 112 |
+
dtype: float32
|
| 113 |
+
- name: y_cmodel_magerr
|
| 114 |
+
dtype: float32
|
| 115 |
+
- name: z_sdssshape_shape12
|
| 116 |
+
dtype: float32
|
| 117 |
+
- name: g_sdssshape_shape22
|
| 118 |
+
dtype: float32
|
| 119 |
+
- name: y_sdssshape_shape11
|
| 120 |
+
dtype: float32
|
| 121 |
+
- name: i_sdssshape_shape11
|
| 122 |
+
dtype: float32
|
| 123 |
+
- name: SPECTROFLUX_I
|
| 124 |
+
dtype: float32
|
| 125 |
+
- name: g_cmodel_mag
|
| 126 |
+
dtype: float32
|
| 127 |
+
- name: y_sdssshape_shape12
|
| 128 |
+
dtype: float32
|
| 129 |
+
- name: sdss_object_id
|
| 130 |
+
dtype: string
|
| 131 |
+
- name: hsc_object_id
|
| 132 |
+
dtype: string
|
| 133 |
+
- name: y_sdssshape_psf_shape11
|
| 134 |
+
dtype: float32
|
| 135 |
+
- name: z_sdssshape_shape11
|
| 136 |
+
dtype: float32
|
| 137 |
+
- name: i_sdssshape_shape22
|
| 138 |
+
dtype: float32
|
| 139 |
+
- name: SPECTROFLUX_R
|
| 140 |
+
dtype: float32
|
| 141 |
+
- name: a_g
|
| 142 |
+
dtype: float32
|
| 143 |
+
- name: SPECTROSYNFLUX_I
|
| 144 |
+
dtype: float32
|
| 145 |
+
- name: r_sdssshape_shape12
|
| 146 |
+
dtype: float32
|
| 147 |
+
- name: SPECTROFLUX_IVAR_Z
|
| 148 |
+
dtype: float32
|
| 149 |
+
- name: i_sdssshape_psf_shape22
|
| 150 |
+
dtype: float32
|
| 151 |
+
- name: a_i
|
| 152 |
+
dtype: float32
|
| 153 |
+
- name: SPECTROFLUX_IVAR_I
|
| 154 |
+
dtype: float32
|
| 155 |
+
- name: i_cmodel_magerr
|
| 156 |
+
dtype: float32
|
| 157 |
+
- name: z_sdssshape_shape22
|
| 158 |
+
dtype: float32
|
| 159 |
+
- name: a_z
|
| 160 |
+
dtype: float32
|
| 161 |
+
- name: g_sdssshape_psf_shape12
|
| 162 |
+
dtype: float32
|
| 163 |
+
- name: VDISP_ERR
|
| 164 |
+
dtype: float32
|
| 165 |
+
- name: SPECTROSYNFLUX_IVAR_R
|
| 166 |
+
dtype: float32
|
| 167 |
+
- name: z_extendedness_value
|
| 168 |
+
dtype: float32
|
| 169 |
+
- name: SPECTROSYNFLUX_G
|
| 170 |
+
dtype: float32
|
| 171 |
+
- name: SPECTROFLUX_IVAR_G
|
| 172 |
+
dtype: float32
|
| 173 |
+
- name: i_extendedness_value
|
| 174 |
+
dtype: float32
|
| 175 |
+
- name: r_sdssshape_psf_shape11
|
| 176 |
+
dtype: float32
|
| 177 |
+
- name: SPECTROFLUX_U
|
| 178 |
+
dtype: float32
|
| 179 |
+
- name: y_sdssshape_psf_shape12
|
| 180 |
+
dtype: float32
|
| 181 |
+
- name: z_cmodel_magerr
|
| 182 |
+
dtype: float32
|
| 183 |
+
- name: r_extendedness_value
|
| 184 |
+
dtype: float32
|
| 185 |
+
- name: i_sdssshape_shape12
|
| 186 |
+
dtype: float32
|
| 187 |
+
- name: SPECTROFLUX_Z
|
| 188 |
+
dtype: float32
|
| 189 |
+
- name: SPECTROFLUX_IVAR_R
|
| 190 |
+
dtype: float32
|
| 191 |
+
- name: g_sdssshape_shape12
|
| 192 |
+
dtype: float32
|
| 193 |
+
- name: g_sdssshape_psf_shape11
|
| 194 |
+
dtype: float32
|
| 195 |
+
- name: SPECTROSYNFLUX_IVAR_Z
|
| 196 |
+
dtype: float32
|
| 197 |
+
- name: r_sdssshape_psf_shape12
|
| 198 |
+
dtype: float32
|
| 199 |
+
- name: a_y
|
| 200 |
+
dtype: float32
|
| 201 |
+
- name: y_sdssshape_psf_shape22
|
| 202 |
+
dtype: float32
|
| 203 |
+
- name: r_cmodel_magerr
|
| 204 |
+
dtype: float32
|
| 205 |
+
splits:
|
| 206 |
+
- name: train
|
| 207 |
+
num_bytes: 2598422820
|
| 208 |
+
num_examples: 2319
|
| 209 |
+
download_size: 2527441173
|
| 210 |
+
dataset_size: 2598422820
|
| 211 |
---
|
data/train-00000-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a2dcca6542248ed8bead75f2d8a5cb591dd02d5e06bc3fa617fba84477e012d
|
| 3 |
+
size 424346037
|
data/train-00001-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42916b88652bfcc6a38375f90710cfbd0ad14343967ded888391bd27afc454c8
|
| 3 |
+
size 423965096
|
data/train-00002-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:defdab82fe756955048603296b7951c618500681a1650e24396bb701d7edd363
|
| 3 |
+
size 422494035
|
data/train-00003-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7eda7802e801c09c81b765cd2d31fc41803653b0cca8d151188a9cca69045c7
|
| 3 |
+
size 421198076
|
data/train-00004-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff03c6ec9d17bd9e270a5879adac3bd5a618979cf5a6450605a8fc84416be6c7
|
| 3 |
+
size 417903781
|
data/train-00005-of-00006.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3057348465f1b21a72077eaf471abc0b2823c63e5bdb66fafa881285e62988dc
|
| 3 |
+
size 417534148
|