Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 835 Bytes

index.rst

File metadata and controls

15 lines (12 loc) · 835 Bytes

Compute bulk statistics

Bulk statistics allow for a wide range of properties of detected objects to be calculated during feature detection and segmentation or as a postprocessing step. The :pytobac.utils.bulk_statistics.get_statistics_from_mask function applies one or more functions over one or more data fields for each detected object. For example, one could calculate the convective mass flux for each detected feature by providing fields of vertical velocity, cloud water content and area. Numpy-like broadcasting is supported, allowing 2D and 3D data to be combined.

notebooks/compute_statistics_during_feature_detection notebooks/compute_statistics_during_segmentation notebooks/compute_statistics_postprocessing_example