Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
Dask
EiffL commited on
Commit
0da851c
·
verified ·
1 Parent(s): 742373d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +117 -146
README.md CHANGED
@@ -1,148 +1,119 @@
1
  ---
2
- dataset_info:
3
- config_name: manga
4
- features:
5
- - name: object_id
6
- dtype: string
7
- - name: z
8
- dtype: float32
9
- - name: spaxel_size
10
- dtype: float32
11
- - name: spaxel_size_units
12
- dtype: string
13
- - name: spaxels
14
- list:
15
- - name: flux
16
- dtype:
17
- array2_d:
18
- shape:
19
- - 1
20
- - 4563
21
- dtype: float32
22
- - name: ivar
23
- dtype:
24
- array2_d:
25
- shape:
26
- - 1
27
- - 4563
28
- dtype: float32
29
- - name: mask
30
- dtype:
31
- array2_d:
32
- shape:
33
- - 1
34
- - 4563
35
- dtype: int64
36
- - name: lsf
37
- dtype:
38
- array2_d:
39
- shape:
40
- - 1
41
- - 4563
42
- dtype: float32
43
- - name: lambda
44
- dtype:
45
- array2_d:
46
- shape:
47
- - 1
48
- - 4563
49
- dtype: float32
50
- - name: x
51
- dtype: int8
52
- - name: y
53
- dtype: int8
54
- - name: spaxel_idx
55
- dtype: int16
56
- - name: flux_units
57
- dtype: string
58
- - name: lambda_units
59
- dtype: string
60
- - name: skycoo_x
61
- dtype: float32
62
- - name: skycoo_y
63
- dtype: float32
64
- - name: ellcoo_r
65
- dtype: float32
66
- - name: ellcoo_rre
67
- dtype: float32
68
- - name: ellcoo_rkpc
69
- dtype: float32
70
- - name: ellcoo_theta
71
- dtype: float32
72
- - name: skycoo_units
73
- dtype: string
74
- - name: ellcoo_r_units
75
- dtype: string
76
- - name: ellcoo_rre_units
77
- dtype: string
78
- - name: ellcoo_rkpc_units
79
- dtype: string
80
- - name: ellcoo_theta_units
81
- dtype: string
82
- - name: images
83
- list:
84
- - name: filter
85
- dtype: string
86
- - name: flux
87
- dtype:
88
- array2_d:
89
- shape:
90
- - 96
91
- - 96
92
- dtype: float32
93
- - name: flux_units
94
- dtype: string
95
- - name: psf
96
- dtype:
97
- array2_d:
98
- shape:
99
- - 96
100
- - 96
101
- dtype: float32
102
- - name: psf_units
103
- dtype: string
104
- - name: scale
105
- dtype: float32
106
- - name: scale_units
107
- dtype: string
108
- - name: maps
109
- list:
110
- - name: group
111
- dtype: string
112
- - name: label
113
- dtype: string
114
- - name: flux
115
- dtype:
116
- array2_d:
117
- shape:
118
- - 96
119
- - 96
120
- dtype: float32
121
- - name: ivar
122
- dtype:
123
- array2_d:
124
- shape:
125
- - 96
126
- - 96
127
- dtype: float32
128
- - name: mask
129
- dtype:
130
- array2_d:
131
- shape:
132
- - 96
133
- - 96
134
- dtype: float32
135
- - name: array_units
136
- dtype: string
137
- splits:
138
- - name: train
139
- num_bytes: 22268446727
140
- num_examples: 20
141
- download_size: 4207342401
142
- dataset_size: 22268446727
143
- configs:
144
- - config_name: manga
145
- data_files:
146
- - split: train
147
- path: manga/train-*
148
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+
5
+ ---
6
+ description: '
7
+
8
+ An IFU dataset from the SDSS-IV MaNGA survey, a wide-field, optical, IFU survey
9
+ of ~10,000
10
+
11
+ nearby galaxies. This dataset contains the following data products for each galaxy:
12
+ the 3D data cubes,
13
+
14
+ and reconstructed griz images from the MaNGA Data Reduction Pipeline (DRP), and
15
+ all the derived
16
+
17
+ analsysis maps from the MaNGA Data Analyis Pipeline (DAP).
18
+
19
+ '
20
+ homepage: https://www.sdss4.org/dr17/manga/
21
+ version: 1.0.0
22
+ citation: "% % ACKNOWLEDGEMENTS\n% % From: https://www.sdss4.org/collaboration/#sdss4acknowledgement\n\
23
+ % \n% We request that the following be added to the acknowledgment section of any\
24
+ \ paper using data from the SDSS-IV.\n% Funding for the Sloan Digital Sky Survey\
25
+ \ IV has been provided by the Alfred P. Sloan Foundation, the U.S. Department of\
26
+ \ Energy Office of Science, and the Participating Institutions. SDSS acknowledges\
27
+ \ support and resources from the Center for High-Performance Computing at the University\
28
+ \ of Utah. The SDSS web site is www.sdss4.org.\n% \n% SDSS is managed by the Astrophysical\
29
+ \ Research Consortium for the Participating Institutions of the SDSS Collaboration\
30
+ \ including the Brazilian Participation Group, the Carnegie Institution for Science,\
31
+ \ Carnegie Mellon University, Center for Astrophysics | Harvard & Smithsonian (CfA),\
32
+ \ the Chilean Participation Group, the French Participation Group, Instituto de\
33
+ \ Astrofísica de Canarias, The Johns Hopkins University, Kavli Institute for the\
34
+ \ Physics and Mathematics of the Universe (IPMU) / University of Tokyo, the Korean\
35
+ \ Participation Group, Lawrence Berkeley National Laboratory, Leibniz Institut für\
36
+ \ Astrophysik Potsdam (AIP), Max-Planck-Institut für Astronomie (MPIA Heidelberg),\
37
+ \ Max-Planck-Institut für Astrophysik (MPA Garching), Max-Planck-Institut für Extraterrestrische\
38
+ \ Physik (MPE), National Astronomical Observatories of China, New Mexico State University,\
39
+ \ New York University, University of Notre Dame, Observatório Nacional / MCTI, The\
40
+ \ Ohio State University, Pennsylvania State University, Shanghai Astronomical Observatory,\
41
+ \ United Kingdom Participation Group, Universidad Nacional Autónoma de México, University\
42
+ \ of Arizona, University of Colorado Boulder, University of Oxford, University of\
43
+ \ Portsmouth, University of Utah, University of Virginia, University of Washington,\
44
+ \ University of Wisconsin, Vanderbilt University, and Yale University.\n% \n% Find\
45
+ \ out more about how to cite SDSS-IV and earlier phases of SDSS, as well as a LaTeX\
46
+ \ template at How to Cite SDSS.\n% \n% CITATION\n@ARTICLE{2015ApJ...798....7B,\n\
47
+ \ author = {{Bundy}, Kevin and {Bershady}, Matthew A. and {Law}, David R.\
48
+ \ and {Yan}, Renbin and {Drory}, Niv and {MacDonald}, Nicholas and {Wake}, David\
49
+ \ A. and {Cherinka}, Brian and {S{\\'a}nchez-Gallego}, Jos{\\'e} R. and {Weijmans},\
50
+ \ Anne-Marie and {Thomas}, Daniel and {Tremonti}, Christy and {Masters}, Karen and\
51
+ \ {Coccato}, Lodovico and {Diamond-Stanic}, Aleksandar M. and {Arag{\\'o}n-Salamanca},\
52
+ \ Alfonso and {Avila-Reese}, Vladimir and {Badenes}, Carles and {Falc{\\'o}n-Barroso},\
53
+ \ J{\\'e}sus and {Belfiore}, Francesco and {Bizyaev}, Dmitry and {Blanc}, Guillermo\
54
+ \ A. and {Bland-Hawthorn}, Joss and {Blanton}, Michael R. and {Brownstein}, Joel\
55
+ \ R. and {Byler}, Nell and {Cappellari}, Michele and {Conroy}, Charlie and {Dutton},\
56
+ \ Aaron A. and {Emsellem}, Eric and {Etherington}, James and {Frinchaboy}, Peter\
57
+ \ M. and {Fu}, Hai and {Gunn}, James E. and {Harding}, Paul and {Johnston}, Evelyn\
58
+ \ J. and {Kauffmann}, Guinevere and {Kinemuchi}, Karen and {Klaene}, Mark A. and\
59
+ \ {Knapen}, Johan H. and {Leauthaud}, Alexie and {Li}, Cheng and {Lin}, Lihwai and\
60
+ \ {Maiolino}, Roberto and {Malanushenko}, Viktor and {Malanushenko}, Elena and {Mao},\
61
+ \ Shude and {Maraston}, Claudia and {McDermid}, Richard M. and {Merrifield}, Michael\
62
+ \ R. and {Nichol}, Robert C. and {Oravetz}, Daniel and {Pan}, Kaike and {Parejko},\
63
+ \ John K. and {Sanchez}, Sebastian F. and {Schlegel}, David and {Simmons}, Audrey\
64
+ \ and {Steele}, Oliver and {Steinmetz}, Matthias and {Thanjavur}, Karun and {Thompson},\
65
+ \ Benjamin A. and {Tinker}, Jeremy L. and {van den Bosch}, Remco C.~E. and {Westfall},\
66
+ \ Kyle B. and {Wilkinson}, David and {Wright}, Shelley and {Xiao}, Ting and {Zhang},\
67
+ \ Kai},\n title = \"{Overview of the SDSS-IV MaNGA Survey: Mapping nearby\
68
+ \ Galaxies at Apache Point Observatory}\",\n journal = {\\apj},\n keywords\
69
+ \ = {galaxies: evolution, galaxies: general, surveys, techniques: imaging spectroscopy,\
70
+ \ Astrophysics - Astrophysics of Galaxies},\n year = 2015,\n month\
71
+ \ = jan,\n volume = {798},\n number = {1},\n eid = {7},\n \
72
+ \ pages = {7},\n doi = {10.1088/0004-637X/798/1/7},\narchivePrefix\
73
+ \ = {arXiv},\n eprint = {1412.1482},\n primaryClass = {astro-ph.GA},\n \
74
+ \ adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJ...798....7B},\n adsnote\
75
+ \ = {Provided by the SAO/NASA Astrophysics Data System}\n}\n"
76
+ ---
77
+
78
+ # Manga Dataset
79
+
80
+ BSD-3-Clause
81
+
82
+
83
+ An IFU dataset from the SDSS-IV MaNGA survey, a wide-field, optical, IFU survey of ~10,000
84
+ nearby galaxies. This dataset contains the following data products for each galaxy: the 3D data cubes,
85
+ and reconstructed griz images from the MaNGA Data Reduction Pipeline (DRP), and all the derived
86
+ analsysis maps from the MaNGA Data Analyis Pipeline (DAP).
87
+
88
+
89
+ % % ACKNOWLEDGEMENTS
90
+ % % From: https://www.sdss4.org/collaboration/#sdss4acknowledgement
91
+ %
92
+ % We request that the following be added to the acknowledgment section of any paper using data from the SDSS-IV.
93
+ % Funding for the Sloan Digital Sky Survey IV has been provided by the Alfred P. Sloan Foundation, the U.S. Department of Energy Office of Science, and the Participating Institutions. SDSS acknowledges support and resources from the Center for High-Performance Computing at the University of Utah. The SDSS web site is www.sdss4.org.
94
+ %
95
+ % SDSS is managed by the Astrophysical Research Consortium for the Participating Institutions of the SDSS Collaboration including the Brazilian Participation Group, the Carnegie Institution for Science, Carnegie Mellon University, Center for Astrophysics | Harvard & Smithsonian (CfA), the Chilean Participation Group, the French Participation Group, Instituto de Astrofísica de Canarias, The Johns Hopkins University, Kavli Institute for the Physics and Mathematics of the Universe (IPMU) / University of Tokyo, the Korean Participation Group, Lawrence Berkeley National Laboratory, Leibniz Institut für Astrophysik Potsdam (AIP), Max-Planck-Institut für Astronomie (MPIA Heidelberg), Max-Planck-Institut für Astrophysik (MPA Garching), Max-Planck-Institut für Extraterrestrische Physik (MPE), National Astronomical Observatories of China, New Mexico State University, New York University, University of Notre Dame, Observatório Nacional / MCTI, The Ohio State University, Pennsylvania State University, Shanghai Astronomical Observatory, United Kingdom Participation Group, Universidad Nacional Autónoma de México, University of Arizona, University of Colorado Boulder, University of Oxford, University of Portsmouth, University of Utah, University of Virginia, University of Washington, University of Wisconsin, Vanderbilt University, and Yale University.
96
+ %
97
+ % Find out more about how to cite SDSS-IV and earlier phases of SDSS, as well as a LaTeX template at How to Cite SDSS.
98
+ %
99
+ % CITATION
100
+ @ARTICLE{2015ApJ...798....7B,
101
+ author = {{Bundy}, Kevin and {Bershady}, Matthew A. and {Law}, David R. and {Yan}, Renbin and {Drory}, Niv and {MacDonald}, Nicholas and {Wake}, David A. and {Cherinka}, Brian and {S{\'a}nchez-Gallego}, Jos{\'e} R. and {Weijmans}, Anne-Marie and {Thomas}, Daniel and {Tremonti}, Christy and {Masters}, Karen and {Coccato}, Lodovico and {Diamond-Stanic}, Aleksandar M. and {Arag{\'o}n-Salamanca}, Alfonso and {Avila-Reese}, Vladimir and {Badenes}, Carles and {Falc{\'o}n-Barroso}, J{\'e}sus and {Belfiore}, Francesco and {Bizyaev}, Dmitry and {Blanc}, Guillermo A. and {Bland-Hawthorn}, Joss and {Blanton}, Michael R. and {Brownstein}, Joel R. and {Byler}, Nell and {Cappellari}, Michele and {Conroy}, Charlie and {Dutton}, Aaron A. and {Emsellem}, Eric and {Etherington}, James and {Frinchaboy}, Peter M. and {Fu}, Hai and {Gunn}, James E. and {Harding}, Paul and {Johnston}, Evelyn J. and {Kauffmann}, Guinevere and {Kinemuchi}, Karen and {Klaene}, Mark A. and {Knapen}, Johan H. and {Leauthaud}, Alexie and {Li}, Cheng and {Lin}, Lihwai and {Maiolino}, Roberto and {Malanushenko}, Viktor and {Malanushenko}, Elena and {Mao}, Shude and {Maraston}, Claudia and {McDermid}, Richard M. and {Merrifield}, Michael R. and {Nichol}, Robert C. and {Oravetz}, Daniel and {Pan}, Kaike and {Parejko}, John K. and {Sanchez}, Sebastian F. and {Schlegel}, David and {Simmons}, Audrey and {Steele}, Oliver and {Steinmetz}, Matthias and {Thanjavur}, Karun and {Thompson}, Benjamin A. and {Tinker}, Jeremy L. and {van den Bosch}, Remco C.~E. and {Westfall}, Kyle B. and {Wilkinson}, David and {Wright}, Shelley and {Xiao}, Ting and {Zhang}, Kai},
102
+ title = "{Overview of the SDSS-IV MaNGA Survey: Mapping nearby Galaxies at Apache Point Observatory}",
103
+ journal = {\apj},
104
+ keywords = {galaxies: evolution, galaxies: general, surveys, techniques: imaging spectroscopy, Astrophysics - Astrophysics of Galaxies},
105
+ year = 2015,
106
+ month = jan,
107
+ volume = {798},
108
+ number = {1},
109
+ eid = {7},
110
+ pages = {7},
111
+ doi = {10.1088/0004-637X/798/1/7},
112
+ archivePrefix = {arXiv},
113
+ eprint = {1412.1482},
114
+ primaryClass = {astro-ph.GA},
115
+ adsurl = {https://ui.adsabs.harvard.edu/abs/2015ApJ...798....7B},
116
+ adsnote = {Provided by the SAO/NASA Astrophysics Data System}
117
+ }
118
+
119
+