Skip to content

Commit f554e2b

Browse files
cailmdaleyclaude
andcommitted
Add MASK_EXT_PATHS example to make_cat config
The catalogue-level mask query path (parse_mask_ext_paths, save_mask_ext_data) added in this PR had no shipped example. Document MASK_EXT_PATHS in config_make_cat_psfex.ini, the tile-level MAKE_CAT_RUNNER config, matching the design language used for the rasterizer's BIT_FLAG_MAP in config_tile_MaExt.ini. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KQnUyBXB85PdFF4xAKC6WC
1 parent ba20d53 commit f554e2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

example/cfis/config_make_cat_psfex.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ SM_STAR_THRESH = 0.003
7575
SM_GAL_THRESH = 0.01
7676

7777
SHAPE_MEASUREMENT_TYPE = ngmix
78+
79+
# Optional per-band external healsparse mask lookup (band:path pairs,
80+
# comma-separated). All bits of each map are queried at each object's
81+
# (RA, Dec) and written verbatim to a MASK_<BAND> column; no filtering
82+
# is applied here. Absent this key, the step is a no-op.
83+
; MASK_EXT_PATHS = r:$SP_CONFIG/mask_r.hsp, u:$SP_CONFIG/mask_u.hsp

0 commit comments

Comments
 (0)