-
Notifications
You must be signed in to change notification settings - Fork 0
Numeric_Precision
fujiaze edited this page Aug 4, 2026
·
5 revisions
正式模式只有FP32 IEEE 754 binary32和FP64 IEEE 754 binary64。
编排器解析JSON后创建唯一PrecisionContext。必须跟随模式的科学浮点数据包括Light/Master像素、校准中间量、星点/PSF/测光/SNR、WCS/SIP、NSIDE Jacobian、Drizzle边界/面积/权重/累计、HISS signal、HISS SNR、Reader和Browser查询。
FP32路径不得使用float64科学累计;FP64路径不得使用float32科学缓冲或累计。整数索引、枚举、occupancy、support uint8、offset、size和checksum保持整数类型。
HISS必须显式记录precision_mode、signal_dtype、snr_dtype和numeric_schema_version。缺失或不一致硬失败,不提供正式文件默认FP32兼容通过。禁止-ffast-math。