We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142b436 commit 2f8a662Copy full SHA for 2f8a662
hexrdgui/overlays/powder_overlay.py
@@ -654,7 +654,8 @@ def pinhole_distortion_kwargs(self):
654
kwargs = self.tth_distortion_kwargs.copy()
655
if self.pinhole_distortion_type == 'RyggPinholeDistortion':
656
# Add our absorption length
657
- kwargs['absorption_length'] = HexrdConfig().absorption_length() * 1e-3
+ kwargs['absorption_length'] = HexrdConfig(
658
+ ).absorption_length() * 1e-3
659
return kwargs
660
# END PolarDistortionObject mixin reroutes
661
0 commit comments