Name
subn_img - the image2 is substracted from the image1.
Usage
im_out = Util.subn_img(image1, image2)
Input
- image1
- input image (EMData: real or complex)
- image2
- input image (EMData: real or complex)
Output
- im_out
- the output image (EMData: real or complex)
Description
im_out = image1 - image2
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
util_sparx.cpp
See also
mult_scalar, addn_img, madn_scalar, muln_img
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.