diff options
Diffstat (limited to 'noao/imred/vtel/doc/putsqib.hlp')
-rw-r--r-- | noao/imred/vtel/doc/putsqib.hlp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/noao/imred/vtel/doc/putsqib.hlp b/noao/imred/vtel/doc/putsqib.hlp new file mode 100644 index 00000000..f6400cfe --- /dev/null +++ b/noao/imred/vtel/doc/putsqib.hlp @@ -0,0 +1,38 @@ +.help putsqib Jan85 noao.imred.vtel +.ih +NAME +putsqib -- Merge a full disk image with a squibby brightness image +.ih +USAGE +putsqib inputimage sqibimage outputimage +.ih +PARAMETERS +.ls inputimage +Name of data image to merge with squibby brightness image. +.le +.ls sqibimage +Name of squibby brightness image to merge with data image. +.le +.ls outputimage +Name of new, merged, output image. +.le +.ih +DESCRIPTION +Putsqib accepts as input a data image and a squibby brightness image. It +multiplies each pixel in the input data image by 16 and adds the associated +pixel from the squibby brightness input image. The pixel is then written +to the new, output image. +.ih +EXAMPLES +1. To merge a data image called 'data' and a squibby brightness image called +'sqib' and store the result in an image called 'complete', the command +would be: + +.nf + vt> putsqib data sqib complete +.fi + +.ih +SEE ALSO +getsqib +.endhelp |