Ticket #17 (closed defect: fixed)
Opened 2007-03-16T13:28:03-05:00
Last modified 2007-11-12T11:22:30-06:00
Bio-Formats importer does not set calibration information for alternate window types
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | plugins | Severity: | major |
Keywords: | browser | Cc: | |
Blocked By: | Blocking: |
Description
When importing data with the Bio-Formats Importer plugin, if "Standard ImageJ" is used to display the image, the calibration is set properly. But choosing another option such as "Image5D" or "4D Data Browser" results in no calibration data being populated.
Change History
comment:1 Changed 2007-03-16T15:35:37-05:00 by curtis
- Keywords browser added
- Owner changed from melissa to curtis
As of r2466 the problem is fixed for Image5D, but the 4D Data Browser still does not set calibration information properly. The problem is really with the 4D Data Browser, since it does its own heavy lifting, but it would make sense if it could reuse some code from the Importer plugin (such as the calibration stuff), rather than duplicating all of that logic.