writeMultipleCellCoaddAsFits¶
- lsst.cell_coadds.writeMultipleCellCoaddAsFits(multiple_cell_coadd: MultipleCellCoadd, filename: str, overwrite: bool = False, metadata: PropertySet | None = None) None¶
Write a MultipleCellCoadd object to a FITS file.
- Parameters:
- multiple_cell_coadd
MultipleCellCoadd The multiple cell coadd to write to a FITS file.
- filename
str The name of the file to write to.
- overwrite
bool, optional Whether to overwrite the file if it already exists?
- metadata
PropertySet, optional Additional metadata to write to the FITS file.
- multiple_cell_coadd