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 0x7d34f76203b0>) -> 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 0x7d34f764daf0>) -> 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 0x7d34f75c13f0>) -> 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 0x7d34f6fe9cb0>) -> 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 0x7d34fa3ab8f0>) -> 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 0x7d34f7646df0>) -> 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 0x7d34f764edb0>) -> 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 0x7d34f7c45e70>) -> 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 0x7d34f7c2f730>) -> 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 0x7d34f7621230>) -> 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 0x7d34f766ccf0>) -> 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 0x7d34f764c130>) -> 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 0x7d34f6fe8d30>) -> 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 0x7d34f702cbb0>) -> 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 0x7d34fa2a0e70>) -> 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 0x7d34f764d2f0>) -> 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 0x7d34f759ef30>) -> 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 0x7d34f766d7b0>) -> 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 0x7d36354a4430>) -> 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 0x7d34f702e4f0>) -> 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 0x7d34f75f1ef0>) -> 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 0x7d34f7c4da70>) -> 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 0x7d34f764e930>) -> 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 0x7d34f7001230>) -> 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 0x7d34f702e870>) -> 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 0x7d34f764e370>) -> 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 0x7d34f764fa70>) -> 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 0x7d34fa4d0af0>) -> lsst.afw.math.Statistics