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: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.
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: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.