Skip to content

Commit

Permalink
metadata must be there in bf-itk-pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Mar 30, 2011
1 parent 5d1925c commit 8231a01
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -362,10 +362,6 @@ private IFormatReader createReader(final String filePath)
if (store == null) System.err.println("OME-Java library not found.");
else reader.setMetadataStore(store);

// TODO: should we really do that?
reader.setMetadataOptions(
new DefaultMetadataOptions(MetadataLevel.MINIMUM));

// avoid grouping all the .lsm when a .mdb is there
reader.setGroupFiles(false);

Expand Down

0 comments on commit 8231a01

Please sign in to comment.