From 2da3dcb038c735a817491a73800edfd6b0b8dc88 Mon Sep 17 00:00:00 2001 From: Saransh Singh Date: Fri, 8 Mar 2024 17:40:21 -0800 Subject: [PATCH] fix arguments to cylindrical detector. --- hexrd/projections/polar.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hexrd/projections/polar.py b/hexrd/projections/polar.py index 8ac754f74..f2b87c762 100644 --- a/hexrd/projections/polar.py +++ b/hexrd/projections/polar.py @@ -197,7 +197,6 @@ def _args_project_on_detector(self, gvec_angs, detector): detector.distortion) if detector.detector_type == 'cylindrical': arg = (gvec_angs, - detector.rmat, self.chi, detector.tvec, detector.caxis,