Skip to content

Commit c3bf15d

Browse files
committed
add the official number
1 parent bec2b84 commit c3bf15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/pipe/tasks/computeExposureSummaryStats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def setDefaults(self):
177177
self.starSelector.signalToNoise.errField = "slot_PsfFlux_instFluxErr"
178178

179179
min_theta = [1e-6, 5.0, 1e-6, 5.0]
180-
max_theta = [1.0, 180.0, 5.0, 12.0]
180+
max_theta = [1.0, 100.0, 5.0, 20.0]
181181
psfTEx = [
182182
self.psfTE1,
183183
self.psfTE2,

0 commit comments

Comments
 (0)