eye_patch.naming¶
Classes¶
Contains the names of the FITS images created when creating a mask image/ |
Functions¶
|
Create the names that will be used when generate FITS mask products |
Module Contents¶
- class eye_patch.naming.FITSMaskNames[source]¶
Bases:
NamedTupleContains the names of the FITS images created when creating a mask image/ These are only the names, and do not mean that they are necessarily created.
- eye_patch.naming.create_fits_mask_names(fits_image: str | pathlib.Path, include_signal_path: bool = False) FITSMaskNames[source]¶
Create the names that will be used when generate FITS mask products
- Parameters:
fits_image (Union[str,]Path) – Base name of the output files
include_signal_path (bool, optional) – If True, also include
signal_fitsin the output. Defaults to False.
- Returns:
collection of names used for the signal and mask FITS images
- Return type: