Skip to content
Snippets Groups Projects
Commit 9e4752f7 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1410: expose internal parameters in BundleToPerfectSensor

parent bc2eda7e
No related branches found
No related tags found
No related merge requests found
...@@ -66,17 +66,16 @@ private: ...@@ -66,17 +66,16 @@ private:
ShareParameter("out","pansharp.out"); ShareParameter("out","pansharp.out");
ShareParameter("elev","superimpose.elev"); ShareParameter("elev","superimpose.elev");
ShareParameter("mode","superimpose.mode"); ShareParameter("mode","superimpose.mode");
ShareParameter("method","pansharp.method");
ShareParameter("lms","superimpose.lms", ShareParameter("lms","superimpose.lms",
"Spacing of the deformation field", "Spacing of the deformation field",
"Spacing of the deformation field. Default is 10 times the PAN image spacing."); "Spacing of the deformation field. Default is 10 times the PAN image spacing.");
ShareParameter("interpolator","superimpose.interpolator");
ShareParameter("fv","superimpose.fv"); ShareParameter("fv","superimpose.fv");
ShareParameter("ram","superimpose.ram"); ShareParameter("ram","superimpose.ram");
Connect("pansharp.inp","superimpose.inr"); Connect("pansharp.inp","superimpose.inr");
Connect("pansharp.ram","superimpose.ram"); Connect("pansharp.ram","superimpose.ram");
GetInternalApplication("superimpose")->SetParameterString("interpolator","bco", false);
GetInternalApplication("pansharp")->SetParameterString("method","rcs", false);
// Doc example parameter settings // Doc example parameter settings
SetDocExampleParameterValue("inp", "QB_Toulouse_Ortho_PAN.tif"); SetDocExampleParameterValue("inp", "QB_Toulouse_Ortho_PAN.tif");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment