more quality of life updates

This commit is contained in:
2026-04-01 23:07:05 -07:00
parent 878c7b415c
commit d4cecf0372
79 changed files with 139 additions and 127 deletions

View File

@@ -22,7 +22,7 @@ Compute the Shannon entropy of the height or slope distribution. H = −Σ p·ln
| mode | dropdown | height values | Compute entropy of height values or slope magnitude |
| n_bins | INT | 256 | Number of histogram bins for probability estimation (161024) |
## Limitations
## Notes
- Entropy is sensitive to n_bins; very few bins underestimate entropy while very many bins overestimate it for small fields.
- Non-finite pixel values are removed before binning.