PartialPixelUpdater

class spidr4.tpx4tools.PartialPixelUpdater(tpx4: Timepix4Stub, initial_cfg: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], idx: int = 0, spgaccess=False)[source]

Bases: object

Convenience class for (partially) updating a pixel matrix.

It works by initially programming the matrix with provided pixel config.

After this you can update the pixel-matrix by calling the update() function, which will only update those columns which are actually changed.

Methods Summary

to_pp(h, c[, s, data])

update(pixel_cfg[, hold_off, validate])

Methods Documentation

classmethod to_pp(h, c, s=0, data=None)[source]
update(pixel_cfg: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes] | None, hold_off=False, validate=False)[source]
classmethod to_pp(h, c, s=0, data=None)[source]
update(pixel_cfg: Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes] | None, hold_off=False, validate=False)[source]