uvex_transients.simulation.exposure_catalog.ExposureCatalog.to_disk# ExposureCatalog.to_disk(path: str | Path, table_format: str | None = None, overwrite: bool = False) → None[source]# Write this catalog’s table to disk as ECSV, with its provenance in the header. Parameters: path (str or Path) – Destination path. table_format (str, optional) – Passed through to write(); if None, inferred from path’s suffix. overwrite (bool) – Whether to overwrite an existing file at path.