From 39d1079ff7597191bbbc7b25b7d4d27957fa8ce5 Mon Sep 17 00:00:00 2001 From: Arun Kannawadi Date: Mon, 9 Sep 2024 10:32:23 -0400 Subject: [PATCH] Default flipXY to True --- python/lsst/meas/algorithms/cloughTocher2DInterpolator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/meas/algorithms/cloughTocher2DInterpolator.py b/python/lsst/meas/algorithms/cloughTocher2DInterpolator.py index 03fe8cae..ce8e1664 100644 --- a/python/lsst/meas/algorithms/cloughTocher2DInterpolator.py +++ b/python/lsst/meas/algorithms/cloughTocher2DInterpolator.py @@ -56,7 +56,7 @@ class CloughTocher2DInterpolateConfig(Config): "Delaunay triangulation. This may produce a slightly different result " "since the triangulation is not guaranteed to be invariant under " "coordinate flips.", - default=False, + default=True, )