The `OD_calibration.py` script will plot the data saved during an OD calibration.
The data file will be in the format `[DATE]C.txt`. The model parameters in the file
are ignored in this script - it will refit according to the data. This enables you
to edit the data table to correct mistakes, add or remove points etc. and fit
new parameters. The new parameters can be manually entered onto the Bioreactor
via the menu Calibration > Input OD cal.

1. You should have received a python script named OD_calibrations.py. To use it,
   you'll need to install python 3 and the following libraries:
    1) pandas
    2) matplotlib
    3) numpy
    4) scipy

2. Run the python script from Powershell:
    1) Navigate to the directory with the python script like so

        cd path\to\folder

    2) Enter the command:

        python OD_calibration.py file.txt

You're welcome to edit the script in any way you see fit. Contact
help@ogibiotec.com if you have questions or feedback.

