Metadata-Version: 2.1
Name: simspec-lib
Version: 2.3.4.2
Summary: SimSpec library. SIMplified SPECtrum reduction package for astronomy.
Home-page: http://astro.subhashbose.com/simspec
Author: Subhash Bose
Author-email: email@subhashbose.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Install / Upgrade
-----------------

pip install --no-cache-dir --upgrade simspec-lib



Usage
-----

from SimSpecLib import SimSpec, SSutil

OR

from SimSpecLib import *


SS=SimSpec(.....)

