From cb161c639bf1339c16b0eb94b79bb702170ad962 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 9 Jan 2017 18:22:26 +0100 Subject: [PATCH] ENH: expose the fill value from Superimpose --- Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx b/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx index 64eec6497b..6274196921 100644 --- a/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx +++ b/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx @@ -66,6 +66,7 @@ private: ShareParameter("lms","superimpose.lms", "Spacing of the deformation field", "Spacing of the deformation field. Default is 10 times the PAN image spacing."); + ShareParameter("fv","superimpose.fv"); ShareParameter("ram","superimpose.ram"); Connect("pansharp.inp","superimpose.inr"); -- GitLab