diff options
Diffstat (limited to 'vo/votools/doc/tabclip.hlp')
-rw-r--r-- | vo/votools/doc/tabclip.hlp | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vo/votools/doc/tabclip.hlp b/vo/votools/doc/tabclip.hlp new file mode 100644 index 00000000..ae359268 --- /dev/null +++ b/vo/votools/doc/tabclip.hlp @@ -0,0 +1,39 @@ +.help tabclip Mar12 votools +.ih +NAME +tabclip -- Clip a table to a specified box region +.ih +USAGE +tabclip intab outtab xcol ycol x1 y1 x2 y2 +.ih +PARAMETERS +.ls intab +The input table name. +.le +.ls outtab +The out table name. +.le +.ls xcol, ycol +The X and Y column names. +.le +.ls x1, y1 +The lower-left clipping values. +.le +.ls x2, y2 +The upper-right clipping values. +.le + +.ih +DESCRIPTION + +The \fITABCLIP\fR task is used clip a table (i.e. select rows) where +the value is the \fIxcol\fR and \fIycol\fR columns fall within the +box specified by the \fIx1\fR, \fIy1\fR, \fIx2\fR, \fIx2\fR values. + +.ih +REVISIONS + +.ih +SEE ALSO + +.endhelp |