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_with_args Undocumented
Function get_fits_file_type 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_args Undocumented
Function run Undocumented
Variable _lgr Undocumented
def exec_with_args(argv):

Undocumented

def get_fits_file_type(hdr):

Return the type of a fits file, or None if type is not recognised.

def go(donor_fits_spec, acceptor_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(donor_fits_spec: FitsSpecifier, acceptor_fits_spec: FitsSpecifier, output_path: Path | str):

Undocumented

_lgr =

Undocumented