transferFlux¶
- lsst.ip.isr.transferFlux(cFunc, fStep, correctionMode=True)¶
Take the input convolved deflection potential and the flux array to compute and apply the flux transfer into the correction array.
- Parameters:
- cFunc: `numpy.array`
Deflection potential, being the convolution of the flux F with the kernel K.
- fStep: `numpy.array`
The array of flux values which act as the source of the flux transfer.
- correctionMode: `bool`
Defines if applying correction (True) or generating sims (False).
- Returns:
- corr:
BFE correction array