Percentile from SAR analysis

Is this interpretation correct to say e.g., 95% of pixel values are below 6?

P95 threshold: 6

What Threshold max error represents?
Threshold max error: 0.01760000014305115 intensity

Any comments?
Thanks

There is the StatisticsOp. It can compute any percentile value. It will write an ASCII file containing the statistical information. Unfortunately it is only available from the command line.
Try gpt StatisticsOp -h for more information.

1 Like