Bsoft function

img_merge_amplitudes_and_phases

Source:

src/img/img_complex.c

Description:

Merges the amplitudes from one map with the phases of another.

Algorithm:

	The amplitude image can be a floating point image or a complex image.

The phase image must be complex and its amplitudes are replaced by
the values from the amplitude image.
No statistics are calculated.

Arguments:

Bimage* pampamplitude image (simple or complex).
Bimage* pimage (replaced by new image).

Returns:

double RMSD of amplitudes.

Prototype:

double img_merge_amplitudes_and_phases(Bimage* pamp, Bimage* p)

Functions used:

balloc
bfree

Other objects included:

struct Bimage
struct Bmarker
class Complex


Generated by bdoc.pl on Mon Jun 15 11:47:44 2009


Back to the Bsoft home