From b6ed55caba3d3d37a7854ceefa7ed67277959f8d Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Wed, 29 Nov 2023 23:38:12 +0000 Subject: [PATCH] Fixed module docstring --- .../things/system_control.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/openflexure_microscope_server/things/system_control.py b/src/openflexure_microscope_server/things/system_control.py index 74a0be44..e0e157a6 100644 --- a/src/openflexure_microscope_server/things/system_control.py +++ b/src/openflexure_microscope_server/things/system_control.py @@ -1,14 +1,7 @@ """ -OpenFlexure Microscope API extension for stage calibration +OpenFlexure Microscope system control Thing -This file contains the HTTP API for camera/stage calibration. It -includes calibration functions that measure the relationship between -stage coordinates and camera coordinates, as well as functions that -move by a specified displacement in pixels, perform closed-loop moves, -and return the calibration data. - -This module is only intended to be called from the OpenFlexure Microscope -server, and depends on that server and its underlying LabThings library. +This module defines a Thing that can shut down or restart the host computer. """ import subprocess import os