Skip to content
Snippets Groups Projects
Commit 4b1b2d8b authored by Marius Hintsche's avatar Marius Hintsche
Browse files

fix input file parsing

parent 13f52725
No related branches found
No related tags found
No related merge requests found
...@@ -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
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