numpy.ma.masked_outside

numpy.ma.masked_outside(x, v1, v2, copy=True)

Shortcut to masked_where, where condition is True for x outside the interval [v1,v2] (x < v1)|(x > v2). The boundaries v1 and v2 can be given in either order.

Notes

The array x is prefilled with its filling value.

Previous topic

numpy.ma.masked_object

Next topic

numpy.ma.masked_values

This Page

Quick search