Add README with skymap as hero figure

#3
Files changed (2) hide show
  1. README.md +125 -125
  2. example_figure.png +2 -2
README.md CHANGED
@@ -1,125 +1,125 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_dir: mmu_vipers_w1/dataset
5
- tags:
6
- - astronomy
7
- license: cc-by-4.0
8
- pretty_name: mmu_vipers_w1
9
- size_categories:
10
- - 10K<n<100K
11
- ---
12
-
13
- <div align="center">
14
- <img src="example_figure.png" width="600">
15
- </div>
16
-
17
- # mmu_vipers_w1 HATS Catalog Collection
18
-
19
- This is the collection of HATS catalogs representing mmu_vipers_w1.
20
-
21
- This dataset is part of the [Multimodal Universe](https://github.com/MultimodalUniverse/MultimodalUniverse),
22
- a large-scale collection of multimodal astronomical data. For full details, see the paper:
23
- [The Multimodal Universe: Enabling Large-Scale Machine Learning with 100TBs of Astronomical Scientific Data](https://arxiv.org/abs/2412.02527).
24
-
25
- ### Access the catalog
26
-
27
- We recommend the use of the [LSDB](https://lsdb.io) Python framework to access HATS catalogs.
28
- LSDB can be installed via `pip install lsdb` or `conda install conda-forge::lsdb`,
29
- see more details [in the docs](https://docs.lsdb.io/).
30
- The following code provides a minimal example of opening this catalog:
31
-
32
- ```python
33
- import lsdb
34
-
35
- # Full sky coverage.
36
- catalog = lsdb.open_catalog("https://huggingface.co/datasets/LSDB/mmu_vipers_w1")
37
- # One-degree cone.
38
- catalog = lsdb.open_catalog(
39
- "https://huggingface.co/datasets/LSDB/mmu_vipers_w1",
40
- search_filter=lsdb.ConeSearch(ra=36.0, dec=-6.0, radius_arcsec=3600.0),
41
- )
42
- ```
43
-
44
- Each catalog in this collection is represented as a separate [Apache Parquet dataset](https://arrow.apache.org/docs/python/dataset.html) and can be accessed with a variety of tools, including `pandas`, `pyarrow`, `dask`, `Spark`, `DuckDB`.
45
-
46
- ### File structure
47
-
48
- This catalog is represented by the following files and directories:
49
-
50
- - [`collection.properties`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/collection.properties) — textual metadata file describing the HATS collection of catalogs
51
- - [`mmu_vipers_w1`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1) — main HATS catalog directory
52
- - [`dataset/`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/dataset/) — Apache Parquet dataset directory for the main catalog
53
- - ... parquet metadata and data files in sub directories ...
54
- - [`hats.properties`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/hats.properties) — textual metadata file describing the main HATS catalog
55
- - [`partition_info.csv`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/partition_info.csv) — CSV file with a list of catalog HEALPix tiles (catalog partitions)
56
- - [`skymap.fits`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/skymap.fits) — HEALPix skymap FITS file with row-counts per HEALPix tile of fixed order 10
57
- - [`mmu_vipers_w1_10arcs/`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1_10arcs) — default margin catalog to ensure data completeness in cross-matching, the margin threshold is 10.0 arcseconds
58
- - ... margin catalog files and directories ...
59
-
60
- ### Catalog metadata
61
-
62
- Metadata of the main HATS catalog, excluding margins and indexes:
63
-
64
- | **Number of rows** | **Number of columns** | **Number of partitions** | **Size on disk** | **HATS Builder** |
65
- | --- | --- | --- | --- | --- |
66
- | 60,528 | 9 | 20 | 447.3 MiB | hats-import v0.7.1, hats v0.7.1 |
67
-
68
-
69
- ### Catalog columns
70
-
71
- The main HATS catalog contains the following columns:
72
-
73
- | **Name** | **`_healpix_29`** | **`spectrum.flux`** | **`spectrum.ivar`** | **`spectrum.lambda`** | **`spectrum.mask`** | **`REDSHIFT`** | **`REDFLAG`** | **`EXPTIME`** | **`NORM`** | **`MAG`** | **`ra`** | **`dec`** | **`object_id`** |
74
- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
75
- | **Data Type** | int64 | list[float] | list[float] | list[float] | list[float] | float | float | float | float | float | float | float | string |
76
- | **Nested?** | — | spectrum | spectrum | spectrum | spectrum | — | — | — | — | — | — | — | — |
77
- | **Value count** | 60,528 | 33,714,096 | 33,714,096 | 33,714,096 | 33,714,096 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 |
78
- | **Example row** | 1244368854977221770 | [0.1494, 0.1505, 0.1503, 0.1502, … (557 total)] | [1.471e-17, 1.777e-17, 2.024e-17, … (557 total)] | [5514, 5521, 5529, 5536, 5543, … (557 total)] | [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, … (557 total)] | 0.8462 | 0.8462 | 540 | 6.217 | 21.93 | 36.11 | -5.501 | 116024139.0 |
79
- | **Minimum value** | 1243931779419333962 | -92.83397674560547 | -3.101720243426774e-19 | 5514.27978515625 | -0.0 | -0.0 | -0.0 | 540.0 | -99.0 | 15.56879997253418 | 30.189260482788086 | -5.980062007904053 | 101121877.0 |
80
- | **Maximum value** | 2589547514245821801 | 986.7094116210938 | 1.3494081035675311e-14 | 9484.1201171875 | 3.0 | 4.558800220489502 | 4.558800220489502 | 540.0 | 1385.6070556640625 | 23.991300582885742 | 38.80224609375 | -4.171539783477783 | 127112147.0 |
81
-
82
-
83
- "Nested" indicates whether the column is stored as a nested field inside another "struct" column.
84
-
85
-
86
- "Value count" may be different from the total number of rows for nested columns: each nested element is counted as a single value.
87
-
88
-
89
-
90
-
91
- ### Crossmatch with another catalog
92
-
93
- HATS catalogs can be efficiently crossmatched using [LSDB](https://lsdb.io),
94
- which leverages the HEALPix partitioning to avoid loading the full datasets into memory:
95
-
96
- ```python
97
- import lsdb
98
-
99
- mmu_vipers_w1 = lsdb.open_catalog("https://huggingface.co/datasets/LSDB/mmu_vipers_w1")
100
- other = lsdb.open_catalog("https://huggingface.co/datasets/<org>/<other_catalog>")
101
-
102
- crossmatched = mmu_vipers_w1.crossmatch(other, radius_arcsec=1.0)
103
- print(crossmatched)
104
- ```
105
-
106
- See the [LSDB documentation](https://docs.lsdb.io/) for more details on crossmatching and other operations.
107
-
108
- ### Dataset-specific context
109
-
110
- **Original survey**
111
- This dataset is based on the VIMOS Public Extragalactic Redshift Survey (VIPERS), which provides optical spectra of galaxies in the redshift range 0.5 < z < 1.0.
112
-
113
- **Data modality**
114
- The dataset consists of fixed-size optical spectra (1 × 557) covering a wavelength range from 5514 Å to 9484 Å. Each spectrum includes flux values, the corresponding wavelength vector, inverse variance (ivar), and a mask indicating the quality of each measurement. The dataset contains approximately 90,000 galaxy spectra.
115
-
116
- **Typical use cases**
117
- This dataset has been used in a number of scientific publications, as well as in
118
- machine learning specific applications, including source identification with SVMs and
119
- galaxy classification with unsupervised methods.
120
-
121
- **Caveats**
122
- The dataset includes spectra that have been normalized and transformed during preprocessing to ensure consistency with other datasets.
123
-
124
- **Citation**
125
- This dataset uses data from the VIMOS Public Extragalactic Redshift Survey (VIPERS), obtained with the ESO Very Large Telescope. Users should acknowledge the [VIPERS survey](http://vipers.inaf.it) and its participating institutions.
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_dir: mmu_vipers_w1/dataset
5
+ tags:
6
+ - astronomy
7
+ license: cc-by-4.0
8
+ pretty_name: mmu_vipers_w1
9
+ size_categories:
10
+ - 10K<n<100K
11
+ ---
12
+
13
+ <div align="center">
14
+ <img src="example_figure.png" width="600">
15
+ </div>
16
+
17
+ # mmu_vipers_w1 HATS Catalog Collection
18
+
19
+ This is the collection of HATS catalogs representing mmu_vipers_w1.
20
+
21
+ This dataset is part of the [Multimodal Universe](https://github.com/MultimodalUniverse/MultimodalUniverse),
22
+ a large-scale collection of multimodal astronomical data. For full details, see the paper:
23
+ [The Multimodal Universe: Enabling Large-Scale Machine Learning with 100TBs of Astronomical Scientific Data](https://arxiv.org/abs/2412.02527).
24
+
25
+ ### Access the catalog
26
+
27
+ We recommend the use of the [LSDB](https://lsdb.io) Python framework to access HATS catalogs.
28
+ LSDB can be installed via `pip install lsdb` or `conda install conda-forge::lsdb`,
29
+ see more details [in the docs](https://docs.lsdb.io/).
30
+ The following code provides a minimal example of opening this catalog:
31
+
32
+ ```python
33
+ import lsdb
34
+
35
+ # Full sky coverage.
36
+ catalog = lsdb.open_catalog("https://huggingface.co/datasets/LSDB/mmu_vipers_w1")
37
+ # One-degree cone.
38
+ catalog = lsdb.open_catalog(
39
+ "https://huggingface.co/datasets/LSDB/mmu_vipers_w1",
40
+ search_filter=lsdb.ConeSearch(ra=36.0, dec=-6.0, radius_arcsec=3600.0),
41
+ )
42
+ ```
43
+
44
+ Each catalog in this collection is represented as a separate [Apache Parquet dataset](https://arrow.apache.org/docs/python/dataset.html) and can be accessed with a variety of tools, including `pandas`, `pyarrow`, `dask`, `Spark`, `DuckDB`.
45
+
46
+ ### File structure
47
+
48
+ This catalog is represented by the following files and directories:
49
+
50
+ - [`collection.properties`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/collection.properties) — textual metadata file describing the HATS collection of catalogs
51
+ - [`mmu_vipers_w1`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1) — main HATS catalog directory
52
+ - [`dataset/`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/dataset/) — Apache Parquet dataset directory for the main catalog
53
+ - ... parquet metadata and data files in sub directories ...
54
+ - [`hats.properties`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/hats.properties) — textual metadata file describing the main HATS catalog
55
+ - [`partition_info.csv`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/partition_info.csv) — CSV file with a list of catalog HEALPix tiles (catalog partitions)
56
+ - [`skymap.fits`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1/skymap.fits) — HEALPix skymap FITS file with row-counts per HEALPix tile of fixed order 10
57
+ - [`mmu_vipers_w1_10arcs/`](https://huggingface.co/datasets/LSDB/mmu_vipers_w1/mmu_vipers_w1_10arcs) — default margin catalog to ensure data completeness in cross-matching, the margin threshold is 10.0 arcseconds
58
+ - ... margin catalog files and directories ...
59
+
60
+ ### Catalog metadata
61
+
62
+ Metadata of the main HATS catalog, excluding margins and indexes:
63
+
64
+ | **Number of rows** | **Number of columns** | **Number of partitions** | **Size on disk** | **HATS Builder** |
65
+ | --- | --- | --- | --- | --- |
66
+ | 60,528 | 9 | 20 | 447.3 MiB | hats-import v0.7.1, hats v0.7.1 |
67
+
68
+
69
+ ### Catalog columns
70
+
71
+ The main HATS catalog contains the following columns:
72
+
73
+ | **Name** | **`_healpix_29`** | **`spectrum.flux`** | **`spectrum.ivar`** | **`spectrum.lambda`** | **`spectrum.mask`** | **`REDSHIFT`** | **`REDFLAG`** | **`EXPTIME`** | **`NORM`** | **`MAG`** | **`ra`** | **`dec`** | **`object_id`** |
74
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
75
+ | **Data Type** | int64 | list[float] | list[float] | list[float] | list[float] | float | float | float | float | float | float | float | string |
76
+ | **Nested?** | — | spectrum | spectrum | spectrum | spectrum | — | — | — | — | — | — | — | — |
77
+ | **Value count** | 60,528 | 33,714,096 | 33,714,096 | 33,714,096 | 33,714,096 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 | 60,528 |
78
+ | **Example row** | 1244368854977221770 | [0.1494, 0.1505, 0.1503, 0.1502, … (557 total)] | [1.471e-17, 1.777e-17, 2.024e-17, … (557 total)] | [5514, 5521, 5529, 5536, 5543, … (557 total)] | [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, … (557 total)] | 0.8462 | 0.8462 | 540 | 6.217 | 21.93 | 36.11 | -5.501 | 116024139.0 |
79
+ | **Minimum value** | 1243931779419333962 | -92.83397674560547 | -3.101720243426774e-19 | 5514.27978515625 | -0.0 | -0.0 | -0.0 | 540.0 | -99.0 | 15.56879997253418 | 30.189260482788086 | -5.980062007904053 | 101121877.0 |
80
+ | **Maximum value** | 2589547514245821801 | 986.7094116210938 | 1.3494081035675311e-14 | 9484.1201171875 | 3.0 | 4.558800220489502 | 4.558800220489502 | 540.0 | 1385.6070556640625 | 23.991300582885742 | 38.80224609375 | -4.171539783477783 | 127112147.0 |
81
+
82
+
83
+ "Nested" indicates whether the column is stored as a nested field inside another "struct" column.
84
+
85
+
86
+ "Value count" may be different from the total number of rows for nested columns: each nested element is counted as a single value.
87
+
88
+
89
+
90
+
91
+ ### Crossmatch with another catalog
92
+
93
+ HATS catalogs can be efficiently crossmatched using [LSDB](https://lsdb.io),
94
+ which leverages the HEALPix partitioning to avoid loading the full datasets into memory:
95
+
96
+ ```python
97
+ import lsdb
98
+
99
+ mmu_vipers_w1 = lsdb.open_catalog("https://huggingface.co/datasets/LSDB/mmu_vipers_w1")
100
+ other = lsdb.open_catalog("https://huggingface.co/datasets/<org>/<other_catalog>")
101
+
102
+ crossmatched = mmu_vipers_w1.crossmatch(other, radius_arcsec=1.0)
103
+ print(crossmatched)
104
+ ```
105
+
106
+ See the [LSDB documentation](https://docs.lsdb.io/) for more details on crossmatching and other operations.
107
+
108
+ ### Dataset-specific context
109
+
110
+ **Original survey**
111
+ This dataset is based on the VIMOS Public Extragalactic Redshift Survey (VIPERS), which provides optical spectra of galaxies in the redshift range 0.5 < z < 1.0.
112
+
113
+ **Data modality**
114
+ The dataset consists of fixed-size optical spectra (1 × 557) covering a wavelength range from 5514 Å to 9484 Å. Each spectrum includes flux values, the corresponding wavelength vector, inverse variance (ivar), and a mask indicating the quality of each measurement. The dataset contains approximately 90,000 galaxy spectra.
115
+
116
+ **Typical use cases**
117
+ This dataset has been used in a number of scientific publications, as well as in
118
+ machine learning specific applications, including source identification with SVMs and
119
+ galaxy classification with unsupervised methods.
120
+
121
+ **Caveats**
122
+ The dataset includes spectra that have been normalized and transformed during preprocessing to ensure consistency with other datasets.
123
+
124
+ **Citation**
125
+ This dataset uses data from the VIMOS Public Extragalactic Redshift Survey (VIPERS), obtained with the ESO Very Large Telescope. Users should acknowledge the [VIPERS survey](http://vipers.inaf.it) and its participating institutions.
example_figure.png CHANGED

Git LFS Details

  • SHA256: c33b8186e556a0868e2b38a0cb849daa9442beef36cd91deca481daf67819b6d
  • Pointer size: 130 Bytes
  • Size of remote file: 80.4 kB

Git LFS Details

  • SHA256: 8cd573b5056a332b9e823f3595df6ee8adbdd5dbb0986e440edabcc2140b2f88
  • Pointer size: 132 Bytes
  • Size of remote file: 1.96 MB