File: config

package info (click to toggle)
cbflib 0.9.7%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 65,272 kB
  • sloc: ansic: 131,361; python: 22,780; sh: 3,108; makefile: 2,088; yacc: 659; java: 223; f90: 214; xml: 210; cpp: 58
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]