Name

Slice localization set — Split the input along the time axis to make a movie

Synopsis

This output module can automatically slice one input acquisition into a number of output acquisitions, each of which is processed seperately.

After determining the number of slices, this module makes one copy of its children output modules for each slice. Each copy will receive only the localizations in its slice. To keep memory usage low, the copies will be made on demand, when the first localization of a slice arrives, and will be closed as soon as the last localization of its slice has been processed.

Configuration items

Size of one slice in images

Each slice will have as many images as specified here. Suppose slices in an acquisition 1000 images long start at 0, 300, 600 and 900 and this parameter is set to 500, there will be the four slices 0-499, 300-799, 600-999 and 900-999.

Start new slice every n images

One slice will be started at each image number divisible by this number. Suppose 1000 images are in an acquisition and this parameter is set to 300, slices will be started at images 0, 300, 600 and 900.

File name pattern

Pattern for output file basenames. The output files (for example for images or localization files) will be generated by this pattern, where %i will be replaced with the slice number.