Skip to content

Commit

Permalink
Turn on Bright object masks for HSC processing
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Mar 15, 2016
1 parent f8bdf4c commit b9c07be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/assembleCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
config.doMatchBackgrounds = False
config.doSigmaClip = False
config.subregionSize = (10000, 200) # 200 rows (since patch width is typically < 10k pixels)
config.doMaksBrightObjects = True
1 change: 1 addition & 0 deletions config/safeClipAssembleCoadd.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
config.badMaskPlanes = ("BAD", "EDGE", "SAT", "INTRP", "NO_DATA",)
config.doMatchBackgrounds = False
config.doMaskBrightObjects = True

0 comments on commit b9c07be

Please sign in to comment.