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