From a403add988ddeee34252b839679719945e7fafab Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Tue, 19 Dec 2023 14:08:42 -0800 Subject: [PATCH] Expand a bit the qnet documentation (#5373) * Expand a bit the qnet documentation * Expand a bit jigsaw.xml by describing how to create an initial control network * Update the qnet documentation blurb --- isis/src/control/apps/jigsaw/jigsaw.xml | 6 ++++++ isis/src/qisis/apps/qnet/qnet.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/isis/src/control/apps/jigsaw/jigsaw.xml b/isis/src/control/apps/jigsaw/jigsaw.xml index 06166e07fd..118c834b89 100644 --- a/isis/src/control/apps/jigsaw/jigsaw.xml +++ b/isis/src/control/apps/jigsaw/jigsaw.xml @@ -39,6 +39,12 @@ converges and the UPDATE parameter is selected.

+

+ The input control net may be created by finding each image footprint with footprintinit, + computing the image overlaps with findimageoverlaps, creating guess measurements with + autoseed, then registering them with pointreg. +

+

Optional output files can be enabled to provide more information for analyzing the results of the bundle. BUNDLEOUT_TXT provides an overall summary of the bundle adjustment; diff --git a/isis/src/qisis/apps/qnet/qnet.xml b/isis/src/qisis/apps/qnet/qnet.xml index 980c559b5c..7cd984b380 100644 --- a/isis/src/qisis/apps/qnet/qnet.xml +++ b/isis/src/qisis/apps/qnet/qnet.xml @@ -30,6 +30,10 @@

+ This program is an ISIS GUI application. To run it, type its name in a + terminal, with no arguments. This will start a blank session, having the + main Qnet window and the control network navigator window. + There are 3 core windows used in this application.