Skip to content

Commit

Permalink
Merge pull request #617 from bnmajor/detector-templates
Browse files Browse the repository at this point in the history
Add additional detector templates
  • Loading branch information
bnmajor authored Feb 27, 2024
2 parents 08a7eeb + e519b5b commit c7e4e53
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 c7e4e53

Please sign in to comment.