kernelkit.processing.filter

Contents

kernelkit.processing.filter#

kernelkit.processing.filter(projections, verbose: bool = False, filter: str = 'ramlak')#

Filter in Fourier domain

Parameters:
projectionslist of numpy.ndarray or cupy.ndarray

The projections to filter.

verbosebool, optional

Whether to show a progress bar.

filterstr, optional

The name of the filter to use. Can be one of “ramp”, “ramlak”, “cosine”. If you need a different filter please file an issue.