Upload dataset
Browse files
README.md
CHANGED
@@ -113,6 +113,84 @@ citation: "\n@ARTICLE{2022ApJS..259...35A,\n author = {{Abdurro'uf} and {A
|
|
113 |
archivePrefix = {arXiv},\n eprint = {2112.02026},\n primaryClass = {astro-ph.GA},\n\
|
114 |
\ adsurl = {https://ui.adsabs.harvard.edu/abs/2022ApJS..259...35A},\n \
|
115 |
\ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
---
|
117 |
|
118 |
# Sdss Dataset
|
|
|
113 |
archivePrefix = {arXiv},\n eprint = {2112.02026},\n primaryClass = {astro-ph.GA},\n\
|
114 |
\ adsurl = {https://ui.adsabs.harvard.edu/abs/2022ApJS..259...35A},\n \
|
115 |
\ adsnote = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
|
116 |
+
dataset_info:
|
117 |
+
config_name: all
|
118 |
+
features:
|
119 |
+
- name: spectrum
|
120 |
+
sequence:
|
121 |
+
- name: flux
|
122 |
+
dtype: float32
|
123 |
+
- name: ivar
|
124 |
+
dtype: float32
|
125 |
+
- name: lsf_sigma
|
126 |
+
dtype: float32
|
127 |
+
- name: lambda
|
128 |
+
dtype: float32
|
129 |
+
- name: mask
|
130 |
+
dtype: bool
|
131 |
+
- name: VDISP
|
132 |
+
dtype: float32
|
133 |
+
- name: VDISP_ERR
|
134 |
+
dtype: float32
|
135 |
+
- name: Z
|
136 |
+
dtype: float32
|
137 |
+
- name: Z_ERR
|
138 |
+
dtype: float32
|
139 |
+
- name: ZWARNING
|
140 |
+
dtype: bool
|
141 |
+
- name: SPECTROFLUX_U
|
142 |
+
dtype: float32
|
143 |
+
- name: SPECTROFLUX_G
|
144 |
+
dtype: float32
|
145 |
+
- name: SPECTROFLUX_R
|
146 |
+
dtype: float32
|
147 |
+
- name: SPECTROFLUX_I
|
148 |
+
dtype: float32
|
149 |
+
- name: SPECTROFLUX_Z
|
150 |
+
dtype: float32
|
151 |
+
- name: SPECTROFLUX_IVAR_U
|
152 |
+
dtype: float32
|
153 |
+
- name: SPECTROFLUX_IVAR_G
|
154 |
+
dtype: float32
|
155 |
+
- name: SPECTROFLUX_IVAR_R
|
156 |
+
dtype: float32
|
157 |
+
- name: SPECTROFLUX_IVAR_I
|
158 |
+
dtype: float32
|
159 |
+
- name: SPECTROFLUX_IVAR_Z
|
160 |
+
dtype: float32
|
161 |
+
- name: SPECTROSYNFLUX_U
|
162 |
+
dtype: float32
|
163 |
+
- name: SPECTROSYNFLUX_G
|
164 |
+
dtype: float32
|
165 |
+
- name: SPECTROSYNFLUX_R
|
166 |
+
dtype: float32
|
167 |
+
- name: SPECTROSYNFLUX_I
|
168 |
+
dtype: float32
|
169 |
+
- name: SPECTROSYNFLUX_Z
|
170 |
+
dtype: float32
|
171 |
+
- name: SPECTROSYNFLUX_IVAR_U
|
172 |
+
dtype: float32
|
173 |
+
- name: SPECTROSYNFLUX_IVAR_G
|
174 |
+
dtype: float32
|
175 |
+
- name: SPECTROSYNFLUX_IVAR_R
|
176 |
+
dtype: float32
|
177 |
+
- name: SPECTROSYNFLUX_IVAR_I
|
178 |
+
dtype: float32
|
179 |
+
- name: SPECTROSYNFLUX_IVAR_Z
|
180 |
+
dtype: float32
|
181 |
+
- name: object_id
|
182 |
+
dtype: string
|
183 |
+
splits:
|
184 |
+
- name: train
|
185 |
+
num_bytes: 75142500
|
186 |
+
num_examples: 1000
|
187 |
+
download_size: 65472420
|
188 |
+
dataset_size: 75142500
|
189 |
+
configs:
|
190 |
+
- config_name: all
|
191 |
+
data_files:
|
192 |
+
- split: train
|
193 |
+
path: all/train-*
|
194 |
---
|
195 |
|
196 |
# Sdss Dataset
|