module documentation
Copy the WCS information from one FITS file to another, useful when we know that two observations were taken with the same setup but one has no physical information.
Function | exec |
Undocumented |
Function | get |
Return the type of a fits file, or None if type is not recognised. |
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(donor_fits_spec:
FitsSpecifier
, acceptor_fits_spec: FitsSpecifier
, output_path: Path | str
):
¶
Undocumented