CellCoaddFitsFormatter#

class lsst.cell_coadds.CellCoaddFitsFormatter(file_descriptor: FileDescriptor, *, ref: DatasetRef, write_parameters: Mapping[str, Any] | None = None, write_recipes: Mapping[str, Any] | None = None, **kwargs: Any)#

Bases: FitsGenericFormatter

Interface for writing and reading cell coadds to/from FITS files.

This assumes the existence of readFits and writeFits methods (for now).