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
No related branches found
No related tags found
No related merge requests found
...@@ -141,8 +141,8 @@ private: ...@@ -141,8 +141,8 @@ private:
SetParameterDescription("ua.mdmdnmf", "Minimum Dispertion Constrained Non Negative Matrix Factorization"); SetParameterDescription("ua.mdmdnmf", "Minimum Dispertion Constrained Non Negative Matrix Factorization");
SetParameterString("ua", "ucls"); SetParameterString("ua", "ucls");
// Doc example parameter settings // Doc example parameter settings
SetDocExampleParameterValue("in", "hsi_cube.tif"); SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
SetDocExampleParameterValue("ie", "endmembers.tif"); SetDocExampleParameterValue("ie", "cupriteEndmembers.tif");
SetDocExampleParameterValue("out", "HyperspectralUnmixing.tif double"); SetDocExampleParameterValue("out", "HyperspectralUnmixing.tif double");
SetDocExampleParameterValue("ua", "ucls"); SetDocExampleParameterValue("ua", "ucls");
} }
......
...@@ -85,7 +85,7 @@ private: ...@@ -85,7 +85,7 @@ private:
MandatoryOn("outendm"); MandatoryOn("outendm");
// Doc example parameter settings // Doc example parameter settings
SetDocExampleParameterValue("in", "hsi_cube.tif"); SetDocExampleParameterValue("in", "cupriteSubHsi.tif");
SetDocExampleParameterValue("ne", "5"); SetDocExampleParameterValue("ne", "5");
SetDocExampleParameterValue("outendm", "VertexComponentAnalysis.tif double"); SetDocExampleParameterValue("outendm", "VertexComponentAnalysis.tif double");
} }
......
...@@ -81,6 +81,11 @@ private: ...@@ -81,6 +81,11 @@ private:
SetParameterRole("output.town", Role_Output ); SetParameterRole("output.town", Role_Output );
SetParameterRole("output.country", 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() void DoUpdateParameters()
......
...@@ -75,7 +75,7 @@ private: ...@@ -75,7 +75,7 @@ private:
MandatoryOff("proj"); MandatoryOff("proj");
// Doc example parameter settings // Doc example parameter settings
SetDocExampleParameterValue("in", "sensor_stereo_left.tif"); SetDocExampleParameterValue("in", "QB_TOULOUSE_MUL_Extract_500_500.tif");
SetDocExampleParameterValue("out", "ImageEnvelope.shp"); SetDocExampleParameterValue("out", "ImageEnvelope.shp");
} }
......
...@@ -193,8 +193,9 @@ private: ...@@ -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."); 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"); MandatoryOff("opt.gridspacing");
// TODO Doc example parameter settings // Doc example parameter settings
//SetDocExampleParameterValue("", ""); SetDocExampleParameterValue("io.in", "QB_TOULOUSE_MUL_Extract_500_500.tif");
SetDocExampleParameterValue("io.out","QB_Toulouse_ortho.tif");
} }
void DoUpdateParameters() void DoUpdateParameters()
......
...@@ -96,7 +96,8 @@ private: ...@@ -96,7 +96,8 @@ private:
SetDefaultParameterFloat("transform.scale", 1.); SetDefaultParameterFloat("transform.scale", 1.);
// Doc example parameter settings // 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("out", "VectorDataTransform.shp");
SetDocExampleParameterValue("transform.ro", "5"); SetDocExampleParameterValue("transform.ro", "5");
} }
......
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