Skip to content
Snippets Groups Projects
Commit bb1382a1 authored by tguruswamy's avatar tguruswamy
Browse files

Remove ImageJ_Profiles and AreaDetector_Scripts

parent 865bcc98
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 83 deletions
#!/bin/bash
cd /local/DPbin/ImageJ/
sed -e 's/dp_andor3_xrd34/'$1'/' /local/DPbin/ImageJ/ImageJ_Profiles/DP_Generic.properties > ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx1024m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/DP_GC1380H.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/DP_GC2450.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/DP_XrayEye.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
sed -e 's/xrd34/'$1'/' /local/DPbin/ImageJ/ImageJ_Profiles/DP_Generic.properties > ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx1024m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
sed -e 's/xrd24/'$1'/' /local/DPbin/ImageJ/ImageJ_Profiles/DP_CoolSnap.properties > ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/dp_mar165_a.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/dp_mar165_b.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/dp_mar165_c.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#!/bin/bash
cd /local/DPbin/ImageJ/
cp /local/DPbin/ImageJ/ImageJ_Profiles/dp_mar345.properties ~/EPICS_AD_Viewer.properties
export EPICS_CA_MAX_ARRAY_BYTES=30000000
./jre/bin/java -Xmx512m -jar ij.jar -run "EPICS AD Viewer" &
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_coolsnap_xrd24\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_gc1380h\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_gc2450\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_andor3_xrd34\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_xrayeye\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_mar165_a\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_mar165_b\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_mar165_c\:image1\:
#EPICS_AD_Viewer Properties
#Fri Mar 01 10:25:41 CST 2013
PVPrefix=dp_mar345\:image1\:
......@@ -126,10 +126,5 @@ done
popd
# Detector Pool pre-configured ImageJ profiles for specific detectors
if [ -d "ImageJ_Profiles" ]; then
cp -a "ImageJ_Profiles" "ImageJ"
fi
# Make permissions consistent
chmod -R ug+rwX,o+rX ImageJ
chmod -R ug=rwX,o=rX ImageJ
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment