Manual Calibration - calibrate.py
You can use manual calibration to view past calibrations after they are done. This can be useful for troubleshooting if a vial is not behaving as expected.
About
The GUI will run calibrations automatically upon completion of the calibration protocols. However, you can still manually run a calibration if you would like to change calibration settings. Can be useful if your GUI calibration fails for some reason.
Located in /dpu/calibration/.
Requirements
You have run calibration and logged raw values already
You are in your DPU virtual environment in command line. This is set up when you install the DPU.
Commands
List raw calibration files on the eVOLVER
Mac
For Windows, use py instead of python for all commands.
Calibrate Temperature
Calibrate OD
OD135
OD90 (Check to ensure mode is configured properly)
3D FIT (Check to ensure mode is configured properly)
Example Procedure to Plot OD90 After Calibration
Navigate to the dpu environment in terminal
cd <your_dpu_address>
Put in the following command to get the exact name of your calibration file
python3 calibration/calibrate.py -a <ip_address> -g
Do the following command, replacing ip_address, file_name, name_after_fit:
python3 calibration/calibrate.py -a <ip_address> -n <file_name> -t sigmoid -f <name_after_fit> -p od_90
Close out of the python file and say no to updating the eVOLVER with new calibration
Last updated
Was this helpful?