makeStatistics

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

Overloaded function.

  1. makeStatistics(img: lsst.afw.image._image.ImageU, msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71522658b0>) -> lsst.afw.math.Statistics

  2. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageU, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152c62df0>) -> lsst.afw.math.Statistics

  3. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageU, weights: lsst.afw.image._image.ImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d715298af70>) -> lsst.afw.math.Statistics

  4. makeStatistics(msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d715580c5b0>) -> lsst.afw.math.Statistics

  5. makeStatistics(img: lsst.afw.image._image.ImageU, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d715580a3b0>) -> lsst.afw.math.Statistics

  6. makeStatistics(img: lsst.afw.image._image.ImageD, msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a40c70>) -> lsst.afw.math.Statistics

  7. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageD, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71529ef8b0>) -> lsst.afw.math.Statistics

  8. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageD, weights: lsst.afw.image._image.ImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d715586f830>) -> lsst.afw.math.Statistics

  9. makeStatistics(msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71522679f0>) -> lsst.afw.math.Statistics

  10. makeStatistics(img: lsst.afw.image._image.ImageD, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71529ee330>) -> lsst.afw.math.Statistics

  11. makeStatistics(img: lsst.afw.image._image.ImageF, msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a24f30>) -> lsst.afw.math.Statistics

  12. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a25630>) -> lsst.afw.math.Statistics

  13. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageF, weights: lsst.afw.image._image.ImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152c63270>) -> lsst.afw.math.Statistics

  14. makeStatistics(msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a25d30>) -> lsst.afw.math.Statistics

  15. makeStatistics(img: lsst.afw.image._image.ImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a26870>) -> lsst.afw.math.Statistics

  16. makeStatistics(img: lsst.afw.image._image.ImageI, msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a259b0>) -> lsst.afw.math.Statistics

  17. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageI, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a26930>) -> lsst.afw.math.Statistics

  18. makeStatistics(mimg: lsst.afw.image._maskedImage.MaskedImageI, weights: lsst.afw.image._image.ImageF, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a68bf0>) -> lsst.afw.math.Statistics

  19. makeStatistics(msk: lsst.afw.image._image.MaskX, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71529866b0>) -> lsst.afw.math.Statistics

  20. makeStatistics(img: lsst.afw.image._image.ImageI, flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7155836df0>) -> lsst.afw.math.Statistics

  21. makeStatistics(v: collections.abc.Sequence[typing.SupportsInt], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71529ef970>) -> lsst.afw.math.Statistics

  22. makeStatistics(v: collections.abc.Sequence[typing.SupportsInt], vweights: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a25ef0>) -> lsst.afw.math.Statistics

  23. makeStatistics(v: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7155860630>) -> lsst.afw.math.Statistics

  24. makeStatistics(v: collections.abc.Sequence[typing.SupportsFloat], vweights: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152266bf0>) -> lsst.afw.math.Statistics

  25. makeStatistics(v: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d7152a255b0>) -> lsst.afw.math.Statistics

  26. makeStatistics(v: collections.abc.Sequence[typing.SupportsFloat], vweights: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71558d9bf0>) -> lsst.afw.math.Statistics

  27. makeStatistics(v: collections.abc.Sequence[typing.SupportsInt], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d71529ed5b0>) -> lsst.afw.math.Statistics

  28. makeStatistics(v: collections.abc.Sequence[typing.SupportsInt], vweights: collections.abc.Sequence[typing.SupportsFloat], flags: typing.SupportsInt, sctrl: lsst.afw.math.StatisticsControl = <lsst.afw.math.StatisticsControl object at 0x7d715586cd30>) -> lsst.afw.math.Statistics