t6hat#
- patato.recon.fourier_transform_rec.t6hat(rmax, rmin, x)[source]#
Generate a smooth cut function (i.e. rather than masking 1s or 0s) it makes the edges smooth.
- Parameters:
rmax (float) – Upper limit of the cut-off.
rmin (float) – Lower limit of the cut-off.
x (np.ndarray) – x-axis values.
- Returns:
Numpy array containing the smoothed curve.
- Return type:
np.ndarray