mrpro.utils.slice_profiles.SliceSmoothedRectangular
- class mrpro.utils.slice_profiles.SliceSmoothedRectangular[source]
Bases:
SliceProfileBase
Rectangular slice profile with smoothed flanks.
Implemented as a convolution of a rectangular profile with a Gaussian.
- __init__(fwhm_rect: float | Tensor, fwhm_gauss: float | Tensor)[source]
Initialize the Rectangular slice profile.