cf.Data.hardmask

Data.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

>>> d.hardmask = False
>>> d.hardmask
False

Previous topic

cf.Data.first_datum

Next topic

cf.Data.ismasked

This Page