diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vo/votools/doc/tabclip.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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 |