Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usgscsm_cam_test.rst #487

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/source/tools/usgscsm_cam_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ usgscsm_cam_test
================

This program is shipped with the USGSCSM library in the ``bin`` directory.
It can be used for performing several operations involving CSM camera
models, such as loading a camera model, whether in the original ISD format,
model state representation, or GXP .sup file exporting the model state, computing
projections from pixels in the camera to the ground and back, and
then verifying that the original pixels are obtained.
It can perform several operations involving CSM camera models, such as:

- Load a camera model, whether in the original ISD format, model state representation, or GXP .sup file

- Export the camera as a model state file

- Compute projections from pixels in the camera to the ground and back, and measure the discrepancy with the original pixels.

Example (load a camera model and save the model state)::

Expand Down