Skip to content

Commit

Permalink
Merge pull request #621 from HEXRD/polar-fix
Browse files Browse the repository at this point in the history
fix arguments to cylindrical detector.
  • Loading branch information
psavery authored Mar 11, 2024
2 parents 31ada96 + 2da3dcb commit 03f0e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hexrd/projections/polar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03f0e33

Please sign in to comment.