Ticket #1887 (closed defect: fixed)
Opened 2013-05-23T15:01:48-05:00
Last modified 2013-06-04T11:46:01-05:00
Some calibrations are NaN
Reported by: | bdezonia | Owned by: | hinerm |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | SCIFIO | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1563 |
Description
Using the scifio opener (on the scifio-cells branch of IJ2) when you open files (like PNG, JPG) the X and Y calibration values are getting set to NaN. This causes some legacy plugins (like 3d Project) to fail to run. We should update the opener such that spatial dim calibrations are initialized to 1.0 if actual value unknown.
This should be fixed on the latest scifio-devel. Every calibration defaults to 1.0 if, after translating to a MetadataStore, the corresponding physical pixel size is null.