Task #12692 (closed)
Bug: NDfilter in older DVs
Reported by: | wmoore | Owned by: | mlinkert |
---|---|---|---|
Priority: | major | Milestone: | 5.1.0 |
Component: | Bio-Formats | Version: | n.a. |
Keywords: | n.a. | Cc: | rleigh |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description
In older DV files, E.g. data_repo/from_skyking/deltavision/brian/very_small.d3d.dv
the NDFilter is stored as NDFilter: 0.500
This is read by BF as 0.5% and is converted to 0.005 as a percentFraction, when this is already a fraction and should simply be stored as 0.5.
More recent DV files store their ND filters like NDFilter: 50% and this is read correctly by BF as 50% and stored as 0.5.
I don't know when Deltavision files switched from a fraction to a percent for ND filter.
Change History (2)
comment:1 Changed 10 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 10 years ago by Melissa Linkert <melissa@…>
- Remaining Time set to 0
(In [eb38bbe979efb20b6e2810665395e218982a7756/bioformats.git] on branch develop) Deltavision: allow for ND filters stored as percent fractions
Fixes #12692.
PR open: https://github.com/openmicroscopy/bioformats/pull/1536