NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1812 (closed task: fixed)

Opened 2013-04-12T15:54:25-05:00

Last modified 2013-12-06T17:18:34-06:00

Create "LifetimeDataset"

Reported by: aivar Owned by: aivar
Priority: major Milestone: imagej2-b8-analysis
Component: Spectral Lifetime Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The LifetimeDataset could have an ordinary Dataset it delegates to but it adds lifetime methods.

Change History

comment:1 Changed 2013-04-12T15:55:10-05:00 by aivar

  • Blocking 1667 added; 1167 removed

comment:2 Changed 2013-04-12T16:00:20-05:00 by aivar

These methods would include some way to access the lifetime histogram bin counts per pixel. They would be used by the SLIM Plugin and potentially other lifetime processing IJ2 plugins.

I'm planning to represent the lifetime histogram bin counts as an array of doubles. Even if they are actually originally integral counts once you introduce concepts like circular binning you need floating point. Since memory & disk space are cheap I understand the best practice in Java nowadays is to just use doubles, rather than floats.

Last edited 2013-04-12T16:04:04-05:00 by aivar

comment:3 Changed 2013-04-12T16:01:23-05:00 by aivar

  • Summary changed from SLIM Plugin: create LifetimeDataset to Create "LifetimeDataset"

comment:4 Changed 2013-06-05T15:29:39-05:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis

comment:5 Changed 2013-12-05T15:47:17-06:00 by curtis

  • Blocking 1667 removed

comment:6 Changed 2013-12-06T17:18:34-06:00 by aivar

  • Status changed from new to closed
  • Resolution set to fixed

Implemented just a LifetimeDatasetWrapper class that wraps a Dataset in IJ2 version.

Last edited 2013-12-06T17:36:10-06:00 by aivar