statisticsStack

lsst.afw.math.statisticsStack(*args, **kwargs)

Overloaded function.

  1. statisticsStack(image: lsst.afw.image._image.ImageF, flags: lsst.afw.math.Property, dimensions: str, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6221acf0>) -> lsst.afw.image._maskedImage.MaskedImageF

  2. statisticsStack(image: lsst.afw.image._maskedImage.MaskedImageF, flags: lsst.afw.math.Property, dimensions: str, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c62229eb0>) -> lsst.afw.image._maskedImage.MaskedImageF

  3. statisticsStack(out: lsst.afw.image._image.ImageF, images: collections.abc.Sequence[lsst.afw.image._image.ImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c626bb2f0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> None

  4. statisticsStack(out: lsst.afw.image._maskedImage.MaskedImageF, images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6220a3f0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> None

  5. statisticsStack(out: lsst.afw.image._maskedImage.MaskedImageF, images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl, wvector: collections.abc.Sequence[typing.SupportsFloat], clipped: typing.SupportsInt, maskMap: collections.abc.Sequence[tuple[typing.SupportsInt, typing.SupportsInt]]) -> None

  6. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._image.ImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6222b430>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> lsst.afw.image._image.ImageF

  7. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c62211e30>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> lsst.afw.image._maskedImage.MaskedImageF

  8. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageF], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl, wvector: collections.abc.Sequence[typing.SupportsFloat], clipped: typing.SupportsInt, maskMap: collections.abc.Sequence[tuple[typing.SupportsInt, typing.SupportsInt]]) -> lsst.afw.image._maskedImage.MaskedImageF

  9. statisticsStack(vectors: collections.abc.Sequence[collections.abc.Sequence[typing.SupportsFloat]], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c62213630>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> list[float]

  10. statisticsStack(image: lsst.afw.image._image.ImageD, flags: lsst.afw.math.Property, dimensions: str, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c621e3670>) -> lsst.afw.image._maskedImage.MaskedImageD

  11. statisticsStack(image: lsst.afw.image._maskedImage.MaskedImageD, flags: lsst.afw.math.Property, dimensions: str, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6220a970>) -> lsst.afw.image._maskedImage.MaskedImageD

  12. statisticsStack(out: lsst.afw.image._image.ImageD, images: collections.abc.Sequence[lsst.afw.image._image.ImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6222b770>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> None

  13. statisticsStack(out: lsst.afw.image._maskedImage.MaskedImageD, images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6222b870>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> None

  14. statisticsStack(out: lsst.afw.image._maskedImage.MaskedImageD, images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl, wvector: collections.abc.Sequence[typing.SupportsFloat], clipped: typing.SupportsInt, maskMap: collections.abc.Sequence[tuple[typing.SupportsInt, typing.SupportsInt]]) -> None

  15. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._image.ImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c626bb8b0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> lsst.afw.image._image.ImageD

  16. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6222b970>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> lsst.afw.image._maskedImage.MaskedImageD

  17. statisticsStack(images: collections.abc.Sequence[lsst.afw.image._maskedImage.MaskedImageD], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl, wvector: collections.abc.Sequence[typing.SupportsFloat], clipped: typing.SupportsInt, maskMap: collections.abc.Sequence[tuple[typing.SupportsInt, typing.SupportsInt]]) -> lsst.afw.image._maskedImage.MaskedImageD

  18. statisticsStack(vectors: collections.abc.Sequence[collections.abc.Sequence[typing.SupportsFloat]], flags: lsst.afw.math.Property, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7f4c6222ba30>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> list[float]