Skip to content

Commit

Permalink
config: strip out background matching
Browse files Browse the repository at this point in the history
Background matching has been removed in pipe_tasks (because it doesn't work
in the general case of pointed observations). Re-implementation in obs_sdss
awaits resources and motivation.
  • Loading branch information
PaulPrice committed Nov 20, 2017
1 parent 49fd657 commit 4601b20
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/assembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@
config.select.retarget(SelectSdssImagesTask)
config.scaleZeroPoint.retarget(ScaleSdssZeroPointTask)

config.matchBackgrounds.usePolynomial = True
config.matchBackgrounds.binSize = 128
config.matchBackgrounds.order = 4
config.subregionSize = (2500, 2500)
config.sigmaClip = 5
config.maxMatchResidualRatio = 1.7
config.maxMatchResidualRMS = 1.0
config.autoReference = False

# Configs for deep coadd
config.coaddName = 'deep'
Expand Down

0 comments on commit 4601b20

Please sign in to comment.