From 0616c19479d55565d82e8330cd5ac19c43ed19cd Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Mon, 24 Oct 2011 12:08:01 +0200 Subject: [PATCH] ENH: change authors for OTB-Team --- Applications/Util/otbConcatenateImages.cxx | 4 ++-- Applications/Util/otbConvert.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Applications/Util/otbConcatenateImages.cxx b/Applications/Util/otbConcatenateImages.cxx index 7cfe76c41c..86f6e6edd9 100644 --- a/Applications/Util/otbConcatenateImages.cxx +++ b/Applications/Util/otbConcatenateImages.cxx @@ -60,9 +60,9 @@ private: // Documentation SetDocName("Images Concatenation Application"); - SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multi channel) and generate a single multi channel image. The channel order is the one of the mist."); + SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multi channel) and generate a single multi channel image. The channel order is the one of the list."); SetDocLimitations("None"); - SetDocAuthors("Otmane Lahlou"); + SetDocAuthors("OTB-Team"); SetDocSeeAlso("Rescale application, Convert application"); SetDocCLExample("otbApplicationLauncherCommandLine ConcatenateImages ${OTB-BIN}/bin --in ${OTB-DATA}/poupees_sub_c1.png ${OTB-DATA}/poupees_sub_c2.png ${OTB-DATA}/poupees_sub_c3.png --out otbConcatenateImages.png uchar"); AddDocTag("Concatenation"); diff --git a/Applications/Util/otbConvert.cxx b/Applications/Util/otbConvert.cxx index e671f4ea4b..7b695c1679 100644 --- a/Applications/Util/otbConvert.cxx +++ b/Applications/Util/otbConvert.cxx @@ -85,7 +85,7 @@ private: SetDocName("Image Conversion Application"); SetDocLongDescription("This application performs an image pixel type conversion (short, ushort, char, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).\n The convertion can include a rescale usiong the image 2% minimum and maximum values. The rescale can be linear or log2."); SetDocLimitations("None"); - SetDocAuthors("Otmane Lahlou"); + SetDocAuthors("OTB-Team"); SetDocSeeAlso("Rescale application"); SetDocCLExample("otbApplicationLauncherCommandLine Convert ${OTB-BIN}/bin --in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif --out otbConvertWithScalingOutput.png uchar --type linear"); AddDocTag("Conversion"); -- GitLab