Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Description

Header

Structure containing the header information of the datafile, which is all information except the column data.
A description of fields in this structure can be found at http://www.geffiles.org.
Composite fields appear as structures as well.
Special attention is needed for the next fields:

  • flags: indicator whether a shortname is available in the header
  • bflags: same as flags but binairy
  • jdx: crossreference to match a variable or text to the right shortname

Data

 

2D-array containing the datablock (columns) of the datafile.

Variables

Cellarray containing the shortnames from the Testdefintion with some useful properties in columns:

  1. shortname (name of the variable)
  2. type of variable ('<phase>text', '<phase>var', 'column', 'system')
  3. sequence number of the variable within the type
  4. display name (quantity for var/column)
  5. unit(only for var/column)
  6. example (only for var/column; for coordinate systems, locations and calibrations it is filled with a string containing the values from the Testdefinition)
  7. void value (only for column)
  8. input editor - responsible for shortname

Variables

 

Coordinate Systems

Cellarray containing the coordinate systems.
Columns:

  • indicator whether a coordinate system exists in the datafile (1) or only in the Testdefinition (0)
  • predecessor coordinate system
  • x-coordinate
  • y-coordinate
  • z-coordinate
  • x-rotation axis
  • y-rotation axis
  • z-rotation axis
  • rotation angle

Locations

 

 

Calibrations