exosim.tasks.subexposures.applyQeMap#

Classes#

ApplyQeMap

It applies the quantum efficiency variation map to the sub exposures.

Module Contents#

class ApplyQeMap[source]#

Bases: exosim.tasks.task.Task

It applies the quantum efficiency variation map to the sub exposures.

Returns:

sub-exposure cached signal class

Return type:

Counts

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 apply_qe(se, qe, index)[source]#