Skip to content
Snippets Groups Projects
Unverified Commit ca074834 authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by GitHub
Browse files

Add a challenging LineScan dataset (#383)

* Minor doc touchup: consistent spacing

* Add a new challenging testcase
parent b4be6e0d
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ Command line options ...@@ -22,6 +22,7 @@ Command line options
--model <string (default: "")> --model <string (default: "")>
Input CSM model (in ISD or model state format). Input CSM model (in ISD or model state format).
--output-model-state <string (default: "")> --output-model-state <string (default: "")>
If specified, save the model state to this file. If specified, save the model state to this file.
......
...@@ -23,7 +23,7 @@ endif() ...@@ -23,7 +23,7 @@ endif()
# uses as input the output of the first test. # uses as input the output of the first test.
# 1. Save the model state for an ISD camera model. # 1. Save the model state for an ISD camera model.
add_test(NAME test_usgscsm_cam_test_save_state add_test(NAME test_usgscsm_cam_test_save_state
COMMAND usgscsm_cam_test --model data/orbitalLineScan.json --output-model-state model_state.json COMMAND usgscsm_cam_test --model data/toughLroNacLineScan.json --sample-rate 100 --subpixel-offset 0.3 --height-above-datum 2307.5 --output-model-state model_state.json
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests) WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests)
# 2. Load back the state and save it again. # 2. Load back the state and save it again.
add_test(NAME test_usgscsm_cam_test_load_state add_test(NAME test_usgscsm_cam_test_load_state
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment