sdbseparate
NAME
sdbseparate - insert command/comment sort in a sdb flow between two
scn entries with the different header value.
SYNOPSIS
sdbseparate
[ -sdbcommand ]
[ -sdbcomment ]
DESCRIPTION
This command inserts command and/or comment defined as
"sdb command/sdb comment" between two scn entries with
different header values in a sdb flow.
Before apply this command the sdb flow must be sorted by
sdbsort.
It is useful for the command integ.
FILTER TYPE
.sdb | sdbseparate | .sdb
OPTIONS
- -sdbcommand cmd_char
- Command you want to insert as a sdbcommand.
You must omit the first character "!" as a sdbcommand.
If cmd_char is set to NULL, default is overrided.
- -sdbcomment cmt_char
- Comment you want to insert as sdbcomment.
You must omit the first character "#" as a sdbcomment.
DEFAULTS
- -prm sdbsort.prm
- -sdbcommand integ
SEE ALSO
integ, sdbsort, sdblist, .scn, .sdb
BUGS
- The command should include a function of sdbsort.
- The command should be included in the integ command.
- Descrimiation of difference between two scn entries which decides
to insert the command/comment or not should be more flexible.
The current version only decides two scn entries blong the same group
only using HPBW (within 10 percent difference), on position coordinates,
on position (within 0.1 of HPBW in both longitude and latitude).
HISTORY
- ver.3.00
- 2002/5/9 T.Handa
MANUAL VERSION
2002/5/9 T.Handa