exosim.tasks.subexposures.loadQeMap#
Classes#
Loads the Quantum efficiency map |
Module Contents#
- class LoadQeMap[source]#
Bases:
exosim.tasks.task.TaskLoads the Quantum efficiency map
- Returns:
channel responsivity variation map
- Return type:
- Raises:
TypeError: – if the output is not a
Signalclass
Notes
This is a default class with standardised inputs and outputs. The user can load this class and overwrite the “model” method to implement a custom Task to replace this.