dhasterok / LaserMapExplorer

An intuitive interface application designed to process and visualize large volumes of geochemical data.
5 stars 0 forks source link

filters do not all work together and are not turned off #38

Closed dhasterok closed 5 months ago

dhasterok commented 5 months ago

Toggling filter/masks does not always turn them off. Only the first checked filter/mask is applied and later ones ignored based on construction of apply filters. Toggling filters also does not allow for turning them off since self.data[sample_id]['mask'] always uses the masks saved in self.data[sample_id] without resetting them.

dhasterok commented 5 months ago

Polygon masking is not yet working. Filtering and cluster masking are now working together and independently.

dhasterok commented 5 months ago

Fixed polygon masking. All filtering should work now.