UW-SASWE / RAT

Reservoir Assessment Tool
http://satellitedams.net
GNU General Public License v3.0
22 stars 3 forks source link

Added bot filter to RAT #81

Closed SarathUW closed 11 months ago

SarathUW commented 11 months ago

Added the BOT Filter to the surface area time series, which filters the optical derived surface area with SAR surface area as the reference. The BOT Filter can be used to have granular control over the filtering applied to surface area (SA) time series. To use the filter, set 'apply' in the below field to 'true' and set the three thresholds. Bias_threshold: The intensity of filtering out optical SA values that has a bias from SAR value. Outlier_threshold: The intensity of filtering out outlier values in the Optical SA time series Trend_threshold: The intensity of filtering out optical SA values whose trend differs from SAR trend Threshold ranges: (Off: 0 - 9: MAX) Eg. Relatively Aggressive filtering set: [8,8,8]

1 bug fix pending