TRiP98 O2LUT command



o2lut | file / import()   list      signal()             debug
               export()   delete    oxygenpressure()|po2()
              read       display
              write      inspect

Purpose

Handles input, output and interpolation of an oxygen pressure Look-Up table (O2 LUT). At present, only one single table is supported.

Parameters

file
Name of a file which contains a O2 LUT. May contain environment variables. Usually O2 LUTs have the extension .o2lut
import()
Not yet implemented.
export(fmt)
Exports current O2 LUT in some other format, at present only gd is implemented to export for the gd plot program.
read
Read an O2 LUT specified by file.
write
Write the current O2 LUT to file
list
Lists loaded O2 LUT.
delete
Deletes the loaded O2 LUT.
display
Displays the current O2 LUT. Not yet implemented.
inspect
Show some internal info about the current O2 LUT.
signal(sig)
Interpolate internally used pO2 value corresponding to sig.
po2(po2)
Interpolate the signal value corresponding to internally used oxygen pressure po2.
debug
Debug switch. Lots of output!

Remark

None so far.

Examples

  1.    o2lut $TRIP98/DATA/*.o2lut /read
    
    Reads all files in the directory "$TRIP98/DATA" with the extension ".o2lut" and interpretes them as O2 LUTs. The last one read will replace all previous ones and become the currently loaded table.
  2.    o2lut / signal(50) 
       o2lut / oxygenpressure(0.01)
    
    First interpolate the pO2 for the signal value 50, then the signal value for the pO2 value 0.01.

Last updated:
$Id$
M.Kraemer@gsi.de