diff --git a/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx b/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx index da7fe46342db7a91e0e2cd880afa3ed8671c6dfe..622a619c6fd7d3399fe947ae18593925a3383dd9 100644 --- a/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx +++ b/Applications/Hyperspectral/otbHyperspectralUnmixing.cxx @@ -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"); } diff --git a/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx b/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx index adc42ab75bc5abac51094620edf6e693a9711cda..572a5947481f530201af031c04533ffc9df3e4b2 100644 --- a/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx +++ b/Applications/Hyperspectral/otbVertexComponentAnalysis.cxx @@ -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"); } diff --git a/Applications/Projections/otbConvertSensorToGeoPoint.cxx b/Applications/Projections/otbConvertSensorToGeoPoint.cxx index e3612a8115eb6d15d2ea1815d627114b5e1b3db5..582c8d55390c03118b253d6961dff90cb2b3f3dc 100644 --- a/Applications/Projections/otbConvertSensorToGeoPoint.cxx +++ b/Applications/Projections/otbConvertSensorToGeoPoint.cxx @@ -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() diff --git a/Applications/Projections/otbImageEnvelope.cxx b/Applications/Projections/otbImageEnvelope.cxx index 5ecb5f41c14c47d50094995f5ee469fb4c0b1a23..1cd8fd81a2f4b7608c1521f98746be7bfc9ce7f7 100644 --- a/Applications/Projections/otbImageEnvelope.cxx +++ b/Applications/Projections/otbImageEnvelope.cxx @@ -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"); } diff --git a/Applications/Projections/otbOrthoRectification.cxx b/Applications/Projections/otbOrthoRectification.cxx index 612b6ed5c9ddf7af906d19a6f29e90ce0cbd98d7..76cffe8aee953dcc9b08d0e3ac88ee70e140315e 100644 --- a/Applications/Projections/otbOrthoRectification.cxx +++ b/Applications/Projections/otbOrthoRectification.cxx @@ -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() diff --git a/Applications/Utils/otbVectorDataTransform.cxx b/Applications/Utils/otbVectorDataTransform.cxx index a1a58b0046397440754c51361f55efbfe710d0b6..ca14b6c7d85f034ddca17df28ddcbf60a641b9b5 100644 --- a/Applications/Utils/otbVectorDataTransform.cxx +++ b/Applications/Utils/otbVectorDataTransform.cxx @@ -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"); }