DESCRIPTION
usage: segyslice.py [options] key1 key2 key3 ...
options:
--version
show program's version number and exit
-h, --help
show this help message and exit
-d DRV, --driver=DRV
specify which driver to parse data file. [default:
segy_drv_rev1]
-o OUTFILE, --out=OUTFILE
Write segy to this file. '.sgy' will be appended for you.
[default: out]
-x EXT, --ext=EXT
Extension to append to outfile. e.g. .xstar [default: .sgy]
-i INFILE, --in=INFILE
Read segy to this file. [default: in.sgy]
-m MIN, --min=MIN
Minimum trace to start writing [default: none]
-M MAX, --max=MAX
Maximum trace to end writing on [default: none]
-e MINEXCEPT, --min-except=MINEXCEPT
Minimum trace to start skipping [default: none]
-E MAXEXCEPT, --max-except=MAXEXCEPT
Maximum trace to end skipping [default: none]
-k, --keys
Slice the file anytime a key changes. Specify keys anythere on
the commandline. Filenames will have the traceNumbers appended.
-v, --verbose
how much information to give. Specify multiple times to
increase verbosity
--verbosity=VERBOSITY
Specify verbosity. Should be in the range of 0...4 (None...Bom-
bastic)
--noisy
Go for the max verbosity [8]
Man(1) output converted with
man2html