Metadata-Version: 2.0
Name: pyciss
Version: 0.7.2
Summary: Software for handling Cassini ISS data
Home-page: https://github.com/michaelaye/pyciss
Author: K.-Michael Aye
Author-email: michael.aye@lasp.colorado.edu
License: ISC
Download-URL: https://github.com/michaelaye/pyciss
Keywords: CASSINI,science,saturn,imaging
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pysis

pyciss
======
Python utilities to work with Cassini's ISS camera system


.. image:: https://travis-ci.org/michaelaye/pyciss.svg?branch=master
    :target: https://travis-ci.org/michaelaye/pyciss
.. image:: https://coveralls.io/repos/github/michaelaye/pyciss/badge.svg?branch=master
    :target: https://coveralls.io/github/michaelaye/pyciss?branch=master
.. image:: http://img.shields.io/pypi/v/pyciss.svg?style=flat
   :target: https://pypi.python.org/pypi/pyciss/
   :alt: Latest PyPI version
.. image:: https://badges.gitter.im/michaelaye/pyciss.svg
   :target: https://gitter.im/michaelaye/pyciss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
   :alt: Link to Gitter chat room
.. image:: https://readthedocs.org/projects/pyciss/badge/?version=latest
    :target: http://pyciss.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


Fair use
--------
If you use this software, please consider citing it:

.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.53092.svg
   :target: http://dx.doi.org/10.5281/zenodo.53092

Bibtex record::

    @misc{k_michael_aye_2016_53092,
      author       = {K.-Michael Aye},
      title        = {pyciss},
      version      = {0.5.0},
      publisher    = {Zenodo},
      month        = may,
      year         = 2016,
      doi          = {10.5281/zenodo.53092},
      url          = {http://dx.doi.org/10.5281/zenodo.53092}
    }



Homepage
--------

https://github.com/michaelaye/pyciss

Examples
--------

See notebooks in :code:`pyciss/tests/` for usage examples.

Installation
------------

Several possibilities:

pypi
~~~~

:code:`pip install pyciss`

github
~~~~~~

* :code:`git clone https://github.com/michaelaye/pyciss.git` (without SSH keys)
* :code:`git clone git@github.com:michaelaye/pyciss.git` (with SSH keys)

followed by:
:code:`cd pyciss && pip install .`


Acknowledgements
----------------

* Miodrac Sremcevic for introducing me into some of the tricks of Saturn ring image analysis with Cassini ISS data and for producing a very nice resonance data file for the Saturn rings, here is one of his publications about it:

 * Sremčević, M., Stewart, G.R., Albers, N., Colwell, J.E., Esposito, L.W., 2008. Density Waves in Saturn's Rings: Non-linear Dispersion and Moon Libration Effects. American Astronomical Society 40, 24.03–.

* Morgan Rehnberg for providing me with Miodrag's data file and answering some of my newbie questions.

* James Huffman, John Cutler, and Matt Funk for improving the software


