Masks Module¶
sensingpy.masks provides boolean mask functions for filtering array values
by comparison and range operations.
is_valid¶
is_valid
¶
is_lt¶
is_lt
¶
is_eq¶
is_eq
¶
is_gt¶
is_gt
¶
is_lte¶
is_lte
¶
Returns a mask of values in the array that are less than or equal to the given value.
is_gte¶
is_gte
¶
Returns a mask of values in the array that are greater than or equal to the given value.
is_in_range¶
is_in_range
¶
"Returns a mask of values in the array that are within the given range [vmin, vmax].