lsst.cp.pipe
21.0.0-4-g42917e2+5f90a12a52
|
Public Member Functions | |
def | __init__ (self, groups) |
def | __getitem__ (self, arg) |
def | __iter__ (self) |
def | __len__ (self) |
Public Attributes | |
slices | |
Collection of named slices Slices are specified by a name and a length. If omitted, the length default to one and the name to __0__ for the first unamed slice, __1__ for the second and so on. Examples: --------- >>> s = Structure([('a', 7), 3]) >>> print len(s) 10 >>> for name in s: print name a __0__ >>> print len(Structure([('a', 3), 'b'])) 4
Definition at line 51 of file astierCovFitParameters.py.
def lsst.cp.pipe.astierCovFitParameters.Structure.__init__ | ( | self, | |
groups | |||
) |
Definition at line 69 of file astierCovFitParameters.py.
def lsst.cp.pipe.astierCovFitParameters.Structure.__getitem__ | ( | self, | |
arg | |||
) |
Definition at line 94 of file astierCovFitParameters.py.
def lsst.cp.pipe.astierCovFitParameters.Structure.__iter__ | ( | self | ) |
Definition at line 100 of file astierCovFitParameters.py.
def lsst.cp.pipe.astierCovFitParameters.Structure.__len__ | ( | self | ) |
Definition at line 103 of file astierCovFitParameters.py.
lsst.cp.pipe.astierCovFitParameters.Structure.slices |
Definition at line 71 of file astierCovFitParameters.py.