NDSlicingMixin¶
-
class
astropy.nddata.NDSlicingMixin[source] [edit on github]¶ Bases:
objectMixin to provide slicing on objects using the NDData interface.
When subclassing, be sure to list the superclasses in the correct order so that the subclass sees NDData as the main superclass. See
NDDataArrayfor an example.