Skip to content

Commit

Permalink
Add linescan example to jigsaw (DOI-USGS#4727)
Browse files Browse the repository at this point in the history
* Add linescan example to jigsaw

* Minor update

* Added to the change log for jigsaw examples
  • Loading branch information
scsides committed Jan 6, 2022
1 parent 8c2d3c0 commit b98405e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 4 additions & 0 deletions isis/src/control/apps/jigsaw/assets/linescan/ctx.lis
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions isis/src/control/apps/jigsaw/jigsaw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b98405e

Please sign in to comment.