exosim.tools.deadPixelsMap#

Classes#

DeadPixelsMap

Produces the channel dead pixel map

Module Contents#

class DeadPixelsMap(options_file, output=None)[source]#

Bases: exosim.tools.exosimTool.ExoSimTool

Produces the channel dead pixel map

Returns:

channels’ dead pixels maps

Return type:

dict

Raises:

TypeError: – if the output is not a Table class

Examples

>>> import exosim.tools as tools
>>>
>>> tools.DeadPixelsMap(options_file='tools_input_example.xml',
>>>                     output='./')
model(parameters)[source]#
Parameters:

parameters (dict) – dictionary contained the sources parameters. This is usually parsed from LoadOptions

Returns:

channel dead pixel coordinates

Return type:

Table