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.
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

Coordinate Systems

Cellarray containing the coordinate systems.
Columns:

  1. indicator whether a coordinate system exists in the datafile (1) or only in the Testdefinition (0)
  2. predecessor coordinate system
  3. x-
coordinate
  1. translation
  2. y-
coordinate
  1. translation
  2. z-
coordinate
  1. translation
  2. x-rotation axis
  3. y-rotation axis
  4. z-rotation axis
  5. rotation angle

Locations

 

 

SensorLocations

Cellarray containg the sensor locations.
Columns:

  1. indicator whether a location exists in the datafile (1) or only in the Testdefinition (0)
  2. shortname of the variable (column)
  3. sequence number of the variable within the type
  4. coordinate system in which the location is defined
  5. x-coordinate
  6. y-coordinate
  7. z-coordinate

SensorCalibrations

Cellarray containing the sensor calibrations.
Columns:

  1. indicator whether a calibration exists in the datafile (1) or only in the Testdefinition (0)
  2. shortname of the variable (column)
  3. sequence number of the variable within the type
  4. serial number
  5. offset
  6. sensitivity
  7. minumum of range
  8. maximum of range

Calibrations