Skip to content

Commit

Permalink
remove modelpsf
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Feb 23, 2024
1 parent dd69bdb commit f72dfaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/lsst/pipe/tasks/makeShearWarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ class MakeDirectWarpConfig(
doc="Configuration for CoaddPsf",
dtype=CoaddPsfConfig,
)
modelPsf = GaussianPsfFactory.makeField(
doc="Model PSF factory (for PSF-matched warps)"
)
idGenerator = DetectorVisitIdGeneratorConfig.make_field()

def setDefaults(self) -> None:
Expand Down

0 comments on commit f72dfaf

Please sign in to comment.