From 38c991d232b3ddf1b35f025fba33f511dea261d6 Mon Sep 17 00:00:00 2001 From: Chish36 Date: Mon, 29 Sep 2025 10:19:45 +0100 Subject: [PATCH] Minor corrections applied --- README.md | 3 +-- simulation_guide.md | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cee0e09..f7d01db7 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,11 @@ To start the simulation server: * Activate the virtual environment that was set up during installation * Run the following command: - `openflexure-microscope-server --fallback -c ./ofm_config_simulation.json` +`openflexure-microscope-server --fallback -c ./ofm_config_simulation.json` * Open the address displayed in the terminal in any browser. * To close the simulation server, return to the terminal and press `ctrl + c`. - > Note: If you are using Windows, we advise running this command in PowerShell. If it doesn't work this, might be a permission issue on managed machines, in which case try executing the command in a CMD terminal. > Note: If you receive an error saying that port 5000 is already in use, you can specify a different port to run the simulation on using `--port`: diff --git a/simulation_guide.md b/simulation_guide.md index 8add6174..9558e793 100644 --- a/simulation_guide.md +++ b/simulation_guide.md @@ -5,11 +5,12 @@ This guide walks you through running the simulation server for the OpenFlexure M The simulation server GUI is a copy of the GUI you would find on the hardware with a simulated sample you can explore. Most functionality included in the hardware operates on the simulation server. This includes: * Camera stage mapping and 'click to move' -* Scanning and stitching +* Scanning and stitching* * Autofocus * Image capture * Stage navigation +**Please note: the final stitch at the end of a scan currently doesn't work on Windows.* ---