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 0x7dee4da3c4f0>) -> 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 0x7dee4da6ac70>) -> 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 0x7dee4daae770>) -> 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 0x7dee50765730>) -> 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 0x7dee4d4e32b0>) -> 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 0x7dee4da56570>) -> 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 0x7dee4e03c230>) -> 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 0x7dee4d478ff0>) -> 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 0x7dee4d4e29b0>) -> 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 0x7dee4daaf530>) -> 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 0x7dee4d9e84b0>) -> 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 0x7dee4daad9f0>) -> 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 0x7dee4e06ffb0>) -> 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 0x7dee50e54930>) -> 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 0x7dee50bf3b70>) -> 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 0x7dee50518fb0>) -> 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 0x7dee4daae130>) -> 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 0x7dee4daae170>) -> 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 0x7dee4d533170>) -> 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 0x7dee505bc130>) -> 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 0x7dee4da5c6b0>) -> 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 0x7dee4d4783b0>) -> 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 0x7dee4da69870>) -> 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 0x7dee4d9e6630>) -> 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 0x7dee5064dcb0>) -> 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 0x7dee505abf30>) -> 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 0x7dee4da545b0>) -> 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 0x7dee4daac170>) -> lsst.afw.math.Statistics