Home Reference Manuals Return Track Group Documentation
Program TRC_TRACMOD scales and translates the signals in a track-file.
Input data is read in free format, valid separators between the input values are <space>, <comma>, <tab>, <equal sign> or <carriage return>. The commands can be written both in lower and upper case letters. The operation of the program is controlled by the commands described below; some of the commands also need arguments.
spv_out= (spv_in-GAUGE_NOM)*SPVFACT + SPVMOVE + GAUGE_NOM
Declared= Real*4 Default= 1435.
Reading of scale factors
Reading of translation constants
Following example: Master.trc_tracmodf can be used as a master file:
##
## Input data for program TRC_TRACMOD
##
INFIL= $gentrc/K0_4a21-n-k.trac
UTFIL= test/K0_4a21-n-k_mod.trax
GAUGE_NOM= 1435.
XFACT = 1., XMOVE = 0., # Longitudinal position [m]
YFACT = 1., YMOVE = 0., # Lateral error [mm]
ZFACT = 1., ZMOVE = 0., # Vertical error [mm]
SPVFACT= 1., SPVMOVE= 0., # Gauge error [mm]
RHFACT = 1., RHMOVE = 0., # Cant error [mm]
BENDFACT = 1., BENDMOVE = 0., # Designed curvature [1/m]
CANTFACT = 1., CANTMOVE = 0., # Designed cant [rad]
ZLIFTFACT = 1., ZLIFTMOVE = 0., # Designed vertical lift [m]