Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 302 Bytes

common_nightly_calibration.rst

File metadata and controls

7 lines (5 loc) · 302 Bytes

A default calibration is generated for every setup every night. We save the nightly calibration in two variables such that we can use it later when we define our neuronal network.

from _static.common.helpers import get_nightly_calibration
calib = get_nightly_calibration()