ImageS#
- class lsst.gauss2d.ImageS#
Bases:
pybind11_objectAttributes 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.ImageS, arg0: SupportsInt) None#
- get_value(self: lsst.gauss2d._gauss2d.ImageS, row: SupportsInt, col: SupportsInt) int#
- get_value_unchecked(self: lsst.gauss2d._gauss2d.ImageS, row: SupportsInt, col: SupportsInt) int#
- set_value(self: lsst.gauss2d._gauss2d.ImageS, row: SupportsInt, col: SupportsInt, value: SupportsInt) None#
- set_value_unchecked(self: lsst.gauss2d._gauss2d.ImageS, row: SupportsInt, col: SupportsInt, value: SupportsInt) None#