putsqib inputimage sqibimage outputimage
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.
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.
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