Program sfgetcretimecurve | Calculate CRE traveltime curve t(m,h) given CRS zero-offset parameters (RN, RNIP, BETA)
[SYNOPSIS]
sfgetcretimecurve < in.rsf param=par.rsf > out.rsf nm0= om0= dm0= nt0= ot0= dt0= v0=1.5 verb=0 cds=0
[COMMENTS]

Programmer: Rodolfo A. C. Neves (Dirack) 14/09/2019

Email:  rodolfo_profissional@hotmail.com 

License: GPL-3.0 <https://www.gnu.org/licenses/gpl-3.0.txt>. 


[PARAMETERS]
bool    | cds | =0 |  [y/n] | 	1: Non-hyperbolic CRS using CDS condition; 0: cre approximation 
float   | dm0 | = |   | 	central CMP sampling (Km) in parameters file 
float   | dt0 | = |   | 	t0s sampling (s) in parameters file 
int     | nm0 | = |   | 	Numbers of central CMPs in parameters file 
int     | nt0 | = |   | 	Numbers of t0s in parameters file 
float   | om0 | = |   | 	First central CMP (Km) in parameters file 
float   | ot0 | = |   | 	First t0 (s) in parameters file 
file    | param | = |   | 	auxiliary input file name
float   | v0 | =1.5 |   | 	Near surface velocity (Km/s) 
bool    | verb | =0 |  [y/n] | 	1: active mode; 0: quiet mode 
[DIRECTORY]
user/dirack
