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 0x78378e382a70>) -> 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 0x78378e258eb0>) -> 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 0x78378e39c470>) -> 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 0x78378e3bb970>) -> 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 0x78378e229f70>) -> 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 0x78378e2020f0>) -> 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 0x78378e21ceb0>) -> 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 0x78378e519d30>) -> 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 0x78378e1f1330>) -> 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 0x78378e229330>) -> 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 0x78378e37d0b0>) -> 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 0x78378e1fe130>) -> 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 0x78378e1f4ab0>) -> 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 0x78378e259670>) -> 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 0x78378e21f970>) -> 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 0x78378e47d7b0>) -> 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 0x78378e259870>) -> 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 0x78378e58e370>) -> 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 0x78378e3f9a30>) -> 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 0x78378e2284f0>) -> 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 0x78378e259bb0>) -> 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 0x78378e30e770>) -> 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 0x78378e23e230>) -> 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 0x78378e1fd430>) -> 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 0x78378e7b18f0>) -> 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 0x78378e259730>) -> 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 0x78378e3f9e70>) -> 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 0x78378e3f9730>) -> lsst.afw.math.Statistics