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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ Command line options

--model <string (default: "")>
    Input CSM model (in ISD or model state format).

--output-model-state <string (default: "")>
    If specified, save the model state to this file.

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ endif()
# uses as input the output of the first test.
# 1. Save the model state for an ISD camera model.
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)
# 2. Load back the state and save it again.
add_test(NAME test_usgscsm_cam_test_load_state
+23408 −0

File added.

Preview size limit exceeded, changes collapsed.