Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/drpDiaCalculationPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class DrpDiaCalculationPipeConfig(
)

def setDefaults(self):
super().setDefaults()
self.diaCalculation.plugins = ["ap_meanPosition",
"ap_diaObjectFlag",
"ap_meanFlux",
Expand Down
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/makeDiscreteSkyMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class MakeDiscreteSkyMapConfig(pexConfig.Config):
)

def setDefaults(self):
super().setDefaults()
self.skyMap.tractOverlap = 0.0


Expand Down
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class RepairConfig(pexConfig.Config):
)

def setDefaults(self):
super().setDefaults()
self.interp.useFallbackValueAtEdge = True
self.interp.fallbackValueType = "MEANCLIP"
self.interp.negativeFallbackAllowed = True
Expand Down