Skip to content

Commit

Permalink
Remove now-defaulted overrides
Browse files Browse the repository at this point in the history
This commit is not intended to change pipeline behavior: the combined effect
of this branch across all packages is to cleanup our configs so that the task
defaults are what we believe to be most appropriate for most cases.
  • Loading branch information
parejkoj committed Sep 19, 2023
1 parent 98ea155 commit fbdc377
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions config/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@

config.photoCal.applyColorTerms = True

# this was the default prior to DM-11521. New default is 2000.
config.deblend.maxFootprintSize=0

# Better astrometry matching
config.astrometry.matcher.numBrightStars = 150

# ====================================
# TODO DM-31063: below are things taken from obs_subaru that should be moved
# into a generic pipeline config once gen2 is gone.
Expand Down
1 change: 0 additions & 1 deletion config/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
# These cosmic ray defaults work for validation_data_cfht (which is post-ISR
# data, thus not actually raw); it may not be correct for all CFHT data.
config.requireCrForPsf = False
config.repair.cosmicray.nCrPixelMax = 100000
config.repair.cosmicray.min_DN = 3000

0 comments on commit fbdc377

Please sign in to comment.