Skip to content

Commit 5626d2f

Browse files
committed
Try adding collapse element
1 parent c9569b1 commit 5626d2f

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

geometry-viewer/README.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,75 @@ The content of this file can be shown as human-readable text with `dials.show` e
4444
dials.show imported.expt
4545
```
4646

47+
<details>
48+
<summary>Full output</summary>
49+
50+
```
51+
DIALS (2018) Acta Cryst. D74, 85-97. https://doi.org/10.1107/S2059798317017235
52+
The following parameters have been modified:
53+
54+
input {
55+
experiments = imported.expt
56+
}
57+
58+
Experiment 0:
59+
Experiment identifier: 72be34f3-a1bf-1046-9baa-f9ae973b5bb0
60+
Image template: /Users/graeme/data/i03-2021-run1-small/xtal_1_5.nxs
61+
Detector:
62+
Panel:
63+
name: /entry/instrument/detector/module
64+
type: SENSOR_PAD
65+
identifier:
66+
pixel_size:{0.075,0.075}
67+
image_size: {4148,4362}
68+
trusted_range: {0,9266}
69+
thickness: 0.45
70+
material: Si
71+
mu: 3.92208
72+
gain: 1
73+
pedestal: 0
74+
fast_axis: {1,0,0}
75+
slow_axis: {0,-1,0}
76+
origin: {-155.992,166.56,289.3}
77+
distance: -289.3
78+
pixel to millimeter strategy: ParallaxCorrectedPxMmStrategy
79+
mu: 3.92208
80+
t0: 0.45
81+
82+
83+
Max resolution (at corners): 0.515708
84+
Max resolution (inscribed): 0.545559
85+
86+
Beam:
87+
wavelength: 0.976254
88+
sample to source direction : {0,0,1}
89+
divergence: 0
90+
sigma divergence: 0
91+
polarization normal: {0,1,0}
92+
polarization fraction: 0.999
93+
flux: 0
94+
transmission: 1
95+
96+
Scan:
97+
number of images: 500
98+
image range: {1,500}
99+
oscillation: {0,0.1}
100+
exposure time: 0
101+
102+
Goniometer:
103+
Rotation axis: {1,0,0}
104+
Fixed rotation: {1,0,0,0,1,0,0,0,1}
105+
Setting rotation:{1,0,0,0,1,0,0,0,1}
106+
Axis #0 (phi): {1,-0.0025,0.0056}
107+
Axis #1 (chi): {-0.006,-0.0264,-0.9996}
108+
Axis #2 (omega): {1,0,0}
109+
Angles: 0,0,0
110+
scan axis: #2 (omega)
111+
112+
```
113+
114+
</details>
115+
47116
the output of which shows a few derived quantities such as the beam centre and distance which are important for processing. A key point here is if any of these quantities have surprising values it could be an indicator that something is wrong! For example, a negative distance.
48117

49118
## The Geometry Viewer

0 commit comments

Comments
 (0)