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

Formatting and a few comments

parent 2e1c36b7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ ABREWE_PATCH=Y
if [ ! -d ImageJ ]; then
wget -c "http://wsr.imagej.net/distros/linux/ij${IMAGEJ_VER}-linux64-java8.zip"
unzip -q "ij${IMAGEJ_VER}-linux64-java8.zip"
# Don't use git version, it's not built
# Don't use git version, it's not compiled
#wget -c "https://github.com/imagej/ImageJ/archive/${IMAGEJ_VER}/ImageJ-v1.54d.tar.gz"
#tar xf "ImageJ-${IMAGEJ_VER}.tar.gz"
#mv "ImageJ-${IMAGEJ_VER#v}" ImageJ
......@@ -95,10 +95,10 @@ pushd ImageJ
# Not all files are plugins. Look for 'implements PlugIn' in source
plugins=(
"EPICS_areaDetector/EPICS_AD_Viewer.java"
"EPICS_areaDetector/EPICS_AD_Controller.java"
"EPICS_areaDetector/EPICS_NTNDA_Viewer.java"
"EPICS_areaDetector/Gaussian_Profiler.java"
"EPICS_areaDetector/EPICS_AD_Viewer.java"
"EPICS_areaDetector/EPICS_AD_Controller.java"
"EPICS_areaDetector/EPICS_NTNDA_Viewer.java"
"EPICS_areaDetector/Gaussian_Profiler.java"
"EPICS_areaDetector/Dynamic_Profiler.java"
"hdf5/HDF5_Reader_Vibez.java"
"hdf5/HDF5_Simple_Custom_Reader.java"
......
#!/bin/bash
# Example script to start ImageJ with compressed PVarray support from ADSupport. Adjust paths as necessary
cd ${HOME}/ImageJ
export EPICS_CA_MAX_ARRAY_BYTES=30000000
export EPICS_CA_AUTO_ADDR_LIST=NO
......
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