DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
Variables
test Namespace Reference

Variables

 x = np.load('acf_x.npy')
 
 y = np.load('acf_y.npy')
 
 lg = LiveGraph(yRange=0.04)
 

Variable Documentation

◆ lg

test.lg = LiveGraph(yRange=0.04)

◆ x

test.x = np.load('acf_x.npy')

◆ y

test.y = np.load('acf_y.npy')