NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #568 (closed defect: fixed)

Opened 2011-06-06T16:36:03-05:00

Last modified 2011-07-29T13:27:01-05:00

Wrong LUTs getting set

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Jul-18 to Jul-29
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

open blobs
open clown

repeat the following sequence:

close blobs
open blobs
close clown
open clown

eventually the LUT will get set for the wrong image/view.

when Displays are mapped to ImagePluses the hacky find first view and set its lut code will go away and so should this bug

Change History

comment:1 Changed 2011-06-07T15:44:49-05:00 by bdezonia

Another issue here too I think:

Open multi-channel-4d-series.ome.tiff

Run Enhance Contrast

1st channel LUT goes from Red to Gray

comment:2 Changed 2011-06-09T09:40:46-05:00 by bdezonia

  • Owner changed from bdezonia to curtis
  • Status changed from new to assigned

This is being reassigned as part of the DIsplay<-->ImagePlus mapping in the legacy layer

comment:3 Changed 2011-07-27T15:03:43-05:00 by curtis

  • Owner changed from curtis to bdezonia

Display<->ImagePlus mapping (#542) is done, so passing back to Barry to verify that this bug is gone.

comment:4 Changed 2011-07-29T13:27:01-05:00 by bdezonia

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

the repeated open/close bug is fixed. the other issue mentioned has been hatched as its own ticket (#701)