exosim.tasks.detector.addKTC#
Classes#
It adds the ktc bias to the sub-exposures. |
Module Contents#
- class AddKTC[source]#
Bases:
exosim.tasks.task.TaskIt adds the ktc bias to the sub-exposures. This Task produces a new random offset map for each ramp, and it adds it to the sub-exposures of the same ramp. If an output group is provided, it saves all the random seeds used.
- execute()[source]#
Class execution. It runs on call and executes all the task actions returning the outputs. It requires the input with correct keywords
- static add_offset(dset, state_machine, offset, bias_std)[source]#
- Parameters:
dset (numpy.ndarray) –
state_machine (numpy.ndarray) –
offset (numpy.ndarray) –
bias_std (float) –