From 4bc7409f4d844f36cd7619b0ef5c7e3b13f3c858 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Sun, 11 May 2025 00:12:49 +0200 Subject: [PATCH] obi: add microsope.toml --- obi/microscope.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 obi/microscope.toml diff --git a/obi/microscope.toml b/obi/microscope.toml new file mode 100644 index 0000000..7f0b3ad --- /dev/null +++ b/obi/microscope.toml @@ -0,0 +1,16 @@ +[instrument_info] +manufacturer='JEOL' +model='T330A' + +[beam.electron.pinout] +scan_enable = [-1] +blank = [2] + +[transforms] + +[timings] +ext_switch_delay_ms = 20 + +[server] +host = "10.250.240.1" +port = 1234