Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.86 KB

File metadata and controls

45 lines (28 loc) · 1.86 KB

asp_plot

PyPI conda-forge DOI Documentation

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.

Installation

conda install -c conda-forge asp-plot

Or with pip:

pip install asp-plot

See the installation guide for more options.

Quick start

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).

Examples

Contributing

See the contributing guide for development setup, testing, and release process.