uvex_transients.simulation.photometry_catalog.PhotometryCatalog.to_disk#

PhotometryCatalog.to_disk(path: str | Path, table_format: str | None = None, overwrite: bool = False) → None[source]#

Write this catalog’s photometry table to disk as ECSV.

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.