Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #13290 (closed)

Opened 8 years ago

Closed 8 years ago

BUG: ZeissCZIReader (seriesMetadata is empty)

Reported by: bramalingam Owned by: bramalingam
Priority: minor Milestone: Unscheduled
Component: Bio-Formats Version: Bio-Formats-5.1.8
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

ref: https://www.openmicroscopy.org/community/viewtopic.php?f=13&t=8119

BF Version : 5.2.1

Testing summary:

Tried opening the file on Fiji,
and each tile was referred by a series #.
So tried to extract the seriesMetadata() using Matlab for each tile.

Tried the following Matlab code,

clear all;close all;

reader = bfGetReader('/Users/bramalingam/Desktop/QA17333/Slide02_10x_RGT_Shading Correction.czi');
omeMeta = reader.getMetadataStore();
seriesMetadata = reader.getSeriesMetadata();
globalMetadata = reader.getGlobalMetadata();

%Print out all timestamps in seriesMetadata
keys = seriesMetadata.keys;
for i=1:seriesMetadata.size()

key = keys.nextElement();
value = seriesMetadata.get(key);
fprintf('%s = %s\n', key, value)

end

But the seriesMetadata is empty. So the 'scene'/'position' information needs to be populated for each series(as requested by the user).

Change History (3)

comment:2 Changed 8 years ago by bramalingam

The overlap percentage can be calculated by comparing the X,Y positions and the size of the tile between consecutive frames, by the user. Thus not adding that method to the reader.

comment:3 Changed 8 years ago by bramalingam

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.64229 sec.)

We're Hiring!