take_trial_gain_reference#
- Client.take_trial_gain_reference(frame_rate: float = 20, target_electrons_per_pixel: float = None, counting: bool = False) Tuple[float, int, float] #
Take a trial gain reference.
This function will take a single gain reference image and return the number of electrons per pixel per second (eppixps) as well as if any pixels are close to saturation.
- Parameters:
frame_rate (float, optional) – The frame rate, by default 20 frames per second
- Returns:
A tuple containing exposure time, total acquisitions, and the number of electrons per pixel per second (eppixps).
- Return type:
Tuple[float, int, float]