Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»
numpy.ma.flatnotmasked_edges
¶
numpy.ma.
flatnotmasked_edges
(
a
)
¶
Find the indices of the first and last not masked values in a 1D masked array. If all values are masked, returns None.
Previous topic
numpy.ma.flatnotmasked_contiguous
Next topic
numpy.ma.notmasked_contiguous
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Masked array operations
»