TRiP98 OER command



 items / prefix()   list      debug
         import()   delete
         export()   display   
         read       inspect
         write
         alias()

Purpose

Handles input, output of OER tables. The tables are identified by their cell type.

Parameters

items
For the input options (read and import) specifies a list of files, optionally wildcarded, to be read as OER tables.
For the output options ( write export() list inspect delete ) specifies the cell type. A "*" means all types, a list of types has to be put in double quotes.
Usually OER tables have the extension ".oer".
prefix()
Specifies a file name prefix which is put in front of automatically generated file names.
import()
Not yet implemented.
export(fmt)
Exports the specified OER table in some non-native format, at present gd is implemented to export for the gd plot program. Naming convention is:
<celltype>.oer.gd
read
Read OER table specified by items. When duplicate cell types occur, older entries are replaced by newer ones.
write
Writes the current OER table as specified by items. Naming convention is:
<celltype>.oer
list
Lists loaded OER tables specified by items.
delete
Deletes loaded OER tables specified by items.
display
Displays loaded OER tables specified by items. Not yet implemented.
inspect
Show some internal info about loaded OER tables specified by items. Lots of output!
alias()
Define an alias name for an OER table.
debug
Debug switch. Lots of output!

Remark

none

Examples

  1.  $TRIP98/DATA/*.oer /read
    
    Reads all files in the directory "$TRIP98/DATA/" with the extension ".oer" and interprete them as OER tables.
  2.  oer fishbone / alias(fonebone)
    
    Defines a dummy OER table for cell type fishbone which points to a "real" table fonebone (which must exist).

Last updated:
$Id: trip98cmdoer.html,v 1.4 2018/08/10 20:48:50 kraemer Exp $
M.Kraemer@gsi.de