Python utilities to work with Cassini's ISS camera system
If you use this software, please consider citing it:
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} }
https://github.com/michaelaye/pyciss
See notebooks in pyciss/tests/
for usage examples.
Several possibilities:
pip install pyciss
git clone https://github.com/michaelaye/pyciss.git
(without SSH keys)git clone [email protected]:michaelaye/pyciss.git
(with SSH keys)
followed by:
cd pyciss && pip install .
- 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