diff --git a/hexrd/instrument/detector.py b/hexrd/instrument/detector.py index bfcb94c5a..587faced5 100644 --- a/hexrd/instrument/detector.py +++ b/hexrd/instrument/detector.py @@ -930,7 +930,7 @@ def interpolate_nearest(self, xy, img, pad_with_nans=True): int_xy[on_panel] = int_vals return int_xy - @profile + def interpolate_bilinear(self, xy, img, pad_with_nans=True): """ Interpolate an image array at the specified cartesian points.