next up previous contents
Next: Graphics Up: OASI: Environmental Inversion Previous: Examples

Execution of OASI

As for the other OASES modules, filenames are passed to OASI via environmental parameters. In Unix systems a typical command file oasi (in $HOME/Oases/bin) is:

    #                            the number sign invokes the C-shell 
    setenv FOR001 $1.dat       # input file 
    setenv FOR019 $1.plp       # plot parameter file
    setenv FOR020 $1.plt       # plot data file  
    setenv FOR023 $1.trc       # reflection coefficient table (input)
    setenv FOR028 $1.cdr       # contour plot parameter file 
    setenv FOR029 $1.bdr       # contour plot data file 
    setenv FOR014 $1.rpo       # signal replicas
    setenv FOR016 $1.xsm       # covariance matrices
    oasi2_bin                  # executable

After preparing a data file with the name input.dat, OASI is executed by the command:

oasi input



henrik schmidt
1999-08-25