Metadata-Version: 2.0
Name: GISIC
Version: 1.13
Summary: Gaussian Inflection Spline Interpolation Continuum
Home-page: UNKNOWN
Author: Devin D. Whitten
Author-email: dwhitten@nd.edu
License: ND
Description-Content-Type: text/markdown
Platform: UNKNOWN

Gaussian Inflection Spline Interpolation Continuum (GISIC)
==========================================================
GISIC is a python package for normalization of astronomical spectra.
It is designed to accommodate spectra with heavy molecular features due to high
elemental abundance enhancements.
GISIC performs a gaussian smoothing of the flux array, and identifies molecular bands based on a numerical gradient. Continuum points are then interpolated with a cubic spline.

[![PyPI Version](https://img.shields.io/badge/PyPi-1.4-green.svg)](https://pypi.org/project/GISIC/)
[![GitHub License](https://img.shields.io/badge/license-GPLv3-yellowgreen.svg)](http://www.gnu.org/copyleft/gpl.html)

Author
------
Devin D. Whitten

Installation
------------

```python
pip install GISIC
```


Documentation
------------

Coming soon.

```python
wave, norm_flux, continuum = GISIC.normalize(wave, flux, sigma=30)
```


