Metadata-Version: 2.1
Name: laspec
Version: 2019.815.1
Summary: Modules for LAMOST spectra.
Home-page: http://github.com/hypergravity/laspec
Author: Bo Zhang
Author-email: bozhang@nao.cas.cn
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires: numpy
Requires: scipy
Description-Content-Type: text/markdown

## laspec

Modules for basic operations on **LA**MOST **spec**tra, etc.

## author
Bo Zhang, [bozhang@nao.cas.cn](mailto:bozhang@nao.cas.cn)

## home page
- [https://github.com/hypergravity/laspec](https://github.com/hypergravity/laspec)
- [https://pypi.org/project/laspec/](https://pypi.org/project/laspec/)

## install
- for the latest **stable** version: `pip install laspec`
- for the latest **github** version: `pip install git+git://github.com/hypergravity/laspec`

## structure

- convolution \
    module for spectral gaussian convolution
- lamost \
    module for LAMOST spectra and files
- line_indices \
    module to measure spectral line index (EW)
- read_spectrum \
    module to read LAMOST/SDSS spectra
- spec \
    modules for operations on genral spectra


## acknowledgements

...


