Ticket #1880 (closed defect: fixed)
Opened 2013-05-20T10:59:18-05:00
Last modified 2013-10-07T14:52:48-05:00
Incorrect display range propagation
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1563 |
Description
Create a new 1-bit image filled with min (all zero)
Draw some pixels with pencil
Image stays gray but probe shows some pixels are nonzero
(this is a known bug with display range not updating)
Run legacy scale command and choose 1.5 X and Y scales and ask for new window
8-bit image is created but it is all gray! The bad display range has propagated to the new ImagePlus.
run Find Maxima and the display range finally fixes up
Change History
comment:1 Changed 2013-05-28T16:41:59-05:00 by bdezonia
- Blocking 1563 added; 1457 removed
- Milestone changed from imagej2-b8-analysis to imagej2-b7-ndim-data
comment:2 Changed 2013-06-04T11:44:35-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Merged. Closing.
comment:3 Changed 2013-10-07T14:52:48-05:00 by bdezonia
Note that I changed how autoscale calculated with commit 2c5e74e754d4788a4ae385df0a4452282221d485
This issue no longer apparent on the scifio-cells branch (soon to be merged)