rossyndicate / poudre_sonde_network

MIT License
0 stars 7 forks source link

modify slope thresholds #91

Closed kathryn-willi closed 9 months ago

kathryn-willi commented 9 months ago

This PR modifies our slope thresholds by first parsing the positive and negative slope values out and grabbing the percentiles from those split-up ranges. I am hopeful this will make the slope function way less greedy, since it will be identifying more extreme values only.

kathryn-willi commented 9 months ago

Good idea