module documentation

Quick tool for spatially rebinning a FITS file, useful for reducing data volume when testing.

Linearly interpolates at a new grid starting at the same location as the old one, but with a different step size. Uses the same units the fits file is in.

Function exec_with_args Undocumented
Function go Thin wrapper around run() to accept string inputs. As long as the names of the arguments to this function are the same as the names expected from the command line we can do this programatically
Function parse_args Undocumented
Function run Undocumented
Variable _lgr Undocumented
def exec_with_args(argv):

Undocumented

def go(fits_spec, output_path=None, rebin_step=None):

Thin wrapper around run() to accept string inputs. As long as the names of the arguments to this function are the same as the names expected from the command line we can do this programatically

def parse_args(argv):

Undocumented

def run(fits_spec: aph.fits.specifier.FitsSpecifier, output_path: str | Path, steps: tuple[float, float]):

Undocumented

_lgr =

Undocumented