Metadata-Version: 2.1
Name: soc-roman-tools
Version: 0.1.0
Summary: Tools and examples for the Roman WFI developed by the Roman Science Operations Center.
Home-page: https://github.com/spacetelescope/soc_roman_tools
Author: STScI
Author-email: help@stsci.edu
License: BSD-3-Clause
Project-URL: Source Code, https://github.com/spacetelescope/soc_roman_tools
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: roman-datamodels
Requires-Dist: pysiaf
Requires-Dist: scipy
Requires-Dist: matplotlib

# SOC Roman Tools

This repository contains tools developed by the Space Telescope Science Institute (STScI) to support the Nancy Gracy 
Roman Space Telescope Wide Field Instrument (WFI) imaging mode. STScI is the Science Operations Center (SOC) for the 
Roman project.

## Installation & Requirements

The `soc_roman_tools` package requires an environment with Python 3.8+. (Note: if you are using the tutorial notebooks, 
you can currently only use Python 3.8 or 3.9.) 

To install the latest `soc_roman_tools` release, type:

```
pip install soc_roman_tools
```

To install the latest development version from the repository, type:
```
pip install git+https://github.com/spacetelescope/soc_roman_tools
```

If you are only using the modules in the `soc_roman_tools` package, then your installation is complete. 
If you plan to run any of the tutorial notebooks included in this repository, continue reading the [Tutorial Notebooks README](https://github.com/spacetelescope/soc_roman_tools/tree/main/notebooks/) for additional 
installation instructions...

## Help

For assistance with the contents of this repository, please contact the Roman SOC Help Desk
via e-mail to [help@stsci.edu](mailto:help@stsci.edu?subject=soc_roman_tools%20Question) with "soc_roman_tools 
Question" in the subject line.
