AbsoluteSliceProxy# class lsst.images.AbsoluteSliceProxy(parent)# Bases: Generic A proxy object for obtaining a generalized image subset using absolute slicing. See absolute for more information. Parameters: parent (TypeVar(T, bound= GeneralizedImage)) – Image the slice proxy operates on.