Find contiguous unmasked data in a masked array along the given axis.
axis : int, optional
Axis along which to perform the operation. If None, applies to a flattened version of the array.
A sorted sequence of slices (start index, end index). :
Notes
Only accepts 2D arrays at most.
numpy.ma.flatnotmasked_edges
numpy.ma.notmasked_edges