Skip to content

Commit

Permalink
Add additional detector templates
Browse files Browse the repository at this point in the history
Adds GE, Pilatus3X_2M, Pixirad2, and Varex_4343CT.

Signed-off-by: Brianna Major <[email protected]>
  • Loading branch information
bnmajor committed Feb 26, 2024
1 parent 081b3da commit e519b5b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hexrd/resources/detector_templates/GE-detector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GE:
saturation_level: 14500
buffer: [2, 2]
pixels:
columns: 2048
rows: 2048
size: [0.2, 0.2]
7 changes: 7 additions & 0 deletions hexrd/resources/detector_templates/Pilatus3X_2M-detector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Pilatus3X_2M:
saturation_level: 1000000
buffer: [2, 2]
pixels:
columns: 1679
rows: 1475
size: [0.172, 0.172]
10 changes: 10 additions & 0 deletions hexrd/resources/detector_templates/Pixirad2-detector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# counter 15bit
# pixel size: 60 μm hexagonal arrangement
# pixel density: 323 pixels/mm2, equivalent to 55 μm on square arrangement
Pixirad2:
saturation_level: 32768
buffer: [2, 2]
pixels:
columns: 1024
rows: 402
size: [0.06, 0.06]
7 changes: 7 additions & 0 deletions hexrd/resources/detector_templates/Varex_4343CT-detector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Varex_4343CT:
saturation_level: 65535
buffer: [2, 2]
pixels:
columns: 2880
rows: 2880
size: [0.15, 0.15]

0 comments on commit e519b5b

Please sign in to comment.