mplstereonet icon indicating copy to clipboard operation
mplstereonet copied to clipboard

Possible gridding error

Open vollmerf opened this issue 1 year ago • 0 comments

In contouring.py I believe

line 39 totals[i] = (density.sum() - 0.5) / scale

should be totals[i] = density.sum() / scale

https://github.com/vollmerf/spherecontour/blob/main/ERRATA.md

Regards

vollmerf avatar Mar 05 '23 17:03 vollmerf