statisticsStack¶
-
lsst.afw.math.
statisticsStack
(*args, **kwargs)¶ Overloaded function.
- statisticsStack(image: lsst.afw.image.image.image.ImageF, flags: lsst.afw.math.statistics.Property, dimensions: str, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b16e630>) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageF
- statisticsStack(image: lsst.afw.image.maskedImage.maskedImage.MaskedImageF, flags: lsst.afw.math.statistics.Property, dimensions: str, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17a830>) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageF
- statisticsStack(out: lsst.afw.image.image.image.ImageF, images: List[lsst.afw.image.image.image.ImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17a630>, wvector: List[float]=[]) -> None
- statisticsStack(out: lsst.afw.image.maskedImage.maskedImage.MaskedImageF, images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17a730>, wvector: List[float]=[], clipped: int=0, excuse: int=0) -> None
- statisticsStack(out: lsst.afw.image.maskedImage.maskedImage.MaskedImageF, images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl, wvector: List[float], clipped: int, maskMap: List[Tuple[int, int]]) -> None
- statisticsStack(images: List[lsst.afw.image.image.image.ImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b1d82b0>, wvector: List[float]=[]) -> lsst.afw.image.image.image.ImageF
- statisticsStack(images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17acb0>, wvector: List[float]=[], clipped: int=0, excuse: int=0) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageF
- statisticsStack(images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageF], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl, wvector: List[float], clipped: int, maskMap: List[Tuple[int, int]]) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageF
- statisticsStack(vectors: List[List[float]], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17acf0>, wvector: List[float]=[]) -> List[float]
- statisticsStack(image: lsst.afw.image.image.image.ImageD, flags: lsst.afw.math.statistics.Property, dimensions: str, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17ac70>) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageD
- statisticsStack(image: lsst.afw.image.maskedImage.maskedImage.MaskedImageD, flags: lsst.afw.math.statistics.Property, dimensions: str, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17ad70>) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageD
- statisticsStack(out: lsst.afw.image.image.image.ImageD, images: List[lsst.afw.image.image.image.ImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17ad30>, wvector: List[float]=[]) -> None
- statisticsStack(out: lsst.afw.image.maskedImage.maskedImage.MaskedImageD, images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17adf0>, wvector: List[float]=[], clipped: int=0, excuse: int=0) -> None
- statisticsStack(out: lsst.afw.image.maskedImage.maskedImage.MaskedImageD, images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl, wvector: List[float], clipped: int, maskMap: List[Tuple[int, int]]) -> None
- statisticsStack(images: List[lsst.afw.image.image.image.ImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17adb0>, wvector: List[float]=[]) -> lsst.afw.image.image.image.ImageD
- statisticsStack(images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17ae70>, wvector: List[float]=[], clipped: int=0, excuse: int=0) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageD
- statisticsStack(images: List[lsst.afw.image.maskedImage.maskedImage.MaskedImageD], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl, wvector: List[float], clipped: int, maskMap: List[Tuple[int, int]]) -> lsst.afw.image.maskedImage.maskedImage.MaskedImageD
- statisticsStack(vectors: List[List[float]], flags: lsst.afw.math.statistics.Property, sctrl: lsst.afw.math.statistics.StatisticsControl=<lsst.afw.math.statistics.StatisticsControl object at 0x7f162b17aeb0>, wvector: List[float]=[]) -> List[float]