File tree Expand file tree Collapse file tree
scripts/BAR/Analysis/Time_Series Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if (!rois) {
117117 return
118118}
119119
120- utils = loadLib(" scripts/BAR /Utils.groovy" )
120+ utils = loadLib(" shared /Utils.groovy" )
121121if (! utils. isTimeSeq(imp, uiservice))
122122 return
123123
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def getRoi(imp) {
5858}
5959
6060
61- utils = loadLib(" scripts/BAR /Utils.groovy" )
61+ utils = loadLib(" shared /Utils.groovy" )
6262if (! utils. isSingleChannelTimeseq(imp, uiservice))
6363 return
6464
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def loadLib(resourcePath) {
1212 (GroovyObject ) cls. newInstance()
1313}
1414
15- utils = loadLib(" scripts/BAR /Utils.groovy" )
15+ utils = loadLib(" shared /Utils.groovy" )
1616if (! utils. isSingleChannelTimeseq(imp, uiservice))
1717 return
1818
Original file line number Diff line number Diff line change 1+ # shared
2+ This is the internal [ lib] directory of BAR commands.
3+
4+
5+
6+ ------
7+ | [ Home] | [ Analysis] | [ Annotation] | [ Data Analysis] | [ lib] | [ My Routines] | [ Segmentation] | [ Tools] | [ Utilities] | [ Wiki] |
8+
9+ [ Home ] : https://github.com/tferr/Scripts
10+ [ Analysis ] : https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/scripts/BAR/Analysis
11+ [ Annotation ] : https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/scripts/BAR/Annotation
12+ [ Data Analysis ] : https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/scripts/BAR/Data_Analysis
13+ [ lib ] : https://github.com/tferr/Scripts/tree/master//BAR/src/main/resources/scripts/BAR/lib
14+ [ My Routines ] : https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/scripts/BAR/My_Routines
15+ [ Segmentation ] : https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/scripts/BAR/Segmentation
16+ [ Tools ] : https://github.com/tferr/Scripts/tree/master//BAR/src/main/resources/scripts/BAR/tools
17+ [ Utilities ] : https://github.com/tferr/Scripts/tree/master//BAR/src/main/resources/scripts/BAR/Utilities
18+ [ Wiki ] : https://imagej.net/BAR
File renamed without changes.
You can’t perform that action at this time.
0 commit comments