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 /pkg/xtools/catquery/doc/cqsetcatn.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/xtools/catquery/doc/cqsetcatn.hlp')
-rw-r--r-- | pkg/xtools/catquery/doc/cqsetcatn.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pkg/xtools/catquery/doc/cqsetcatn.hlp b/pkg/xtools/catquery/doc/cqsetcatn.hlp new file mode 100644 index 00000000..dac93a00 --- /dev/null +++ b/pkg/xtools/catquery/doc/cqsetcatn.hlp @@ -0,0 +1,35 @@ +.help cqsetcatn Mar00 "Catquery Package" +.ih +NAME +cqsetcatn -- set the current catalog / survey by number +.ih +SYNOPSIS + +catno = cq_setcatn (cq, catno) + +.nf +pointer cq # the configuration file descriptor +int catno # the sequence number of the catalog / survey to be set +.fi +.ih +ARGUMENTS +.ls cq +The configuration file descriptor. +.le +.ls catno +The sequence number of the catalog / survey to be set. +.le +.ih +DESCRIPTION +Cq_setcatn sets the current catalog / survey by number. Cq_setcatn is an +integer function which returns the catalog / survey +record sequence number as its function value. Zero is returned if the catalog +record is not set. +.ih +NOTES +Cq_setcat or cq_setcatn must be called before any catalog or image +survey query can be made. +.ih +SEE ALSO +cqlocate, cqlocaten, cqsetcat +.endhelp |