diff --git a/isis/src/control/apps/jigsaw/jigsaw.xml b/isis/src/control/apps/jigsaw/jigsaw.xml index 06166e07fd76fa236d45663abbddc42e2187cf79..118c834b89209ae9067efd2718dcab989c8d283b 100644 --- a/isis/src/control/apps/jigsaw/jigsaw.xml +++ b/isis/src/control/apps/jigsaw/jigsaw.xml @@ -39,6 +39,12 @@ converges and the <b>UPDATE</b> parameter is selected. </p> + <p> + The input control net may be created by finding each image footprint with <b>footprintinit</b>, + computing the image overlaps with <b>findimageoverlaps</b>, creating guess measurements with + <b>autoseed</b>, then registering them with <b>pointreg</b>. + </p> + <p> Optional output files can be enabled to provide more information for analyzing the results of the bundle. <b>BUNDLEOUT_TXT</b> 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 980c559b5cc7df581607426c0e7220960464d273..7cd984b38094c0e886cc0d9ec0ad4a5fd4ecf3cd 100644 --- a/isis/src/qisis/apps/qnet/qnet.xml +++ b/isis/src/qisis/apps/qnet/qnet.xml @@ -30,6 +30,10 @@ </p> <p> + 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. </p>