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/plot/doc/sgidecode.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/plot/doc/sgidecode.hlp')
-rw-r--r-- | pkg/plot/doc/sgidecode.hlp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/pkg/plot/doc/sgidecode.hlp b/pkg/plot/doc/sgidecode.hlp new file mode 100644 index 00000000..c5cbc007 --- /dev/null +++ b/pkg/plot/doc/sgidecode.hlp @@ -0,0 +1,40 @@ +.help sgidecode Jun86 plot +.ih +NAME +sgidecode -- decode simple graphics interface (SGI) metacode files +.ih +USAGE +sgidecode input +.ih +PARAMETERS +.ls input +The input SGI metacode files. +.le +.ls generic = no +Ignore remaining parameters? +.le +.ls verbose = no +Print metacode in a verbose format? +.le +.ls gkiunits = no +By default, coordinates are printed in NDC rather than GKI units. +.le +.ih +DESCRIPTION +Task \fIsgidecode\fR is a debugging tool used to decode SGI metacode +files. The plotting instructions are decoded and printed in readable +form on the standard output. The input metacode can be read from one +or more files or redirected from the standard input. + +Coordinates are printed in NDC units (0-1) by default. When \fBgkiunits\fR += yes, coordinates are printed in gki units (0-32767). Parameter +\fBverbose\fR is currently not implemented. +.ih +EXAMPLES +1. Decode the metacode in file "home$vdm.sgi". + + cl> sgidecode home$vdm.sgi +.ih +SEE ALSO +gkidecode sgikern +.endhelp |