mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
added geo correction for snow
This commit is contained in:
parent
c7e0e3c234
commit
0bf3bb547d
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue