Metadata-Version: 1.0
Name: GISIC
Version: 1.3
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
Description: Gaussian Inflection Spline Interpolation Continuum (GISIC)
        
        Author: Devin D. Whitten
        
        Date: February 18, 2018
        
        This package performs normalization of astronomical spectra based on a continuum identification routine.
        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.
        
        ```python
        import GISIC
        wave, norm_flux, continuum = GISIC.normalize(wave, flux, sigma=30)
        ```
        
        
Platform: UNKNOWN
