Skip to content

Commit a354c19

Browse files
authored
BUG add analyze with interp image psf nse to ignore keys (#26)
1 parent 94fe0b0 commit a354c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

montara/des_tile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def buildImages(
899899
'rejectlist_file', 'dither_scale', 'coadd_wcs', 'n_se_test',
900900
'grid_border']
901901
ignore += ['file_name', 'dir']
902-
ignore += ['analyze_with_interpimage_psf']
902+
ignore += ['analyze_with_interpimage_psf', 'analyze_with_interpimage_psf_s2n']
903903
logger.debug("current mag_zp: %f" % base["eval_variables"]["fmag_zp"])
904904

905905
# We are making sure to call the OutputBuilder from galsim

0 commit comments

Comments
 (0)