How to visualize my OD calibration curve

The eVOLVER currently holds all the raw data for temperature and OD calibration. To view the graphs, the eVOLVER is connected and the data is graphed with a small Python script. The system is designed this way better manage and handle the calibration files and also keep how the fitting is done modular and adaptable.

To view/graph raw calibration files are on the eVOLVER, use the following commands (also see Readme):

1) List current raw files

python3.6 calibration/calibrate.py -o -a 192.168.1.2 -g 

Note: This assumes the ip address is at 192.168.1.2, change if different

2) Graph raw calibration file of interest

python3.6 calibration/calibrate.py -o -a 192.168.1.2 -f <filename> 
1 Like