Metadata-Version: 2.1
Name: stackarator
Version: 0.0.1
Summary: A tool for stacking interferometric data of extended sources (such as nearby galaxies) to extract weak emission lines.
Home-page: https://github.com/TimothyADavis/stackarator
Author: Timothy A. Davis
Author-email: DavisT@cardiff.ac.uk
License: MIT
Description: ![Logo](stackarator/logo.png)
        
        [![Python 3.6](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-382/)
        
        A tool for stacking interferometric data of extended sources (such as nearby galaxies) to extract weak emission lines.
        
        
        ### Install
        
        You can install Stackarator with `pip install stackarator`. Alternatively you can download the code, navigate to the directory you unpack it too, and run `python setup.py install`.
            
        It requires the following modules:
        
        * numpy
        * matplotlib
        * scipy
        * tqdm
        
        ### Documentation
        
        A simple iPython notebook tutorial on the basics of Stackarator is coming soon.
        
        ### Commumication
        
        If you find any bugs, or wish to be kept up to date when new versions of this software are released, please raise an issue here on github, or email me at DavisT -at- cardiff.ac.uk.
        
        ### License
        
        Stackarator is MIT-style licensed, as found in the LICENSE file.
        
        
        Many thanks,
        
        Dr Timothy A. Davis
        Cardiff, UK
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
