Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linescan example to jigsaw #4727

Merged
merged 3 commits into from
Dec 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>