From b711a9f37374bef82e06344a18024b7b5c61082f Mon Sep 17 00:00:00 2001 From: rtan Date: Thu, 31 Oct 2024 13:14:45 +0100 Subject: [PATCH] Minor changes/ updates to readme file and old example Python script --- KLCCommandLibTest.py | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/KLCCommandLibTest.py b/KLCCommandLibTest.py index b5e176c..78ede7a 100644 --- a/KLCCommandLibTest.py +++ b/KLCCommandLibTest.py @@ -1,3 +1,6 @@ +# NOTE: This script was initially intended to be as an example for the x32 Windows operating system. +# TODO: Remove this script in future updates of the repository. + import time try: diff --git a/README.md b/README.md index 0a6fc61..2a7d362 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ TODO: add read me details, how to use the script, dependencies, etc. 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")` + `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