numpy.ma.make_mask_none

numpy.ma.make_mask_none(newshape, dtype=None)

Return a mask of shape s, filled with False.

Parameters:

news : tuple

A tuple indicating the shape of the final mask.

dtype: {None, dtype}, optional :

If None, use MaskType. Otherwise, use a new datatype with the same fields as dtype with boolean type.

Previous topic

numpy.ma.make_mask

Next topic

numpy.ma.mask_or

This Page

Quick search