petebrew / fhaes

Fire History Analysis and Exploration System
GNU General Public License v3.0
4 stars 1 forks source link

Implement minimum sample threshold in FHInterval #130

Closed petebrew closed 8 years ago

petebrew commented 8 years ago

FHInterval can be performed on a composite but at the moment it doesn't have the ability to filter on the minimum number of samples as is used elsewhere in FHAES.

petebrew commented 8 years ago

GUI items and hooks put in place. For consistencies sake I've added the SampleDepthFilterType (either number of samples or number of recording samples) too. I'd prefer to see both implemented so that the user sees the same options in FHAES wherever they are generating composites, but if we really only want (or have time for) 'number of samples' then I can force the GUI to only have the one option.