nectarchain.makers.calibration.gain.white_target_spe_makers.WhiteTargetSPEMaker#

class WhiteTargetSPEMaker(*args, **kwargs)[source]#

Bases: GainMaker

Placeholder for white-target SPE calibration.

The computation of the white target calibration is not yet implemented.

Initialize the white-target SPE maker.

Parameters:
*argstuple

Positional arguments passed to the parent initializer.

**kwargsdict

Keyword arguments passed to the parent initializer.

Methods

make

Execute the white-target calibration computation.

make()[source]#

Execute the white-target calibration computation.

Raises:
NotImplementedError

Always raised since this method is not yet implemented.