diff --git a/data/postprocess.sh b/data/postprocess.sh index 17aec66..effc04c 100755 --- a/data/postprocess.sh +++ b/data/postprocess.sh @@ -65,8 +65,6 @@ CONVERT="" if command -v "convert" > /dev/null then CONVERT="convert" - # -fbdd 1 Raw denoising with FBDD - set -- -fbdd 1 elif command -v "gm" > /dev/null then CONVERT="gm"