From 568ea462ddea03410812a94e3ff008ec9d68efa6 Mon Sep 17 00:00:00 2001
From: Oleg Alexandrov <oleg.alexandrov@gmail.com>
Date: Tue, 4 Jun 2024 14:20:57 -0700
Subject: [PATCH] Update usgscsm_cam_test.rst (#487)

* Update usgscsm_cam_test.rst

Clarify the usgscsm_cam_test documentation

* Update usgscsm_cam_test.rst

Spellcheck
---
 docs/source/tools/usgscsm_cam_test.rst | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/docs/source/tools/usgscsm_cam_test.rst b/docs/source/tools/usgscsm_cam_test.rst
index 9cdfcc5..f07eb0d 100644
--- a/docs/source/tools/usgscsm_cam_test.rst
+++ b/docs/source/tools/usgscsm_cam_test.rst
@@ -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)::
 
-- 
GitLab