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 |
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 |
Undocumented |
Function | run |
Undocumented |
Variable | _lgr |
Undocumented |
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 run(fits_spec:
aph.fits.specifier.FitsSpecifier
, output_path: str | Path
, steps: tuple[ float, float]
):
¶
Undocumented