Skip to content

Commit

Permalink
Default flipXY to True
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Sep 9, 2024
1 parent 61042a6 commit 5213843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/cloughTocher2DInterpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class CloughTocher2DInterpolateConfig(Config):
doc="Whether to flip the x and y coordinates before constructing the "
"Delaunay triangulation. This may produce a slightly different result "
"since the triangulation is not invariant under coordinate flips.",
default=False,
default=True,
)


Expand Down

0 comments on commit 5213843

Please sign in to comment.