Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 552 Bytes

File metadata and controls

26 lines (18 loc) · 552 Bytes

Roman Catalog Process

This module provides functionality for processing catalog data related to the Roman Space Telescope.

Module API

.. automodule:: roman_photoz.roman_catalog_process
   :members:
   :undoc-members:
   :show-inheritance:

Examples

Basic usage:

from roman_photoz.roman_catalog_process import process_catalog

process_catalog('input_catalog.fits', 'processed_catalog.fits')

Notes

This module follows the Roman Space Telescope data specifications v1.2.