Fix BandMathX documentation
- May 10, 2019
-
-
Cédric Traizet authored
-
Cédric Traizet authored56c75aca
-
- May 09, 2019
-
-
Cédric Traizet authored
-
This MR replaces min and max by vmin and vmax in the BandMathX application documentation
in BandMathX syntax, min(arg1, arg2, ..., argN)
return the minimum value in scalar list [arg1,arg2, ... argN]
while vmin(arg)
return the minimum value of the vector arg
(this vector can be a neighborhood, e.g. vmin(im1b1N5x5)
or a pixel e.g. vmin(im1)
).
Maybe we should refactor the BandMathX
documentation. Today we have the application documentation which is quite long but non exhaustive, and the About BandMathX
C++ section, with more details about the syntax of BandMathX expressions and C++ examples of the
BandMathImageFilterX
. I think we should remove this section and make a BandMathX recipe with the informations on BandMathX syntax and a few application example because:
This can be done in this MR or another.
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit