reproject_faster¶
- grizli.utils.reproject_faster(input_hdu, output, pad=10, **kwargs)[source]¶
Speed up
reproject
module with array slices of the input image- Parameters
- Returns
Notes
reproject' is an astropy-compatible module that can be installed with `pip
. See https://reproject.readthedocs.io.