SubsetState#
- class glue.core.subset.SubsetState[source]#
Bases:
object
The base class for all subset states.
This defaults to an empty subset.
Attributes Summary
The attributes that the subset state depends on.
Methods Summary
center
()Return center of underlying ROI, if any.
copy
()Return a copy of the subset state.
move_to
(*args)Move any underlying ROI to the new given center.
to_index_list
(data)to_mask
(data[, view])Compute the mask for this subset state.
Attributes Documentation
Methods Documentation