Short Description

Projects data over Z-Stack or over Time, using max, min, mean, sum saturated, and sum unsaturated. Sum saturated means that if sum is greated than the data type of the image, then the value will be the max value available with this data type.

Documentation

The projection works on the current sequence selected.

The projection type can be either a Z projection or a T projection.

The available projection functions are:

  • Maximum: the highest value found on the axis is kept.
  • Minimum: the lowest value found on the axis is kept.
  • Mean: a mean is computed with all the pixel found on the axis.
  • Sum with saturation: Sum of all the pixel in the axis, consideringthat the pixel cannot exceed the maximum limit of the data-type of the image.
  • Sum without saturation: The sum is computed and stored back in the native type of the image, without checking if it can really contain it. Leads to data-cycle. (Should only be used by experimented users)

2 reviews on “Projection

  1. m
    Projection works smoothly, but it would be more powerful if, as in ImageJ, the range of planes to be projected could be set, rather than being limited to a full projection. Another possible feature would be allowing to output a stack of "sliding" projections for a given projection "thickness" (for instance, for a stack of 10 planes, and a chosen "thickness" of 3 planes, obtain a stack containing projections of planes 1-3, 2-4, ... 8-10).

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 1.0.0.6 • Released on: 2013-02-19 10:38:58
    Download
    Description:

    xml and icon removed from jar file

  • Version 1.0.0.5 • Released on: 2011-08-23 11:42:27
    Download
    Description:

    Fixed : a crash could occur if there is no image in sequence

  • Version 1.0.0.4 • Released on: 2011-05-12 16:25:28
    Download
    Description:

    Removed deprecated calls

  • Version 1.0.0.3 • Released on: 2011-02-24 09:52:40
    Download
    Description:

    fixed a bug when no sequence is opened.

  • Version 1.0.0.2 • Released on: 2011-02-22 15:17:53
    Download
  • Version 1.0.0.1b • Released on: 2011-02-22 15:16:41
    Download
    Description:

    beta test

  • Version 1.0.0.0 • Released on: 2011-02-21 10:52:19
    Download