Skip to content

Commit 0433a36

Browse files
cailmdaleyclaude
andcommitted
fix(example): Ng templates point BKG_RMS_VIGNET_PATH at surviving producer
run_sp_MiViSmVi was deleted with its config (ff612b7); the surviving background_rms vignet producers run as run_sp_tile_PiViVi (matching config_tile_Ng_batch_psfex_uc.ini). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6f4901b commit 0433a36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/cfis/config_tile_Ng_template.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ NUMBERING_SCHEME = -000-000
6868
# 1/RMS^2 inverse-variance ngmix weights. When set, the file must exist for
6969
# every tile (missing file -> error, no per-tile fallback); omit the option
7070
# entirely to fall back to the scalar sigma_mad noise estimate.
71-
BKG_RMS_VIGNET_PATH = $SP_RUN/output/run_sp_MiViSmVi/vignetmaker_runner_run_2/output/background_rms_vignet{file_number_string}.sqlite
71+
BKG_RMS_VIGNET_PATH = $SP_RUN/output/run_sp_tile_PiViVi/vignetmaker_runner_run_2/output/background_rms_vignet{file_number_string}.sqlite
7272

7373
# Magnitude zero-point
7474
MAG_ZP = 30.0

example/cfis/config_tile_Ng_template_batch.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ NUMBERING_SCHEME = -000-000
6868
# 1/RMS^2 inverse-variance ngmix weights. When set, the file must exist for
6969
# every tile (missing file -> error, no per-tile fallback); omit the option
7070
# entirely to fall back to the scalar sigma_mad noise estimate.
71-
BKG_RMS_VIGNET_PATH = $SP_RUN/output/run_sp_MiViSmVi/vignetmaker_runner_run_2/output/background_rms_vignet{file_number_string}.sqlite
71+
BKG_RMS_VIGNET_PATH = $SP_RUN/output/run_sp_tile_PiViVi/vignetmaker_runner_run_2/output/background_rms_vignet{file_number_string}.sqlite
7272

7373
# Number of objects to batch save during processing, optional. Omit or set
7474
# to -1 for no batch saving

0 commit comments

Comments
 (0)