mmu_hsc_pdr3_wide_21
收藏资源简介:
mmu_hsc_pdr3_wide_21 数据集是 HATS 目录集合的一部分,属于 Multimodal Universe 项目,旨在提供大规模多模态天文数据用于机器学习研究。该数据集源自 Hyper Suprime-Cam Subaru Strategic Program (HSC-SSP) 的第三次公开数据发布 (PDR3) 的 Wide 层,覆盖约 700 平方度,包含超过 320 万个天体。每个天体提供 5 个光学波段 (g, r, i, z, y) 的 160×160 像素图像切片(像素尺度 0.168 角秒),以及对应的通量图、反方差图、二进制掩膜(标记坏像素、饱和像素和无数据区域)、每个波段的 PSF 半高全宽和像素尺度。此外,还包含 cmodel 星等及其误差、消光值、延展性指标、自适应形状矩等共 55 列。数据以 Apache Parquet 格式存储,可通过 LSDB 框架高效访问和交叉匹配。典型应用包括星系形态学、光红移估计、强引力透镜搜索和自监督表示学习。注意:选择时仅包含延展源(i 波段延展性 > 0.5)且 z 波段 cmodel 星等小于 21 的天体,因此不适合星-星系分类任务;图像边缘或亮星附近的切片可能包含掩膜或零值区域。
The mmu_hsc_pdr3_wide_21 dataset is part of the HATS catalog collection, belonging to the Multimodal Universe project, which aims to provide large-scale multimodal astronomical data for machine learning research. This dataset originates from the Wide layer of the third public data release (PDR3) of the Hyper Suprime-Cam Subaru Strategic Program (HSC-SSP), covering approximately 700 square degrees and containing over 3.2 million celestial objects. Each object provides 160×160 pixel image cutouts in five optical bands (g, r, i, z, y) with a pixel scale of 0.168 arcseconds, along with corresponding flux maps, inverse variance maps, binary masks (marking bad pixels, saturated pixels, and no-data regions), PSF full width at half maximum and pixel scale for each band. Additionally, it includes 55 columns such as cmodel magnitudes and their errors, extinction values, extendedness indicators, and adaptive shape moments. The data is stored in Apache Parquet format and can be efficiently accessed and cross-matched using the LSDB framework. Typical applications include galaxy morphology, photometric redshift estimation, strong gravitational lens search, and self-supervised representation learning. Note: The selection only includes extended sources (i-band extendedness > 0.5) with z-band cmodel magnitude less than 21, making it unsuitable for star-galaxy classification tasks; cutouts near image edges or bright stars may contain masks or zero-value regions.
mmu_hsc_pdr3_wide_21 数据集概述
数据集基本信息
- 名称: mmu_hsc_pdr3_wide_21 HATS Catalog Collection
- 许可协议: CC-BY-4.0
- 数据规模: 1M < n < 10M 行
- 所属项目: Multimodal Universe(多模态宇宙项目),该项目汇集了大规模多模态天文数据,详见论文《The Multimodal Universe: Enabling Large-Scale Machine Learning with 100TBs of Astronomical Scientific Data》。
数据来源与背景
该数据集基于Hyper Suprime-Cam Subaru Strategic Program (HSC-SSP) 第三次公开数据发布(PDR3)中的 Wide 层数据。Wide 层是 HSC-SSP 三个观测层中最浅但覆盖面积最大的部分,使用位于 8.2 米斯巴鲁望远镜上的 Hyper Suprime-Cam 拍摄。数据选择要求在每个波段至少有三次观测覆盖(全深度全色覆盖),最终覆盖面积约为 700 平方度。
数据内容与规模
| 属性 | 值 |
|---|---|
| 行数 | 3,226,161 |
| 列数 | 55 |
| 分区数 | 1,422 |
| 磁盘占用 | 2.5 TiB |
| HATS 构建工具 | hats-import v0.9.0, hats v0.9.0 |
数据集包含约 320 万个图像切片(cutouts),每个切片尺寸为 160 × 160 像素,覆盖 5 个光学波段(g、r、i、z、y),像素尺度为 0.168 角秒,对应每边约 27 角秒的视场。
数据模态
每个目标包含以下信息:
- 通量图像 (image.flux)
- 逆方差图 (image.ivar)
- 二进制掩码 (image.mask),标记坏像素、饱和像素和无数据区域
- 各波段的 PSF FWHM (image.psf_fwhm) 和 像素尺度 (image.scale)
- cModel 星等及误差(g、r、i、z、y 五个波段)
- 消光值(a_g、a_r、a_i、a_z、a_y)
- 扩展度值(各波段的 extendedness_value)
- 自适应形状矩(各波段的 SDSS 形状参数)
主要列字段
数据集包含以下主要列(均为 float 类型,带下划线特殊前缀的属于嵌套字段):
ra、dec:天球坐标(double 类型)object_id:目标标识符(string 类型)_healpix_29:HEALPix 像素索引(int64 类型)image.band、image.flux、image.ivar、image.mask、image.psf_fwhm、image.scale:图像相关嵌套字段a_g至a_y:各波段消光值- 各波段
_extendedness_value、_cmodel_mag、_cmodel_magerr、_sdssshape_psf_shape*、_sdssshape_shape*:天文测量参数
目标选择标准
目标选自 pdr3_wide.forced 表,具体条件包括:
- z 波段 cModel 星等小于 21(
corrected_z_cmodel_mag < 21) - 限制为扩展源(
i_extendedness_value > 0.5) - 五个波段各有至少三次曝光
- 排除受亮星掩模、图像边缘、饱和像素、宇宙射线、插值像素或坏像素影响的目标
- 排除 cModel 测光不可靠的目标
选择查询详见 Multimodal Universe 仓库中的 pdr3_wide_21.sql 文件。
数据访问与使用
推荐使用 LSDB Python 框架访问该 HATS 星表,可通过 pip install lsdb 或 conda install conda-forge::lsdb 安装。数据以 Apache Parquet 格式存储,可配合多种工具使用(如 pandas、pyarrow、dask、Spark、DuckDB)。HATS 目录支持通过 LSDB 进行高效的交叉匹配操作。
典型应用场景
- 星系形态学研究
- 光度红移估计
- 强引力透镜搜索
- 自监督表征学习
- 与 DESI Legacy Imaging Surveys 的交叉仪器对比研究(观测区域重叠)
注意事项
- 星等截断在 z 波段而扩展度在 i 波段测量,选择函数具有颜色依赖性
- 点源已被排除,因此该样本不适用于恒星-星系分类任务
- 巡天足迹边缘或亮星附近的切片可能包含掩模或零值区域
- 未进行超出 HSC 管线自身处理的去混叠处理,拥挤区域可能包含邻近源
引用说明
在科学出版物中使用该数据集时,请引用 HSC-SSP 巡天及数据发布相关论文:
- Aihara et al. (2018), The Hyper Suprime-Cam SSP Survey: Overview and survey design, PASJ 70, S4 — https://doi.org/10.1093/pasj/psx066
- Aihara et al. (2022), Third data release of the Hyper Suprime-Cam Subaru Strategic Program, PASJ 74, 247 — https://doi.org/10.1093/pasj/psab122
使用 HSC 数据需要注明“NAOJ / HSC Collaboration”。完整使用条款参见 HSC-SSP 数据发布网站。




