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 #495 (closed defect: fixed)

Opened 2010-06-03T14:13:49-05:00

Last modified 2010-07-13T16:57:38-05:00

Lookup tables are not correctly applied if there is one LUT per channel

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

Description

See for example the first series of data/leica/joel/sequential scan 2/sequential scan 2.lei. There are two channels; the first should have a red LUT, the second should have a grey LUT (you can see this using 'showinf').

However, the ImageJ import plugin applies the red LUT to both channels when 'Color mode' is set to 'Default'. Previous stable releases correctly applied the grey LUT to the second channel.

Change History

comment:1 Changed 2010-06-03T18:10:58-05:00 by curtis

  • Status changed from new to assigned

comment:2 follow-up: ↓ 3 Changed 2010-06-03T20:31:37-05:00 by curtis

The "sequential scan 2" dataset reports that isIndexed=false, but has an 8-bit color lookup table:

	Indexed = false (false color, 8-bit LUT: 3 x 256)

Is this by design, or is this a bug?

comment:3 in reply to: ↑ 2 Changed 2010-06-03T23:34:40-05:00 by curtis

Replying to curtis:

Indexed = false (false color, 8-bit LUT: 3 x 256)

Strangely, on another one of my systems, with r6481, the isIndexed flag returns true:

	Indexed = true (false color, 8-bit LUT: 3 x 256)

I'll double-check the first system's result tomorrow, just to be sure.

comment:4 Changed 2010-06-03T23:49:38-05:00 by curtis

It may be that isIndexed=false when using the "-nometa" flag with showinf. This is related to #496.

comment:5 Changed 2010-06-08T10:54:59-05:00 by melissa

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

(In [6500]) Apply one LUT to each channel if the original file contains its own LUTs. Closes #495.

comment:6 Changed 2010-06-24T11:24:31-05:00 by melissa

  • Status changed from closed to reopened
  • Resolution fixed deleted

This bug was reintroduced in r6554 (trunk) and r6555 (4.2 branch).

comment:7 Changed 2010-06-29T14:30:23-05:00 by curtis

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

(In [6598]) Preserve channel-specific LUTs. Fixes #495 (again).

comment:8 Changed 2010-07-09T12:55:02-05:00 by melissa

  • Milestone bio-formats-4.2 deleted

Milestone bio-formats-4.2 deleted

comment:9 Changed 2010-07-13T16:57:38-05:00 by melissa

  • Milestone set to bio-formats-4.2