NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #371 (closed defect: fixed)

Opened 2009-03-18T09:19:16-05:00

Last modified 2009-03-25T12:29:52-05:00

ICS reader does not accurately report signed 16-bit data

Reported by: melissa Owned by: melissa
Priority: major Milestone: bio-formats-4.1
Component: bio-formats Severity: major
Keywords: Cc: Johannes.Schindelin@…
Blocked By: Blocking:

Description

ICSReader currently contains logic that treats all 16-bit images produced by Huygens as unsigned. This logic was likely added as a workaround for ticket #363, but it should be removed.

Note that once this ticket is closed, 16-bit ICS will continue to look incorrect until ticket #363 is closed.

Change History

comment:1 Changed 2009-03-25T12:29:52-05:00 by melissa

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

(In [4942]) Removed signedness hack for Huygens ICS files; closes #371.