Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IJ-macros
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marius Hintsche
IJ-macros
Commits
4b1b2d8b
Commit
4b1b2d8b
authored
8 years ago
by
Marius Hintsche
Browse files
Options
Downloads
Patches
Plain Diff
fix input file parsing
parent
13f52725
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GroupedProjectionsBatch.ijm
+3
-2
3 additions, 2 deletions
GroupedProjectionsBatch.ijm
with
3 additions
and
2 deletions
GroupedProjectionsBatch.ijm
+
3
−
2
View file @
4b1b2d8b
...
@@ -36,7 +36,7 @@ function processFolder(input) {
...
@@ -36,7 +36,7 @@ function processFolder(input) {
// Single file projections
// Single file projections
function processFile(inputFile,basePath) {
function processFile(inputFile,basePath) {
// open input input file
// open input input file
run("Bio-Formats Importer", "open="+inputFile+" color_mode=Default rois_import=[ROI manager] view=Hyperstack stack_order=XYCZT use_virtual_stack");
run("Bio-Formats Importer", "open=
[
"+inputFile+"
]
color_mode=Default rois_import=[ROI manager] view=Hyperstack stack_order=XYCZT use_virtual_stack");
inputID = getImageID();
inputID = getImageID();
// Input checking
// Input checking
...
@@ -140,4 +140,5 @@ function getBar(p1, p2) {
...
@@ -140,4 +140,5 @@ function getBar(p1, p2) {
return substring(bar2, 0, index) + substring(bar1, index+1, n);
return substring(bar2, 0, index) + substring(bar1, index+1, n);
}
}
}
}
}
}
\ No newline at end of file
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