def index_primary(self): """Return an index expression appropriate for extracting the primary (inner) component of the main variables X, Y, etc. """ return np.s_[..., 0:-self.cri.Cd]