cf.Field.hardmask

Field.hardmask

Whether the mask is hard (True) or soft (False).

When the mask is hard, masked entries of the data array can not be unmasked by assignment.

By default, the mask is hard.

Examples

>>> f.hardmask = False
>>> f.hardmask
False

Previous topic

cf.Field.first_datum

Next topic

cf.Field.isscalar

This Page