| |
int npad= | computational domain padding
|
int rec_nx= | number of receivers in x
|
int rec_ny= | number of receivers in y
|
int rec_z= | receiver position in depth
|
int roll= | acquisition pattern: 0-> fixed-spread, 1-> towed-streamer to the negative
|
int sou_jx=(sou_nx>1)? (nx-sou_ox)/(sou_nx-1):0 | source interval in x
|
int sou_jy=(sou_ny>1)? (ny-sou_oy)/(sou_ny-1):0 | source interval in y
|
int sou_nx= | number of sources in x
|
int sou_ny= | number of sources in y
|
int sou_ox= | source starting location in x
|
int sou_oy= | source starting location in y
|
int sou_z= | source position in depth
|
|