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 /noao/imred/vtel/doc/getsqib.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/vtel/doc/getsqib.hlp')
-rw-r--r-- | noao/imred/vtel/doc/getsqib.hlp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/noao/imred/vtel/doc/getsqib.hlp b/noao/imred/vtel/doc/getsqib.hlp new file mode 100644 index 00000000..1bf24fb0 --- /dev/null +++ b/noao/imred/vtel/doc/getsqib.hlp @@ -0,0 +1,33 @@ +.help getsqib Jan85 noao.imred.vtel +.ih +NAME +getsqib -- Extract a full disk squibby brightness image from a full disk image +.ih +USAGE +getsqib inputimage outputimage +.ih +PARAMETERS +.ls inputimage +Name of image to get squibby brightness from. +.le +.ls outputimage +Name of new output squibby brightness image. +.le +.ih +DESCRIPTION +Getsqib takes as input any full disk image and extracts the lower four bits +from each pixel and stores this information in a new output image the same +size as the input image. +.ih +EXAMPLES +1. To extract the squibby brightness image from the image "test1" and store +it in an image called "test1.sqib" the command would be: + +.nf + vt> getsqib test1 test1.sqib +.fi + +.ih +SEE ALSO +putsqib +.endhelp |