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 #181 (closed task: fixed)

Opened 2007-10-08T11:34:22-05:00

Last modified 2007-11-19T15:03:47-06:00

Investigate LSM data with nonstandard LZW compression

Reported by: curtis Owned by: melissa
Priority: minor Milestone:
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

The LSM files in data/zeiss-lsm/tom have problems being decoded properly within Bio-Formats. Our current theory is that the image planes are LZW-compressed in some nonstandard way, but we are not yet sure how to handle it properly.

Change History

comment:1 Changed 2007-11-19T15:03:47-06:00 by melissa

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

r3390. This was less complex than original investigation suggested - just needed to double the values in the StripByteCounts array.