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* p | a 2D image.
|
| float threshold | low weight cutoff.
|
Returns:
int 0.
Prototype:
int img_weigh_transform(Bimage* p, float threshold)