File: config

package info (click to toggle)
cbflib 0.9.6%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 56,196 kB
  • sloc: ansic: 103,920; python: 4,552; sh: 3,032; makefile: 1,822; yacc: 659; f90: 210; xml: 210; cpp: 58; java: 16
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# some sample config settings for a minicbf file
# revised 28 Mar 2014 to give the CBF, rather than
# the NeXus coordinate frame version of the axes
# as per JS axis-patch -- HJB

map Start_angle to CBF_axis_omega
map Phi to CBF_axis_phi
map Kappa to CBF_axis_kappa

Sample depends-on CBF_axis_phi

CBF_axis_phi vector [-1 0 0] depends-on CBF_axis_kappa
CBF_axis_kappa vector [0 1 0] depends-on .
CBF_axis_omega vector [0 0 0]