Name
mul_scalar - multiply by the scalar the input image1.
Usage
from EMAN2_cppwrap import *
Util.mul_scalar(image1, scalar)
Input
- image1
- input image
- scalar
- scalar (float)
Output
- image1
- the imput image1 is modified
Description
image1 *= scalar
Author / Maintainer
Pawel A. Penczek
Keywords
- category 1
- UTILITIES
Files
util_sparx.cpp
See also
mad_scalar, add_img, add_img2, sub_img, mul_img
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.