exosim.tasks.detector.applyDeadPixelMap#

Classes#

ApplyDeadPixelsMap

It masks the dead pixel in the array given their coordinates.

Module Contents#

class ApplyDeadPixelsMap[source]#

Bases: exosim.tasks.task.Task

It masks the dead pixel in the array given their coordinates.

execute()[source]#

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

model(subexposures, parameters, output)[source]#
static add_dead_pixels(ndrs, dead_pixels_map)[source]#