chickadee » nutils » calibrate

calibrateprocedure
  • in - CALIB - optional. If not #f (the default) should be a number to set as calibration interval, generally 20-30 (nanoseconds). Setting this number too high causes increased faults in bench-test.
  • returns: current calibration setting, or default setting if CALIB is #f or not given.
 (import nutils)
 (calibrate) 
 ;; => calibration: base=25.43, curr-total=25.43, bias-setting: 0.00
 (calibrate 30)
 ;; => Settings: base=25.38, bias=4.62, **calibration**=30.00