Metadata-Version: 2.1
Name: hasp
Version: 0.9.7
Summary: Hubble Advanced Spectral Products creation code
Author-email: STScI <help@stsci.edu>
Project-URL: repository, https://github.com/spacetelescope/hasp
Project-URL: tracker, https://github.com/spacetelescope/hasp/issues
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
Requires-Dist: astropy>=5.0.4
Requires-Dist: ullyses>=4.1.0
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: packaging>=17; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: stsci-rtd-theme; extra == "docs"
Provides-Extra: test
Requires-Dist: psutil; extra == "test"
Requires-Dist: pytest>=4.6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: opencv
Requires-Dist: opencv-python>=4.6.0.66; extra == "opencv"


# HASP

This repository contains the wrapper script that creates Hubble
Advanced Spectral Products.

The script will create coadded spectral products for each target
in each visit.  In the future, it will be able to create products
for each target in each program.

Installing the package will instll the wrapper script: swrapper.

To run:

    swrapper -i . -o products -t threshold

```
    -i --input_directory

        The name of the directory containing the individual exposures to
        be coadded

    -o --output_directory

        The name of the directory containing the coadded spectral products

    -t --threshold

        Threshold for flux-based filtering.  Optional, default value is -50
```
