From 04e924a62ff0497c4f96fb601c33b8f526965099 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 16 Dec 2020 15:34:40 -0500 Subject: [PATCH] Hide --geo --- libs/odmInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/odmInfo.js b/libs/odmInfo.js index 8f5db7d..4a08397 100644 --- a/libs/odmInfo.js +++ b/libs/odmInfo.js @@ -73,7 +73,7 @@ module.exports = { // (num cores can be set programmatically, so can gcpFile, etc.) if (["-h", "--project-path", "--cmvs-maxImages", "--time", "--zip-results", "--pmvs-num-cores", - "--start-with", "--gcp", "--images", + "--start-with", "--gcp", "--images", "--geo", "--rerun-all", "--rerun", "--slam-config", "--video", "--version", "name"].indexOf(option) !== -1) continue;