From 7489923c33c424c435cc6cf418439122c345e5f9 Mon Sep 17 00:00:00 2001 From: David Guimaraes <31321249+daviguima@users.noreply.github.com> Date: Wed, 23 Aug 2023 17:15:32 +0200 Subject: [PATCH] Update WaterQuality.ini changed default from shift to mask --- waterquality/WaterQuality.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterquality/WaterQuality.ini b/waterquality/WaterQuality.ini index 8c75ed9..be6f8ca 100644 --- a/waterquality/WaterQuality.ini +++ b/waterquality/WaterQuality.ini @@ -14,7 +14,7 @@ max_param_percentile = 95 # fixed - replace all negative values for 0.001 # shift - shift each band by its minimum value, so every band has only positive values # shift_all - shift each band by the minimum value of all bands. All bands will be shifted up by the same amount -negative_values = shift +negative_values = mask # uniform distribution=True forces the parameter to be equally displaced between # min and max, making it a uniform histogram. Should be used for visualization only.