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 /vendor/voclient/doc/vospectra.man | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/voclient/doc/vospectra.man')
-rw-r--r-- | vendor/voclient/doc/vospectra.man | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/vendor/voclient/doc/vospectra.man b/vendor/voclient/doc/vospectra.man new file mode 100644 index 00000000..6151ca75 --- /dev/null +++ b/vendor/voclient/doc/vospectra.man @@ -0,0 +1,46 @@ +.\" @(#)vospectra.1 1.0 Feb-2013 MJF +.TH VOSPECTRA 1 "Feb 2013" "VOClient Package" +.SH NAME +vospectra \- Query VO spectral services for data + +.SH SYNOPSIS +\fBvospectra\fP [<opts>] <service> [ <object> | <ra> <dec> ] [ <size> ] + +.SH OPTIONS +The \fIvospectra\fP application accepts the following options: +.TP 6 +.B \-h, --help +Print a help summary to the terminal and exit. No processing is done +following this flag. + +.TP 6 +.B All VODATA task options + +.SH DESCRIPTION +The \fIvospectra\fP task is a convenience application built on top of the +\fIvodata\fP application, logically it will only query for spectral data +and will set the appropriate flags when calling \fIvodata\fP. +.PP +For a complete list of options and a description of the task behavior, see +the \fIVODATA\fP man page. + +.SH RETURN STATUS +On exit the \fBvospectra\fP task will return a zero indicating success, or a +one indicating an error. + +.SH EXAMPLES +.TP 4 +1) Query all services for spectra data of 3c273: + +.nf + % vospectra any 3c273 +.fi + +.SH BUGS +No known bugs with this release. +.SH Revision History +Feb 2013 - First public release +.SH Author +Michael Fitzpatrick (fitz@noao.edu), Feb 2013 +.SH "SEE ALSO" +vodata, vocatalog, voimage |