b'\n \n \n
 
\n  
sftxt2rsf (4.0)
index
user/chenyk/Mtxt2rsf.c
\n Text (ASCII) file (like a matrix) to RSF file \n

\n \n \n \n \n \n
 
\n Synopsis
       sftxt2rsf > out.rsf n1= n2= d1=0.004 d2=1 o1=0 o2=0 tfile=
Convert a file containing a two dimensional array of ASCII floats to
\n.rsf format. n1*n2*sizeof(float) bytes are read from the input file
\nand the rsf file is written to standard output. If you have a higher
\ndimension file (3d, 4d, ..) you can change n2, n3, etc using sfput.
\n
\nExample that converts and plots a ascii velocity grid:
\n
\n\n| sfgrey color=jet scalebar=y allpos=y | sfpen
\n
\n\n

\n \n \n \n \n \n
 
\n Parameters
       \n \n \n
\n  
float d1=0.004
\t
\n
\n \n\n \n \n
\n  
float d2=1
\t
\n
\n \n\n \n \n
\n  
int n1=
\t
\n
\n \n\n \n \n
\n  
int n2=
\t
\n
\n \n\n \n \n
\n  
float o1=0
\t
\n
\n \n\n \n \n
\n  
float o2=0
\t
\n
\n \n\n \n \n
\n  
string tfile=
\t
\n
\n \n
'