make_filter_footprint

grizli.utils.make_filter_footprint(filter_size=71, filter_central=0, **kwargs)[source]

Make a footprint for image filtering

Parameters
filter_sizeint, optional

The size of the filter. Default is 71.

filter_centralint, optional

The central region of the filter to be set to 0. Default is 0.

**kwargs

Additional keyword arguments.

Returns
filter_footprintnumpy.ndarray

The filter footprint as a numpy array.