Skip to content

Commit

Permalink
set default use legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
PFLeget committed Aug 9, 2024
1 parent 07e4cb9 commit 2e7c572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/meas/algorithms/interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ def interpolateOverDefects(
psf,
badList,
fallbackValue=0.0,
fwhm=1.0,
useFallbackValueAtEdge=False,
useLegacyInterp=False,
fwhm=1.0,
useLegacyInterp=True,
maskNameList=None,
**kwargs
):
Expand Down

0 comments on commit 2e7c572

Please sign in to comment.