Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dp-imagej
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xsd-det
dp-imagej
Commits
93726efb
Commit
93726efb
authored
1 year ago
by
tguruswamy
Browse files
Options
Downloads
Patches
Plain Diff
Formatting and a few comments
parent
2e1c36b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_imagej+ad_plugins.sh
+5
-5
5 additions, 5 deletions
build_imagej+ad_plugins.sh
start_imageJ
+1
-0
1 addition, 0 deletions
start_imageJ
with
6 additions
and
5 deletions
build_imagej+ad_plugins.sh
+
5
−
5
View file @
93726efb
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
start_imageJ
+
1
−
0
View file @
93726efb
#!/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment