Skip to content

Commit 6f4901b

Browse files
cailmdaleyclaude
andcommitted
fix(example): explicit FILE_EXT in config_exp_psfex.ini
Same latent FILE_PATTERN/FILE_EXT length mismatch 3eb6a66 fixed elsewhere: the 3-entry FILE_PATTERN override fell back on the decorator's new 4-entry FILE_EXT default, tripping the length check at startup. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 061ca3c commit 6f4901b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

example/cfis/config_exp_psfex.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ INPUT_DIR = last:split_exp_runner, last:mask_runner
6464
# Read pipeline flag files created by mask module
6565
FILE_PATTERN = image, weight, pipeline_flag
6666

67+
# Explicit extensions: a 3-entry FILE_PATTERN override must not fall back on
68+
# the decorator's 4-entry FILE_EXT default (length check fails at startup)
69+
FILE_EXT = .fits, .fits, .fits
70+
6771
NUMBERING_SCHEME = -0000000-0
6872

6973
# SExtractor executable path

0 commit comments

Comments
 (0)