From a38a5b6888835e99e4cec6731fcda829a749f405 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 12 Mar 2015 13:49:30 -0500 Subject: [PATCH] Fixed comment that incorrectly said Shamrock was not supported on Linux --- iocs/andorIOC/iocBoot/iocAndor/st.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocs/andorIOC/iocBoot/iocAndor/st.cmd b/iocs/andorIOC/iocBoot/iocAndor/st.cmd index a3ca1e0..89f64fb 100755 --- a/iocs/andorIOC/iocBoot/iocAndor/st.cmd +++ b/iocs/andorIOC/iocBoot/iocAndor/st.cmd @@ -20,7 +20,7 @@ dbLoadRecords("$(ADCORE)/db/ADBase.template","P=$(PREFIX),R=cam1:,PORT=$(PORT),A dbLoadRecords("$(ADCORE)/db/NDFile.template","P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1") dbLoadRecords("$(ADANDOR)/db/andorCCD.template", "P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1") -# Comment out the following lines on Linux or if there is no Shamrock spectrograph on Windows +# Comment out the following lines if there is no Shamrock spectrograph shamrockConfig("SR1", 0, "") dbLoadRecords("$(ADANDOR)/db/shamrock.template", "P=$(PREFIX),R=sham1:,PORT=SR1,TIMEOUT=1,PIXELS=1024")