exosim.tasks.detector.addKTC#

Classes#

AddKTC

It adds the ktc bias to the sub-exposures.

Module Contents#

class AddKTC[source]#

Bases: exosim.tasks.task.Task

It 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: