You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- make_cat: read ngmix_mcal_flags/ngmix_id outside the moments branch;
they were assigned only in the non-moments (else) branch but used
unconditionally, so _save_ngmix_data(moments=True) raised NameError.
- make_cat: remove a leftover debug print loop over the ELL columns.
- runners (mccd_interp, read_ext_sexcat, psfex_interp, vignetmaker):
the WCS log / exp-numbers files are positional inputs supplied via the
config FILE_PATTERN in MULTI-EPOCH / post-process modes, but the
@module_runner decorators only declare the base inputs (the optional
ones cannot be encoded statically without breaking CLASSIC/base mode).
Replace the bare input_file_list[1]/[2] reads with a clear ValueError
naming the missing FILE_PATTERN entry instead of a cryptic IndexError.
- ngmix compile_results: tie the hardcoded metacal-type list to
METACAL_TYPES via a divergence check (order kept stable for
byte-reproducible output).
- ngmix: drop a stray marker comment and a dead commented-out vignet-path
block; fold two debug prints into the ValueError message and fix a
missing f-string prefix in an adjacent error message.
0 commit comments