diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/xtools/catquery/doc/cqnqpars.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/catquery/doc/cqnqpars.hlp')
-rw-r--r-- | pkg/xtools/catquery/doc/cqnqpars.hlp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pkg/xtools/catquery/doc/cqnqpars.hlp b/pkg/xtools/catquery/doc/cqnqpars.hlp new file mode 100644 index 00000000..63ac4ca8 --- /dev/null +++ b/pkg/xtools/catquery/doc/cqnqpars.hlp @@ -0,0 +1,32 @@ +.help cqnqpars Mar00 "Catquery Package" +.ih +NAME +cqnqpars -- Get the number of query parameters +.ih +SYNOPSIS + +nqpars = cq_nqpars (cq) + +.nf +pointer cq # the configuration file descriptor +.fi +.ih +ARGUMENTS +.ls cq +The configuration file descriptor. +.le +.ih +DESCRIPTION +Cq_nqpars returns the number of expected catalog / survey query parameters. +Cq_nqpars is an integer function which returns the number of expected +catalog / survey parameters as its function value. The number of query +parameters may be zero if the query is non-programmable. Not all query +parameters are programmable. +.ih +NOTES +The routines cq_setcat or cq_setcatn must be called before the number of +query parameters can be requested. +.ih +SEE ALSO +cqgqpar, cqgqparn, cqsqpar, cqsqparn +.endhelp |