astropy:docs

NDSlicingMixin

class astropy.nddata.NDSlicingMixin[source] [edit on github]

Bases: object

Mixin 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 NDDataArray for an example.

Page Contents