exosim.tasks.instrument.applyIntraPixelResponseFunction#

Classes#

ApplyIntraPixelResponseFunction

It applies the intra pixel response function to the plane

Module Contents#

class ApplyIntraPixelResponseFunction[source]#

Bases: exosim.tasks.task.Task

It applies the intra pixel response function to the plane

Returns:

focal plane array (irf applied)

Return type:

Signal

execute()[source]#

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

select_convoltion_func(method, irf, irf_delta, img_delta)[source]#