Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-micrometa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
imcf
python-micrometa
Commits
dd7fd171
Commit
dd7fd171
authored
Jan 9, 2019
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Minor output changes
parent
6499bdfb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/micrometa/ijm_templates/stitching_body.ijm
+4
-1
4 additions, 1 deletion
src/micrometa/ijm_templates/stitching_body.ijm
src/micrometa/ijm_templates/stitching_head.ijm
+4
-3
4 additions, 3 deletions
src/micrometa/ijm_templates/stitching_head.ijm
with
8 additions
and
4 deletions
src/micrometa/ijm_templates/stitching_body.ijm
+
4
−
1
View file @
dd7fd171
...
...
@@ -40,7 +40,10 @@ for (i = 0; i < tileconfigs.length; i++) {
preview_file = input_dir + '/' + ds_name + '_preview.jpg';
param = tpl + "layout_file=[" + layout_file + "]";
print(hr);
print("*** [" + name + "]: processing " + layout_file);
print("*** [" + name + "]");
print("*** processing [" + layout_file + "]");
print("*** preview file [" + preview_file + "]");
print("*** output file [" + export_file + "]");
print("*** parameters used: " + param);
run("Grid/Collection stitching", param);
...
...
...
...
This diff is collapsed.
Click to expand it.
src/micrometa/ijm_templates/stitching_head.ijm
+
4
−
3
View file @
dd7fd171
...
...
@@ -78,10 +78,11 @@ function bioformats_export(filename, layout_file) {
bfexp += "write_each_z_section ";
}
bfexp += "compression=Uncompressed";
print("*** [" + name + "]: finished " + layout_file);
print("*** Exporting to: " + filename);
print("*** [" + name + "]");
print("*** finished [" + layout_file + "]");
print("*** exporting to [" + filename + "]");
run("Bio-Formats Exporter", bfexp);
print("***
F
inished exporting to:
" + filename);
print("***
f
inished exporting to:
\n\n
" + filename
+ "\n"
);
}
...
...
...
...
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
sign in
to comment