Python package to manipulate the Cassini VIMS data
Project description
Python package to manipulate the Cassini VIMS data.
Install
pip install pyvims
Upgrade
pip install --upgrade pyvims
Examples
To use, simply do:
>>> from pyvims import VIMS
>>> cube = VIMS('1487096932_1')
>>> cube
<VIMS> Cube: 1487096932_1
- Size: (42, 42)
- Channel: IR
- Mode: NORMAL
- Start time: 2005-02-14 18:02:29.023000
- Stop time: 2005-02-14 18:07:32.930000
- Exposure: 0.16276 sec
- Duration: 0:05:03.907000
- Main target: TITAN
- Flyby: T3
>>> cube.time
datetime.datetime(2005, 2, 14, 18, 5, 0, 976500)
>>> cube.target_name
'TITAN'
>>> cube.NS, cube.NL
(42, 42)
For more details, take a look to the static Jupyter NoteBook where more examples of usage are provided. You can also try this live demo on Binder.
Citation
If you use this package for your research, please cite it as:
Seignovert et al. - PyVIMS (Version 1.0.5) - Zenodo
Disclaimer
This project is not supported or endorsed by either JPL or NASA. The code is provided “as is”, use at your own risk.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvims-1.0.5.tar.gz
(2.4 MB
view details)
Built Distribution
File details
Details for the file pyvims-1.0.5.tar.gz
.
File metadata
- Download URL: pyvims-1.0.5.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
577d07e3848ba8c07c2f5f45dcfbb41ce1e82cf2cdd3ecdb1701016f64901245
|
|
MD5 |
5ae984e875b6e467b1d6d3704f7cb14e
|
|
BLAKE2b-256 |
ccca33e42ffd5ca49f33ecc3541cb03bd26e35dd37ae696857419e4e3f337c86
|
File details
Details for the file pyvims-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pyvims-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bdd6dab91a921259b7972cd65df92836b2444b6c308bb5f78a3bedcf66ed9391
|
|
MD5 |
0e34410a4aa8b58c46b284957b01c77e
|
|
BLAKE2b-256 |
a0b5cde6f5f825866c4ba8af17d3d6e06c823106e59a440b332e881418f66036
|