added geo correction for snow

This commit is contained in:
Jacopo Cassinis 2022-12-31 18:49:36 +01:00
parent c7e0e3c234
commit 0bf3bb547d

View file

@ -304,7 +304,8 @@
"Snow enhancement": {
"equation": "((3*ch1-ch4)/2)^1.7, ((3*ch1+ch4)/4)^1.7, (ch1-ch3a)^1.7",
"equalize": true,
"white_balance": true
"white_balance": true,
"geo_correct": true
},
"NDVI (Vegetation)": {
"equation": "((ch2-ch1)/(ch2+ch1)+1)/2",