This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch upstream-master in repository pktools.
commit 477d9960ef4d8f10e7b005f25a4bd4f39646550c Author: Pieter Kempeneers <kempe...@gmail.com> Date: Sat Nov 8 09:51:44 2014 +0100 fixed bug #43500, Unsigned 16-bit tifs with pkfilter --- src/apps/pkfilter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/pkfilter.cc b/src/apps/pkfilter.cc index 2645f1b..8c0cded 100644 --- a/src/apps/pkfilter.cc +++ b/src/apps/pkfilter.cc @@ -51,7 +51,7 @@ int main(int argc,char **argv) { Optionpk<int> family_opt("wf", "family", "wavelet family (vanishing moment, see also http://www.gnu.org/software/gsl/manual/html_node/DWT-Initialization.html)", 4); Optionpk<short> class_opt("class", "class", "class value(s) to use for density, erosion, dilation, openening and closing, thresholding"); Optionpk<double> threshold_opt("t", "threshold", "threshold value(s) to use for threshold filter (one for each class), or threshold to cut for dwt_cut (use 0 to keep all) or dwt_cut_from, or sigma for shift", 0); - Optionpk<short> nodata_opt("nodata", "nodata", "nodata value(s) for smoothnodata filter"); + Optionpk<double> nodata_opt("nodata", "nodata", "nodata value(s) (used for smoothnodata filter)"); Optionpk<std::string> tap_opt("tap", "tap", "text file containing taps used for spatial filtering (from ul to lr). Use dimX and dimY to specify tap dimensions in x and y. Leave empty for not using taps"); Optionpk<double> tapz_opt("tapz", "tapz", "taps used for spectral filtering"); Optionpk<string> padding_opt("pad","pad", "Padding method for filtering (how to handle edge effects). Choose between: symmetric, replicate, circular, constant (pad with 0).", "symmetric"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel