solpolpy.util#
Functions#
|
Combine all the masks in a given collection. |
|
Combine masks. |
Module Contents#
- solpolpy.util.combine_all_collection_masks(collection: ndcube.NDCollection) numpy.ndarray | None#
Combine all the masks in a given collection.
- solpolpy.util.combine_masks(*args) numpy.ndarray | None#
Combine masks.
If any of the masks are None, the result is None. Otherwise, when combining any value that is masked in any of the input args, gets masked, i.e. it does a logical or.