arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Manual Calibration - calibrate.py

circle-info

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.

hashtag
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 .

hashtag
Requirements

  1. You have run calibration and logged raw values already

  2. You are in your DPU virtual environment in command line. This is set up when you the DPU.

hashtag
Commands

hashtag
List raw calibration files on the eVOLVER

Mac

For Windows, use py instead of python for all commands.

hashtag
Calibrate Temperature

hashtag
Calibrate OD

OD135

OD90 (Check to ensure mode is configured properly)

3D FIT (Check to ensure mode is configured properly)

/dpu/calibration/arrow-up-right
install
python3 calibration/calibrate.py -a <ip_address> -g
python3 calibration/calibrate.py -a <ip_address> -n <file_name> -t linear -f <name_after_fit> -p temp
python3 calibration/calibrate.py -a <ip_address> -n <file_name> -t sigmoid -f <name_after_fit> -p od_135
python3 calibration/calibrate.py -a <ip_address> -n <file_name> -t sigmoid -f <name_after_fit> -p od_90
python3 calibration/calibrate.py -a <ip_address> -n <file_name> -t 3d -f <name_after_fit> -p od_90,od_135