Skip to content

Commit

Permalink
bfopen: minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Jul 3, 2013
1 parent 6055791 commit 9f6115e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/bio-formats/matlab/bfopen.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,11 @@
imageList{i, 2} = label;
end

% extract metadata table for this series
metadataList = r.getSeriesMetadata();

% save images and metadata into our master series list
result{s, 1} = imageList;
result{s, 2} = metadataList;

% extract metadata table for this series
result{s, 2} = r.getSeriesMetadata();
result{s, 3} = colorMaps;
result{s, 4} = r.getMetadataStore();
fprintf('\n');
Expand Down

0 comments on commit 9f6115e

Please sign in to comment.