From b473642cd048f5a33a4d210a1e067625871a0d44 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Fri, 8 Nov 2013 16:05:49 +0100 Subject: [PATCH] DOC: update doc of opt.gridspacing --- Applications/Projections/otbOrthoRectification.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Applications/Projections/otbOrthoRectification.cxx b/Applications/Projections/otbOrthoRectification.cxx index d31cd8535d..d719946891 100644 --- a/Applications/Projections/otbOrthoRectification.cxx +++ b/Applications/Projections/otbOrthoRectification.cxx @@ -218,7 +218,8 @@ private: SetDefaultParameterFloat("opt.gridspacing", 4.0); SetParameterDescription("opt.gridspacing", "Resampling is done according to a coordinate mapping deformation grid, " - "whose pixel size is set by this parameter." + "whose pixel size is set by this parameter, and " + "expressed in the coordinate system of the output image " "The closer to the output spacing this parameter is, " "the more precise will be the ortho-rectified image," "but increasing this parameter will reduce processing time."); -- GitLab