Skip to content

Commit 562c5f5

Browse files
committed
Update photoCal bad flags list
1 parent acee1a3 commit 562c5f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: python/lsst/pipe/tasks/photoCal.py

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def setDefaults(self):
116116
self.match.sourceSelection.doFlags = True
117117
self.match.sourceSelection.flags.bad = [
118118
"base_PixelFlags_flag_edge",
119+
"base_PixelFlags_flag_nodata",
119120
"base_PixelFlags_flag_interpolated",
120121
"base_PixelFlags_flag_saturated",
121122
]

0 commit comments

Comments
 (0)