Python-based review tools for ISIS3 coregistration workflows
Project description
isistools
Python-based review tools for ISIS3 coregistration workflows. Replaces Qmos and Qnet with modern, interactive visualization using HoloViews, Panel, and datashader.
Installation
pip install isistools
For development:
git clone https://github.com/michaelaye/isistools.git
cd isistools
pip install -e ".[dev]"
Quick start
# Interactive footprint map in the browser
isistools footprints cubes.lis
# Export publication-ready PNG
isistools footprints cubes.lis --png --title "My Mosaic"
# Mosaic review with control network (Qmos replacement)
isistools mosaic cubes.lis --cnet control.net
# Tie point review (Qnet replacement)
isistools tiepoints cubes.lis control.net
# Batch footprintinit (parallel)
isistools footprintinit cubes.lis -j 8
# Control network summary
isistools cnet-info control.net
# Map-project a CTX cube with a CSM camera model (optional feature,
# replaces ISIS cam2map — see the csm2map docs chapter for install details)
isistools csm2map input.cub output.tif --map equi.map
isistools csm2map-compare isis.cub csm.tif
Note on
csm2map: this is an optional subcommand that requires the[csm]extra plus a conda-forge CSM stack (ale, usgscsm, rasterio). It is not installed by default — users who only want the viewer tools don't pay the extra dependency cost. See the csm2map chapter for installation instructions, including an Apple Silicon gotcha wherecsmapimust be built from source.
Why?
ISIS's Qmos and Qnet have several pain points:
- Qmos requires level-1 images but displays footprints in map projection, and renders image content very slowly.
- Qnet requires level-2 images but displays them flipped in detector readout order.
- Both use a color scheme where registered control points are nearly invisible while unregistered points are prominent.
isistools fixes all of these. See the documentation for details on each command, the Python API, and example figures.
License
MIT
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file isistools-0.10.0.tar.gz.
File metadata
- Download URL: isistools-0.10.0.tar.gz
- Upload date:
- Size: 829.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
304f349ffccc3943fa389c39b9932736e9409f9a6f2a0f9fa032bd2538cd61a5
|
|
| MD5 |
0c6a83b23bb774a945bcbf2ff7b5145e
|
|
| BLAKE2b-256 |
0b98f9a16597fa74bde9b777d7e7a95cea8b1309e5f01b65d2a7df929d484618
|
File details
Details for the file isistools-0.10.0-py3-none-any.whl.
File metadata
- Download URL: isistools-0.10.0-py3-none-any.whl
- Upload date:
- Size: 76.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c19f69d91febfa5076688bec8710fd97a1ba1a79ef4f59121b385b7f657e9df
|
|
| MD5 |
2b3949d4c9a3da9adcb80fe883d6b3ed
|
|
| BLAKE2b-256 |
2b96f16ec54b4c398f7958e8a931081c4533aa959d1059ab18638ac4bb2d71b2
|