sto - Store data
Name
sto — Store data
Syntax
sto [ipol | igri | fgr | gcf | ima | win ] [? | *] filename
Description
Store vtk files to disk.
Saving of files is usually done by the Export panel.
Arguments
filename
Name of file filename which is located on disk. sto filename will store a vtk file.
ipol
Store Irap polygon format.
Irap polygon format
x1 y1 z1
x2 y2 z2
999 999 999 - flag for new cell
x3 y3 z3
.........
igri | gri
Store Irap Classic grid in binary format (-996 format).
fgr
Store Irap Classic ASCII formatted grid format.
gcf [sca [fd] ]
Store Geocap column format in ASCII. sca stores the scalars and fd also stores the field data values.
gcf header
Store Geocap column format in ASCII with two header lines: header1 which describes the record columns and header2 which tells the formats. The benefit with two header records is:
- The record columns are described
- The complete file can be read back by: rea gcf filename
ima bmp | jpeg | png | tiff
Store image format.
? or *
Will come up with a file browser for entering the filename. The * syntax will show all files in the selected directory.
win
Will store the current window.