A Python package for visualizing output from the NASA Ames Stereo Pipeline (ASP). Generates diagnostic plots and comprehensive PDF reports for ASP stereo processing results, similar to reports from commercial SfM software like Agisoft Metashape.
conda install -c conda-forge asp-plot
Or with pip:
pip install asp-plot
See the installation guide for more options.
Generate a PDF report from an ASP processing directory:
asp_plot --directory ./ --stereo_directory stereo
See the CLI documentation for all options and additional tools (stereo_geom, csm_camera_plot).
- Example reports — PDF reports for WorldView, ASTER, LRO NAC, and Mars sensors
- Example notebooks — Modular usage by sensor type
See the contributing guide for development setup, testing, and release process.