Name
add_img2 - squared image2 is added to image1.
Usage
Util.add_img2(image1, image2)
Input
- image1
- input image (EMData: real or complex)
- image2
- input image (EMData: real or complex)
Output
- image1
the input image1 is modified (EMData:real or complex)!
Description
image1 += image2**2
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
util_sparx.cpp
See also
mad_scalar, mul_scalar, add_img, sub_img, mul_img
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.