Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noisee
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
imcf
noisee
Commits
a6a6edd8
Commit
a6a6edd8
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Re-order images for PDF export
parent
0c872f99
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm
+13
-3
13 additions, 3 deletions
...es/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm
with
13 additions
and
3 deletions
src/main/resources/scripts/Plugins/NoiSee/NoiSee_Fluorescein_Analysis.ijm
+
13
−
3
View file @
a6a6edd8
...
...
@@ -344,12 +344,22 @@ function process_fluo() {
////////// ////////// ////////// ////////// ////////// ////////// ////////// //////////
////////// adjust order of the images and create a PDF ////////// ////////// //////////
// the PDF exporter of ImageJ simply concatenates all open images in ascending order,
// starting with the oldest one first, therefore we need to duplicate all images into
// new ones (closing the old ones) in the order which is desired in the resulting PDF:
rgb_fluo = duplicateAndClose(rgb_fluo);
rgb_dark = duplicateAndClose(rgb_dark);
rgb_sig = duplicateAndClose(rgb_sig);
rgb_hist = duplicateAndClose(rgb_hist);
img_summary = duplicateAndClose(img_summary);
////////// ////////// ////////// ////////// ////////// ////////// ////////// //////////
////////// arrange the windows and create a PDF of images and plots ////////// //////////
rgb_sig = duplicateAndClose(rgb_sig);
rgb_hist = duplicateAndClose(rgb_hist);
////////// save the log, create PDF and arrange the windows on the screen ////////// //////////
if (save_log) {
selectWindow("Log");
saveAs("Text", respath + "/Log.txt");
...
...
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