Skip to content

Commit

Permalink
add more Pilatus4 detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
weninc committed Nov 9, 2023
1 parent be7a500 commit 2e084fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azint/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,18 @@ class Pilatus4_1M(Pilatus4):
class Pilatus4_2M(Pilatus4):
max_shape = (1630, 1553)


class Pilatus4_4M(Pilatus4):
max_shape = (2180, 2073)


class Pilatus4_CdTe_1M(Pilatus4):
max_shape = (1080, 1033)


class Pilatus4_CdTe_2M(Pilatus4):
max_shape = (1630, 1553)


class Pilatus4_CdTe_4M(Pilatus4):
max_shape = (2180, 2073)

0 comments on commit 2e084fb

Please sign in to comment.