ImageB#

class lsst.gauss2d.ImageB#

Bases: pybind11_object

Attributes Summary

Methods Summary

fill(self, arg0)

get_value(self, row, col)

get_value_unchecked(self, row, col)

set_value(self, row, col, value)

set_value_unchecked(self, row, col, value)

Attributes Documentation

coordsys#
data#
n_cols#
n_rows#
shape#
size#

Methods Documentation

fill(self: lsst.gauss2d._gauss2d.ImageB, arg0: bool) None#
get_value(self: lsst.gauss2d._gauss2d.ImageB, row: SupportsInt, col: SupportsInt) bool#
get_value_unchecked(self: lsst.gauss2d._gauss2d.ImageB, row: SupportsInt, col: SupportsInt) bool#
set_value(self: lsst.gauss2d._gauss2d.ImageB, row: SupportsInt, col: SupportsInt, value: bool) None#
set_value_unchecked(self: lsst.gauss2d._gauss2d.ImageB, row: SupportsInt, col: SupportsInt, value: bool) None#