putsqib: Merge a squibby brightness image into a full disk image.
Package: vtel
Usage
putsqib inputimage sqibimage outputimage
Parameters
- inputimage
- Name of data image to merge with squibby brightness image.
- sqibimage
- Name of squibby brightness image to merge with data image.
- outputimage
- Name of new, merged, output image.
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.
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:
vt> putsqib data sqib complete
See also
getsqib