SimpleModel#
- class lsst.ip.isr.SimpleModel#
Bases:
OverscanModelSimple analytic overscan model.
Methods Summary
model_results(params, signal, num_transfers)Generate a realization of the overscan model, using the specified fit parameters and input signal.
Methods Documentation
- static model_results(params, signal, num_transfers, start=1, stop=10)#
Generate a realization of the overscan model, using the specified fit parameters and input signal.
Parameters#
- params
lmfit.Parameters Object containing the model parameters.
- signal
np.ndarray, (nMeasurements) Array of image means.
- num_transfers
int Number of serial transfers that the charge undergoes.
- start
int, 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.
- stop
int, 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.
Returns#
- res
np.ndarray, (nMeasurements, nCols) Model results.
- params