Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect _diffrn_scan_axis.angle_range example and clarify definition #54

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/cif_img_1.8.6.dic
Original file line number Diff line number Diff line change
Expand Up @@ -7544,7 +7544,7 @@ save_DIFFRN_SCAN
_diffrn_scan_axis.displacement_range
_diffrn_scan_axis.displacement_increment

1 omega 200.0 20.0 0.1 . . .
1 omega 200.0 20.1 0.1 . . .
1 kappa -40.0 0.0 0.0 . . .
1 phi 127.5 0.0 0.0 . . .
1 tranz . . . 2.3 0.0 0.0
Expand Down Expand Up @@ -8354,8 +8354,8 @@ save__diffrn_scan_axis.angle_start

save__diffrn_scan_axis.angle_range
_item_description.description
; The range from the starting position for the specified axis
in degrees.
; The total range covered during the scan from the starting position
to the end of the final step for the specified axis in degrees.
;
_item.name '_diffrn_scan_axis.angle_range'
_item.category_id diffrn_scan_axis
Expand Down