Datasets:
_healpix_29 int64 | rgb_image dict | gz10_label int32 | redshift float32 | rgb_pixel_scale float32 | ra float64 | dec float64 | object_id string |
|---|---|---|---|---|---|---|---|
318,719,439,679,484,700 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh5a4s66IgVn4YzJGcOXHRXhvugVu3SC(...TRUNCATED) | 7 | 0.058778 | 0.262 | 141.715103 | 20.576555 | 13024 |
3,168,272,128,823,768,000 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh5bJ12YEo2M255mLGzXT4fJhYkqoLfB(...TRUNCATED) | 9 | 0.124538 | 0.262 | 227.867938 | -2.666901 | 16657 |
3,169,368,453,038,306,000 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh15Zs2WIY2C3vtg+T5rgyFwRAkUP9II(...TRUNCATED) | 3 | 0.125602 | 0.262 | 222.384684 | -2.885087 | 5827 |
46,310,412,215,525,920 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh17Js6YEg5v12eb/S7sxtjiuHArob3U(...TRUNCATED) | 5 | 0.027619 | 0.262 | 30.434332 | 17.927814 | 8591 |
53,071,026,729,330,660 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nCT817YkS4Ig1pk2c+0eOo5KdUVVtRgJDM(...TRUNCATED) | 9 | 0.095151 | 0.262 | 32.902784 | 25.725716 | 16740 |
533,596,234,188,708,200 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh17pt62IgVv059TjSTCvstU+UKskYwz(...TRUNCATED) | 5 | 0.035441 | 0.524 | 151.993118 | 68.364922 | 8748 |
670,626,182,195,958,100 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATht7O0aZ4gbP1uLR6Z4ohXVFd1dffMLj(...TRUNCATED) | 8 | 0.03247 | 0.262 | 256.389771 | 38.372498 | 15020 |
834,858,008,779,727,600 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nCT9V7ItS4Ig1rl2Dx2x1dlHXfFUZmVWCx(...TRUNCATED) | 7 | 0.023262 | 0.262 | 216.764633 | 65.198357 | 14432 |
842,367,093,793,634,700 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nATh5451XYIgaC1vtt/HhnvNZzIrq7qqu2(...TRUNCATED) | 3 | 0.057543 | 0.262 | 199.416885 | 68.021576 | 6462 |
887,067,236,353,395,800 | {"bytes":"iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAIAAADTED8xAAEAAElEQVR4nAThV7M0SYIg1rn28NCROq/6RFV3dffscn(...TRUNCATED) | 8 | 0.022232 | 0.262 | 326.862627 | 18.736069 | 14505 |
mmu_gz10 HATS Catalog Collection
This is the collection of HATS catalogs representing mmu_gz10.
This dataset is part of the Multimodal Universe, a large-scale collection of multimodal astronomical data. For full details, see the paper: The Multimodal Universe: Enabling Large-Scale Machine Learning with 100TBs of Astronomical Scientific Data.
Access the catalog
We recommend the use of the LSDB Python framework to access HATS catalogs.
LSDB can be installed via pip install lsdb or conda install conda-forge::lsdb,
see more details in the docs.
The following code provides a minimal example of opening this catalog:
import lsdb
# Full sky coverage.
catalog = lsdb.open_catalog("https://huggingface.co/datasets/UniverseTBD/mmu_gz10")
# One-degree cone.
catalog = lsdb.open_catalog(
"https://huggingface.co/datasets/UniverseTBD/mmu_gz10",
search_filter=lsdb.ConeSearch(ra=134.0, dec=39.0, radius_arcsec=3600.0),
)
Each catalog in this collection is represented as a separate Apache Parquet dataset and can be accessed with a variety of tools, including pandas, pyarrow, dask, Spark, DuckDB.
File structure
This catalog is represented by the following files and directories:
collection.properties� textual metadata file describing the HATS collection of catalogsmmu_gz10� main HATS catalog directorydataset/� Apache Parquet dataset directory for the main catalog- ... parquet metadata and data files in sub directories ...
hats.properties� textual metadata file describing the main HATS catalogpartition_info.csv� CSV file with a list of catalog HEALPix tiles (catalog partitions)skymap.fits� HEALPix skymap FITS file with row-counts per HEALPix tile of fixed order 10
mmu_gz10_10arcs/� default margin catalog to ensure data completeness in cross-matching, the margin threshold is 10.0 arcseconds- ... margin catalog files and directories ...
Catalog metadata
Metadata of the main HATS catalog, excluding margins and indexes:
| Number of rows | Number of columns | Number of partitions | Size on disk | HATS Builder |
|---|---|---|---|---|
| 17,736 | 7 | 766 | 2.6 GiB | hats-import v0.7.3, hats v0.7.3 |
Catalog columns
The main HATS catalog contains the following columns:
| Name | _healpix_29 |
rgb_image |
gz10_label |
redshift |
rgb_pixel_scale |
ra |
dec |
object_id |
|---|---|---|---|---|---|---|---|---|
| Data Type | int64 | struct<bytes: binary, path: string> | int32 | float | float | double | double | string |
| Null count | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 |
| Example row | 359965024263830453 | {'bytes': b'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x01\x00\x00\x� | 0 | 0.08629 | 0.262 | 133.7 | 39.42 | 521 |
| Minimum value | 11240848558758 | N/A | 0 | -0.0001244 | 0.262 | 0.007269 | -19.05 | 0 |
| Maximum value | 3458656132606848812 | N/A | 9 | 1.442 | 0.524 | 360 | 69.77 | 9999 |
Crossmatch with another catalog
HATS catalogs can be efficiently crossmatched using LSDB, which leverages the HEALPix partitioning to avoid loading the full datasets into memory:
import lsdb
mmu_gz10 = lsdb.open_catalog("https://huggingface.co/datasets/UniverseTBD/mmu_gz10")
other = lsdb.open_catalog("https://huggingface.co/datasets/<org>/<other_catalog>")
crossmatched = mmu_gz10.crossmatch(other, radius_arcsec=1.0)
print(crossmatched)
See the LSDB documentation for more details on crossmatching and other operations.
Dataset-specific context
Original survey
This dataset is based on Galaxy Zoo, a citizen science project where volunteers classify galaxy images according to their structure. The images are derived from the DESI Legacy Imaging Survey and correspond to what volunteers used for classification.
Data modality
The dataset includes RGB galaxy images (3×256×256) along with classification labels into 10 morphological classes. It also provides auxiliary tabular data such as right ascension (ra), declination (dec), redshift, and object identifiers.
Typical use cases
The dataset is mainly used for benchmarking and developing models for galaxy morphology classification, using clean and simplified labels. Several publications have used this dataset for evaluating different approaches (see examples).
Caveats
The dataset includes only a subset of Galaxy Zoo data with confident and clearly distinguishable labels. The images are RGB composites designed for visualization and classification, rather than full scientific measurements.
Citation
Users should acknowledge the Galaxy Zoo project and the DESI Legacy Imaging Surveys.
- Downloads last month
- 313