Skip to content

Commit

Permalink
Remove transform section from these detectors
Browse files Browse the repository at this point in the history
The current translation of [0, 0, 0] doesn't work well with HEXRDGUI, since
it indicates that the detector is on top of the sample.

We should make the transform section optional instead. If it is not provided,
then HEXRDGUI will insert the default transform section. This will make the
views work better...

If some detectors typically have a certain transform, it can still be provided
and that will be used instead of the default.

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Jan 5, 2024
1 parent 2410421 commit f8fb495
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ Dexela 2923 Subpanel:
columns: 1536
rows: 1944
size: [0.0748, 0.0748]
transform:
tilt:
- 0
- 0
- 0
translation:
- 0
- 0
- 0
9 changes: 0 additions & 9 deletions hexrd/resources/detector_templates/dexela-2923-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ Dexela 2923:
columns: 3072
rows: 3888
size: [0.0748, 0.0748]
transform:
tilt:
- 0
- 0
- 0
translation:
- 0
- 0
- 0

0 comments on commit f8fb495

Please sign in to comment.