Metadata-Version: 1.1
Name: waveletspec
Version: 1.4
Summary: Wavelet analysis of echelle spectra
Home-page: https://github.com/samgill844/waveletspec
Author: Samuel Gill
Author-email: s.gill@keele.ac.uk
License: MIT License

Copyright (c) 2017 Samuel Gill

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: #####################################################################################
        #                              Waveletspec V-1.2                                   #
        #####################################################################################
        
        A code to determine the atmospheric parameters of FGK stars from
        echelle spectra. 
        
        This code provide command line functions to load in, normalise and clean spectra from
        a variety of instruments. This code also compares wavelet coefficients to a grid of
        stellar models to determine the best fitting atmospherioc parameters.
        
        Disclaimer
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        The spectral processing scripts are backended with iSpec scripts:
        
        >> http://adsabs.harvard.edu/abs/2014ASInC..11...85B
        
        I do not own their scripts and use them simply to pre-process spectra. I created a 
        python 3 version of their scripts using 2to3:
        
        >> (https://docs.python.org/2/library/2to3.html)
        
        and changing a few module imports to their Python 3 counterparts. 
        
        
        Trouble shooting
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        1. If you are having gcc issues installing mlpy in Ubuntu, have a look at:
           https://stackoverflow.com/questions/11494179/gsl-error-while-installing-mlpy
        
           The basic summary is that the experimental gsl headers need installing:
        
           >> sudo apt-get install libgsl0-dev  
        
           Running the setup scripts again in a new terminal should install it.
        # waveletspec
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
