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

ENH: updated example values for Projection and Hyperspectral applications

parent 96ee8f35
Branches
Tags
No related merge requests found
......@@ -141,8 +141,8 @@ private:
SetParameterDescription("ua.mdmdnmf", "Minimum Dispertion Constrained Non Negative Matrix Factorization");
SetParameterString("ua", "ucls");
// Doc example parameter settings
SetDocExampleParameterValue("in", "hsi_cube.tif");
SetDocExampleParameterValue("ie", "endmembers.tif");
SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
SetDocExampleParameterValue("ie", "cupriteEndmembers.tif");
SetDocExampleParameterValue("out", "HyperspectralUnmixing.tif double");
SetDocExampleParameterValue("ua", "ucls");
}
......
......@@ -85,7 +85,7 @@ private:
MandatoryOn("outendm");
// Doc example parameter settings
SetDocExampleParameterValue("in", "hsi_cube.tif");
SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
SetDocExampleParameterValue("ne", "5");
SetDocExampleParameterValue("outendm", "VertexComponentAnalysis.tif double");
}
......
......@@ -81,6 +81,11 @@ private:
SetParameterRole("output.town", Role_Output );
SetParameterRole("output.country", Role_Output );
// Doc example parameter settings
SetDocExampleParameterValue("in","QB_TOULOUSE_MUL_Extract_500_500.tif");
SetDocExampleParameterValue("input.idx","200");
SetDocExampleParameterValue("input.idy","200");
}
void DoUpdateParameters()
......
......@@ -75,7 +75,7 @@ private:
MandatoryOff("proj");
// Doc example parameter settings
SetDocExampleParameterValue("in", "sensor_stereo_left.tif");
SetDocExampleParameterValue("in", "QB_TOULOUSE_MUL_Extract_500_500.tif");
SetDocExampleParameterValue("out", "ImageEnvelope.shp");
}
......
......@@ -193,8 +193,9 @@ private:
SetParameterDescription("opt.gridspacing", "Resampling is done according to a coordinate mapping grid, whose pixel size is set by this parameter. The closer to the output spacing this parameter is, the more precise will be the ortho-rectified image, but increasing this parameter allows to reduce processing time.");
MandatoryOff("opt.gridspacing");
// TODO Doc example parameter settings
//SetDocExampleParameterValue("", "");
// Doc example parameter settings
SetDocExampleParameterValue("io.in", "QB_TOULOUSE_MUL_Extract_500_500.tif");
SetDocExampleParameterValue("io.out","QB_Toulouse_ortho.tif");
}
void DoUpdateParameters()
......
......@@ -96,7 +96,8 @@ private:
SetDefaultParameterFloat("transform.scale", 1.);
// Doc example parameter settings
SetDocExampleParameterValue("in", "qb_RoadExtract_easyClassification.shp");
SetDocExampleParameterValue("vd", "qb_RoadExtract_easyClassification.shp");
SetDocExampleParameterValue("in", "qb_RoadExtract.tif");
SetDocExampleParameterValue("out", "VectorDataTransform.shp");
SetDocExampleParameterValue("transform.ro", "5");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment