WedgeReconstructed.__call__#
- WedgeReconstructed.__call__(shape, return_real_fourier=False, **kwargs)[source]#
Generate the reconstructed wedge.
- Parameters:
- shapetuple of int
The shape of the reconstruction volume.
- return_real_fouriertuple of int
Return a shape compliant with rfft, i.e., omit the negative frequencies terms resulting in a return shape (*shape[:-1], shape[-1]//2+1). Defaults to False.
- **kwargsDict
Additional keyword arguments.
- Returns:
- dict
- data: BackendArray
The filter mask.
- shape: tuple of ints
The requested filter shape
- return_real_fourier: bool
Whether data is compliant with rfftn.
- is_multiplicative_filter: bool
Whether the filter is multiplicative in Fourier space.