MaskSubsetState¶
-
class
glue.core.subset.MaskSubsetState(mask, cids)[source]¶ Bases:
glue.core.subset.SubsetStateA subset defined by boolean pixel mask
Parameters: - cids – List of ComponentIDs, defining the pixel coordinate space of the mask
- mask – Boolean ndarray
Methods Summary
copy()to_mask(data[, view])Methods Documentation