Bsoft function

img_weigh_transform

Source:

src/img/img_backproject.c

Description:

Weighs a transform with the FOM.

Algorithm:

	Requirements:

The data must be complex float and the FOM block must be allocated.

Arguments:

Bimage* pa 2D image.
float thresholdlow weight cutoff.

Returns:

int 0.

Prototype:

int img_weigh_transform(Bimage* p, float threshold)