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 #372 (closed defect: fixed)

Opened 2009-03-23T08:09:17-05:00

Last modified 2009-03-24T11:39:07-05:00

MetamorphReader does not accurately search for constituent files

Reported by: melissa Owned by: melissa
Priority: critical Milestone: bio-formats-4.1
Component: bio-formats Severity: major
Keywords: Cc: benn@…
Blocked By: Blocking:

Description

loci.formats.in.MetamorphReader:180 needs to be modified to more accurately check for constituent .stk files, since the results of 'parent.list()' are not guaranteed to be absolute path names.

Change History

comment:1 Changed 2009-03-24T11:39:07-05:00 by melissa

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

(In [4939]) Improved search for STK files, and added a better error message if one is not found. Closes #372.