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 0x7bd728f35770>) -> 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 0x7bd728dfaa30>) -> 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 0x7bd728dc2a70>, 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 0x7bd728dfa9f0>, 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 0x7bd728ec2cb0>, 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 0x7bd728dfa670>, 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 0x7bd728df9fb0>, 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 0x7bd728f42730>) -> 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 0x7bd728dfa370>) -> 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 0x7bd728dfaab0>, 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 0x7bd728f15ef0>, 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 0x7bd728f42970>, 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 0x7bd728f749b0>, 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 0x7bd728f14930>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> list[float]