getExposureGains

lsst.ip.isr.getExposureGains(exposure)

Get the per-amplifier gains used for this exposure.

Parameters:
exposurelsst.afw.image.Exposure

The exposure to find gains for.

Returns:
gainsdict [str float]

Dictionary of gain values, keyed by amplifier name. Returns empty dict when detector is None.