Page history Edit this page How do I edit this website?
Original MediaWiki page

Transform Virtual Stack Slices

The content of this page has not been vetted since shifting away from MediaWiki. If you’d like to help, check out the how to help guide!

File

sc.fiji:register_virtual_stack_slices

Source

on GitHub

Category

Registration, Transform


{| |style=”vertical-align:top” | Transform Virtual Stack scheme - All images are transformed based on the XML files |}

This plugin takes a sequence of image slices stored in a folder, and delivers a list of transformed image slices (with enlarged canvas) applying a list of transforms stored as .XML files in another folder.

This is a complementary plugin of Register Virtual Stack Slices. It allows reproducing the results of Register Virtual Stack Slices by loading the corresponding transform files (saved by checking the option “Save transforms” in the main dialog).

User Manual

Premises:

  • Source folder: You have a folder with an ordered list of image files in it that Fiji can open.
  • Each image represents a slice in a sequence.
  • Output folder: You have or create a folder to store the resulting virtual stack with the transformed images.
  • Transform folder: You have a folder with the transform files (from a Register Virtual Stack Slices execution).
  • Interpolate: Toggle the interpolation for the result images.

Step 1: launch the “Plugins - Transform - Transform Virtual Stack Slices” plugin. <div class="thumbnail" > Transform Virtual Stack main dialog </div> Step 2: choose the source, output and transform folders:

  • Select a source folder containing the slices, at one slice per image file.
  • Select the target folder where resulting transformed slices will be automatically stored as TIFF files.
  • Select the transform folder, where the .XML files from a Register Virtual Stack Slices are stored.

Results: on success, a virtual stack will open showing all the transformed images contained in the output folder. The virtual stack can be closed with no ill effect: images are saved in the output folder.

API documentation

The latest documentation of the package can be found here:

https://fiji.sc/javadoc/register_virtual_stack/package-summary.html

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (http://www.gnu.org/licenses/gpl.txt).

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.