From 8c18a46b003ee18867e6f17f346e5cd64b802616 Mon Sep 17 00:00:00 2001 From: rtan Date: Thu, 31 Oct 2024 13:07:10 +0100 Subject: [PATCH] readme updated --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c415213..ab66c5c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# Heading level 1 +# Liquid Crystal Retarder(LCR) Controller Code -TODO: add read me details, how to use the script, dependencies, etc. \ No newline at end of file +TODO: add read me details, how to use the script, dependencies, etc. + +## Notes for successful operation of the script +1. For the code to work, change the directory to load the KLCCommandLib_x64.dll file in 'KLCCommandLib64.py', line 5. +The line of code is as follows: + +klcLib=cdll.LoadLibrary(r"C:\Users\rtan\Documents\RyanWork2024\Dasha-LCR_Code\Thorlabs_KLC_PythonSDK\"KLCCommandLib_x64.dll") + +2. Another issue is then importing the other needed folders, probs have to have all the required files in the same scan +script folder on the offline computer. \ No newline at end of file