sfdisfil (4.0)
index
system/main/disfil.c
Documentation
Print out data values.

 
Synopsis
        sfdisfil < in.rsf number=y col=0 format= header= trailer=

Alternatively, use sfdd and convert to ASCII form.

 
Parameters
       
 
int col=0
Number of columns.
The default depends on the data type:
10 for int and char,
5 for float,
3 for complex
 
string format=
Format for numbers (printf-style).
The default depends on the data type:
"%4d " for int and char,
"%13.4g" for float,
"%10.4g,%10.4gi" for complex
 
string header=
Optional header string to output before data
 
bool number=y [y/n]
If number the elements
 
string trailer=
Optional trailer string to output after data

 
Used In
       

 
RSF
        tutorials/petro1
tutorials/petro2
tutorials/rockphysic

 
TCCS
        welllogs/logs