Skip to content

Commit

Permalink
Modifying Eiger 500k detector geometry to vertical to match xeuss det…
Browse files Browse the repository at this point in the history
…ector
  • Loading branch information
gfreychet committed Nov 4, 2024
1 parent 6b2e525 commit caa7c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smi_analysis/Detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ class Eiger500k_xeuss(Eiger500k):
Eiger1M class inherited from the pyFAI Eiger1M class
This class is used to add a specific masking for the Eiger1M of the xeuss instru at CEA
'''
aliases = ["Eiger1M_xeuss"]
aliases = ["Eiger500k_xeuss"]
MAX_SHAPE = (1030, 514)

def calc_mask(self, img):
'''
Expand Down

0 comments on commit caa7c94

Please sign in to comment.