exosim.tasks.subexposures.prepareInstantaneousReadOut#

Classes#

PrepareInstantaneousReadOut

This task prepares the instantaneous read out.

Module Contents#

class PrepareInstantaneousReadOut[source]#

Bases: exosim.tasks.task.Task

This task prepares the instantaneous read out. It calls ComputeReadingScheme to compute the ramp sampling scheme, and EstimateChJitter to scale the input pointing jitter to the focal planet pixel units. The jittering is based on the focal plane oversampling factor.

Returns:

  • dict – readout_parameters dict

  • Quantity – sub-exposures integration times

execute()[source]#

Class execution. It runs on call and executes all the task actions returning the outputs. It requires the input with correct keywords

force_power_conservation(out, parameters, focal_plane, fp_time, osf)[source]#