From c753e6900274d9fcd2bf81654f015dd5799631e8 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 21 Jan 2025 11:10:16 -0500 Subject: [PATCH] this won't show up in the ui until next release --- README.md | 4 ++-- led_calibration_plugin/__init__.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 228ebd0..5603374 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ This plugin is also available on the Pioreactor web interface, in the _Plugins_ Type into your command line: ``` -pio calibrations --device-name led_C --protocol-name led_calibration -pio calibrations --device-name led_D --protocol-name led_calibration +pio calibrations run --device led_C --protocol-name led_calibration +pio calibrations run --device led_D --protocol-name led_calibration ``` To perform this calibration, insert your vial containing media into the Pioreactor and submerge your light probe. Follow the prompts on the command line. The plugin will increase the light intensity, and prompt you to record the readings from your light probe. A calibration line of best fit will be generated based on your light probe readings. diff --git a/led_calibration_plugin/__init__.py b/led_calibration_plugin/__init__.py index 5bf02ca..4951f08 100644 --- a/led_calibration_plugin/__init__.py +++ b/led_calibration_plugin/__init__.py @@ -4,3 +4,4 @@ from led_calibration_plugin.calibrated_light_dark_cycle import ( CalibratedLightDarkCycle, ) # noqa: F401 +from led_calibration_plugin.led_calibration import * \ No newline at end of file