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

Opened 2011-09-26T12:07:48-05:00

Last modified 2012-05-18T12:24:33-05:00

Respect signed 16-bit images

Reported by: afraser Owned by: bdezonia
Priority: major Milestone: imagej2-b2-bugfixes
Component: Other Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1010

Description

IJ2 needs to respect signed 16 bit images. The CT sample is being opened as unsigned since IJ1 didn't support signed types.... instead IJ1 uses "calibrate" to get around it.

Change History

comment:1 Changed 2011-09-29T16:50:40-05:00 by afraser

  • Owner set to afraser
  • Status changed from new to assigned

comment:2 Changed 2011-10-24T11:40:16-05:00 by afraser

  • Owner changed from afraser to curtis

comment:3 Changed 2011-11-07T11:07:57-06:00 by curtis

  • Owner changed from curtis to bdezonia
  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:4 Changed 2012-02-26T21:46:34-06:00 by curtis

  • Blocking 1010 added

comment:5 Changed 2012-05-02T13:44:34-05:00 by bdezonia

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

This is now working with commits ee53d0df64e087ffe219c230d02537a50d51a90e and 170dbf3f7307d5fff24a1fbf3fa73e8afa287248.

Note that CT does not initially display correctly. There are data outliers that likely mess up the initialization of the display range. Will look into this separately.

comment:6 Changed 2012-05-18T12:24:33-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta2