Unverified Commit 0ec76e9b authored by Stuart Sides's avatar Stuart Sides Committed by GitHub
Browse files

Add linescan example to jigsaw (#4727)

* Add linescan example to jigsaw

* Minor update

* Added to the change log for jigsaw examples
parent f4400934
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ Keywords when running CAMSTATS. [#3605](https://github.com/USGS-Astrogeology/IS
- Added slope, local normal, and ellipsoid normal calculations to phocube. [#3635](https://github.com/USGS-Astrogeology/ISIS3/issues/3645)
- Added additional translation files for TGO CaSSiS in order to support PSA compliant labels. [#4567](https://github.com/USGS-Astrogeology/ISIS3/issues/4567)
- Added support for KaguyaTC SP Support data ingest. [#4668](https://github.com/USGS-Astrogeology/ISIS3/issues/4668)
- Added examples to the jigsaw documentation. [#4718](https://github.com/USGS-Astrogeology/ISIS3/issues/4718)

### Deprecated
- Deprecated edrget as discussed in [#3313](https://github.com/USGS-Astrogeology/ISIS3/issues/3313).
+4 −0
Original line number Diff line number Diff line
F02_036648_2021_XN_22N022W.cal.cub
F06_038336_2024_XN_22N022W.cal.cub
F22_044336_2020_XN_22N022W.cal.cub
J07_047448_2024_XN_22N022W.cal.cub
+153 KiB
Loading image diff...
+54.6 KiB
Loading image diff...
+61 −0
Original line number Diff line number Diff line
@@ -1453,4 +1453,65 @@
      </item>
    </liens>








  <examples>
    <example>
      <brief> Simple run of jigsaw with images from a linescanner </brief>
      <description>
        <p>
         This example runs jigsaw in a very simple way using four MRO CTX images. Only the required parameters are entered, with all other parameters
         left at their default settings. This bundle solution only solves for the camera orientation (see the CAMSOLVE and TWIST parameters). This command does not
         update the SPICE information attached to the four cubes.
       </p>
       <p>
         A possible use for this simple run would be to test a network to identify control points that are not well placed.
       </p>
      </description>

      <terminalInterface>
        <commandLine>
         fromlist=ctx.lis cnet=hand_dense.net onet=hand_dense-jig.net
        </commandLine>
        <description>
          This command line only sets the three required parameters.
        </description>
      </terminalInterface>

      <guiInterfaces>
        <guiInterface>
          <image src="assets/linescan/example_linescan_gui.png" width="1273" height="958">
            <brief>
              Example GUI
            </brief>
            <description>
              The top of the GUI shows the parameters filled in for input cube list, 
              the input control network and the output control network. All other parameters
              were left at their default values.
            <br></br>
            </description>
            <thumbnail src="assets/linescan/example_linescan_gui_thumb.png" width="500" height="376" caption="jigsaw Linescan image example" />
          </image>
        </guiInterface>
      </guiInterfaces>

      <dataFiles>
        <dataFile path="assets/linescan/ctx.lis">
          <brief> Cube list file </brief>
          <description>
            Input file defining the file names of the four cubes used in the control network.
            The file names can include a path if needed. Each file name is on a separate line and
            the last file name can have new line at the end, but it is not required.
          </description>
          <parameterName> FROMLIST </parameterName>
        </dataFile>
      </dataFiles>
    </example>

  </examples>
</application>