Metadata-Version: 2.1
Name: lime-stable
Version: 0.1.6
Summary: Line measuring algorithm for ionized nebulae
Home-page: https://github.com/Vital-Fernandez/lime
Author: Vital Fernandez
Author-email: vital.fernandez@userena.cl
License: GNU
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: astropy

#############
Line Measurer
#############

This project provides a set of tools to fit emission lines from ionized spectra for a posterior chemical and kinematic analysis

Getting Started
===============

The current beta version has been developed for the ULS students and researchers.

Installation
============

The current version does not include a package installation. The library source folder (../lime/src/) needs to be
added to the python path manually. For example you may add the following lines at the begining of your scripts to import the library: ::

    import sys
    src_lime_folder = '\folder\to\lime\src'
    sys.path.append(src_lime_folder)
    import lime




