Metadata-Version: 2.4
Name: hsr1
Version: 1.2.5
Summary: graphing and data analysis for HSR-1 instruments
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=1.5
Requires-Dist: matplotlib>=3.6
Requires-Dist: scipy>=1.10
Requires-Dist: lmfit>=1.1
Requires-Dist: ephem>=4.1
Requires-Dist: pvlib>=0.10
Provides-Extra: sg2
Requires-Dist: sg2; extra == "sg2"
Dynamic: license-file

## hsr1: graphing and data analysis for HSR-1 instruments

## Description
hsr1 is a python package designed to process the outputs of a HSR1 hyperspectral radiometer. It has a wide array of spectral, broadband and internal graphs, data loading tools, and automated calibration tools

## Installation
pip install hsr1

## Support
for bug reports, open an issue on github: https://github.com/AlbieGray/hsr1

## License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
