SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
27 stars 12 forks source link

Improve PhoREAL statistics implementation #253

Open jpswinski opened 1 year ago

jpswinski commented 1 year ago

The SlideRule implementation of the PhoREAL algorithm calculates statistics on the binning of photons instead of the photons themselves. For instance, a percentile height uses the height of the bin that represents that percentile instead of the height of the photon that represents that percentile.

The code needs to be updated to reflect the higher fidelity of calculating the statistics on the photons.