NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #249 (closed defect: fixed)

Opened 2008-02-20T16:33:23-06:00

Last modified 2008-02-21T07:48:49-06:00

Sequential setId calls with BioRadReader do not fully reset state

Reported by: curtis Owned by: melissa
Priority: critical Milestone:
Component: bio-formats Severity: critical
Keywords: Cc:
Blocked By: Blocking:

Description

The value of SizeZ differs when initializing a file with a fresh reader versus a stale one.

curtis@monk:~$ java BioRadState data/biorad/melissa/hamc8.pic data/biorad/melissa/hamb17.pic 
Initializing data/biorad/melissa/hamc8.pic
SizeZ = 18
Initializing data/biorad/melissa/hamb17.pic (fresh reader)
SizeZ = 148
Initializing data/biorad/melissa/hamb17.pic (stale reader)
SizeZ = 18

Sample program is attached.

Attachments

BioRadState.java (657 bytes) - added by curtis 2008-02-20T16:34:11-06:00.
Sample program for testing difference between fresh vs stale reader state.

Change History

Changed 2008-02-20T16:34:11-06:00 by curtis

Sample program for testing difference between fresh vs stale reader state.

comment:1 Changed 2008-02-21T07:48:49-06:00 by melissa

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