File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 taper applies a low-pass cosine filter at fc=(1-taper)*f_Niquest ($taper ).
5454-P: specify the min. and max. slownesses in term of 1/vs_at_the_source ($pmin /$pmax )
5555 and optionally kmax at zero frequency in term of 1/hs ($kmax ).
56+ -G: specify sigma, small imaginary frequency in 1/T ($sigma ).
5657-R: receiver depth ($r_depth ).
5758-S: 0=explosion; 1=single force; 2=double couple ($src ).
59+ -T: specify the number of samples before the first arrival ($tb ).
5860-U: 1=down-going wave only; -1=up-going wave only ($updn ).
5961-X: dump the input to cmd for debug ($fk ).
6062Examples
7375 my @value = split (/ \/ / ,substr ($_ ,2));
7476 if ($opt eq " D" ) {
7577 $deg2km = 6371*3.14159/180.;
78+ } elsif ($opt eq " G" ) {
79+ $sigma = $value [0];
7680 } elsif ($opt eq " H" ) {
7781 $f1 = $value [0]; $f2 = $value [1];
7882 } elsif ($opt eq " M" ) {
96100 $rdep = " _$r_depth " ;
97101 } elsif ($opt eq " S" ) {
98102 $src = $value [0];
103+ } elsif ($opt eq " T" ) {
104+ $tb = $value [0];
99105 } elsif ($opt eq " U" ) {
100106 $updn = $value [0];
101107 } elsif ($opt eq " X" ) {
You can’t perform that action at this time.
0 commit comments