https://github.com/michaelaye/pyciss
Python utilities to work with Cassini's ISS camera system
https://github.com/michaelaye/pyciss
cassini image-processing python
Last synced: 8 months ago
JSON representation
Python utilities to work with Cassini's ISS camera system
- Host: GitHub
- URL: https://github.com/michaelaye/pyciss
- Owner: michaelaye
- License: isc
- Created: 2014-11-06T00:31:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T05:09:28.000Z (almost 7 years ago)
- Last Synced: 2025-10-09T02:19:33.169Z (8 months ago)
- Topics: cassini, image-processing, python
- Language: Python
- Size: 13.4 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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