next up previous contents
Next: Explanation Up: Initializing the ZY Previous: Initializing the ZY   Contents

CUBES.INI example

A typical CUBES.INI file would look like this:
  ; CUBES.INI
  ; Device independent cube information:
  ;  - Total number of cubes
  ;  - Name and 3 dimensional coordinates of each cube
  ;  - Number and order of cube scan
  ;
  ; allocate enough memory for 17 cubes
  INI 17
  ;
  ; initialize each cube:
  ; coo <index>, <name>, X, Y, Z, AZ, EL
  ;
  coo 0, ZRG, 0, 0, 0, 0, 0
  coo 1, ZBG, -88148.4340, -203303.0630,  -328.2700, 0, 0
  coo 2, ZG11, -78876.7230, -208044.3490,  1786.1280, 0, 0
  coo 3, ZG12, -80502.6480, -206734.4100,  1786.1280, 0, 0
  coo 4, ZG13, -82135.3700, -205420.8440,  1792.2240, 0, 0
  coo 5, ZG21, -77408.1360, -206207.9290,   822.9600, 0, 0
  coo 6, ZG22, -79034.8530, -204903.7200,   822.9600, 0, 0
  coo 7, ZG23, -80669.2520, -203592.1960,   826.0080, 0, 0
  coo 8, ZG31, -75921.3520, -204369.4060,  -143.2560, 0, 0
  coo 9, ZG32, -77559.1640, -203064.7090,  -137.1600, 0, 0
  coo 10, ZG33, -79199.6280, -201752.1490,  -143.2560, 0, 0
  coo 11, ZBG1, -122982.8380, -258786.3250,  -300.7640, 0, 0
  coo 12, ZBG2, -88148.4340, -203303.0630,  -328.2700, 0, 0
  coo 13, ZBG3, -75755.7240, -213554.4010,  -328.2700, 0, 0
  coo 14, ZBG4, -40683.7900, -157995.2440,  -309.9820, 0, 0
  coo 15, ZBG5, -51539.7600, -119544.2970,  -309.9820, 0, 0
  coo 16, ZBG6, -2510.0280, -158643.0360,  -331.2260, 0, 0
  ;
  ; number of retros to scan:
  ;
  NUM 11
  ;
  ;
  ; Scan order: The first number is the scan list starting position,
  ; the rest are the retro number list.
  ;
  ord 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10


Subsections

Ramon E. Creager 2002-03-11