SimulatedModel#

class lsst.ip.isr.SimulatedModel#

Bases: OverscanModel

Simulated overscan model.

Methods Summary

model_results(params, signal, num_transfers, amp)

Generate a realization of the overscan model, using the specified fit parameters and input signal.

Methods Documentation

static model_results(params, signal, num_transfers, amp, start=1, stop=10, trap_type=None)#

Generate a realization of the overscan model, using the specified fit parameters and input signal.

Parameters#

paramslmfit.Parameters

Object containing the model parameters.

signalnp.ndarray, (nMeasurements)

Array of image means.

num_transfersint

Number of serial transfers that the charge undergoes.

amplsst.afw.cameraGeom.Amplifier

Amplifier to use for geometry information.

startint, optional

First overscan column to fit. This number includes the last imaging column, and needs to be adjusted by one when using the overscan bounding box.

stopint, optional

Last overscan column to fit. This number includes the last imaging column, and needs to be adjusted by one when using the overscan bounding box.

trap_typestr, optional

Type of trap model to use.

Returns#

resultsnp.ndarray, (nMeasurements, nCols)

Model results.