statisticsStack¶
- lsst.afw.math.statisticsStack(*args, **kwargs)¶
Overloaded function.
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 0x7a38032664f0>) -> lsst.afw.image._maskedImage.MaskedImageF
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 0x7a38032b4870>) -> lsst.afw.image._maskedImage.MaskedImageF
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 0x7a3803e64470>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> None
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 0x7a38037af5b0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> None
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
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 0x7a3803db9eb0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> lsst.afw.image._image.ImageF
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 0x7a38037d5670>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> lsst.afw.image._maskedImage.MaskedImageF
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
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 0x7a38046afab0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> list[float]
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 0x7a38032665f0>) -> lsst.afw.image._maskedImage.MaskedImageD
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 0x7a38046ae130>) -> lsst.afw.image._maskedImage.MaskedImageD
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 0x7a38046ad870>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> None
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 0x7a38046adc70>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> None
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
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 0x7a38046aebb0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> lsst.afw.image._image.ImageD
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 0x7a38046afa70>, wvector: collections.abc.Sequence[typing.SupportsFloat] = [], clipped: typing.SupportsInt = 0, excuse: typing.SupportsInt = 0) -> lsst.afw.image._maskedImage.MaskedImageD
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
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 0x7a38069488f0>, wvector: collections.abc.Sequence[typing.SupportsFloat] = []) -> list[float]