module documentation

Apply slices to a FITS file, reducing the number of entries across a set of axes.

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):

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: FitsSpecifier, output_path: Path | str):

Undocumented

_lgr =

Undocumented