Metadata-Version: 2.1
Name: stackarator
Version: 0.0.2
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
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
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: scipy
Requires-Dist: astropy

<img src="stackarator/examples/logo.png" width="350">

[![Python 3.6](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-382/) 
[![PyPI version](https://badge.fury.io/py/stackarator.svg)](https://badge.fury.io/py/stackarator) 

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 included here: [Stackarator tutorial](https://github.com/TimothyADavis/stackarator/tree/master/stackarator/examples/Stackarator_Tutorial.ipynb)

### 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


