Metadata-Version: 2.4
Name: roman_photoz
Version: 0.1.1
Summary: Library for photometric redshift determination using data from the Nancy Grace Roman Space Telescope
Author-email: Roman calibration pipeline developers <help@stsci.edu>
Project-URL: tracker, https://github.com/spacetelescope/roman_photoz/issues
Project-URL: repository, https://github.com/spacetelescope/roman_photoz
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: asdf>=3.3.0
Requires-Dist: astropy>=5.3.0
Requires-Dist: lephare>=1.0.0rc0
Requires-Dist: numpy>=2.0
Requires-Dist: pandas[excel]
Requires-Dist: pz-rail>=1.0.0
Requires-Dist: pz-rail-lephare
Requires-Dist: requests
Requires-Dist: roman_datamodels
Provides-Extra: docs
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme>1.2.0; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: myst_parser; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=9.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: romancal; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: ci-watson>=0.10.0; extra == "test"
Requires-Dist: deepdiff>=8.6.0; extra == "test"
Provides-Extra: dev
Requires-Dist: roman_photoz[docs,test]; extra == "dev"
Requires-Dist: tox>4; extra == "dev"
Requires-Dist: pre-commit>3; extra == "dev"

# roman_photoz

Tool for determining photometric redshift from Roman catalogs.

## Installation

```bash
pip install roman_photoz
```

## Setup and run

For the full step-by-step guide — setting the required environment
variables, running `roman-photoz --setup`, creating a simulated catalog, and
running `roman-photoz` — see
[`docs/installation.rst`](docs/installation.rst).

## Development

To install the development version, clone the repository and install it in
editable mode:

```bash
git clone https://github.com/spacetelescope/roman_photoz.git
cd roman_photoz
pip install -e ".[dev]"
```
