Skip to content

Commit

Permalink
Update src/pyFAI/detectors/_rayonix.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar Gutierrez <[email protected]>
  • Loading branch information
kif and EdgarGF93 authored Nov 23, 2023
1 parent 97b2fe3 commit dc06fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/detectors/_rayonix.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def set_config(self, config):
raise err
self.set_pixel1(config.get("pixel1"))
self.set_pixel2(config.get("pixel2"))
self.oientation = Orientation(config.get("orientation", 3))
self.orientation = Orientation(config.get("orientation", 3))
return self


Expand Down

0 comments on commit dc06fc4

Please sign in to comment.