Skip to content

Commit

Permalink
data.raw file is now added to BioRad used file list.
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Feb 29, 2008
1 parent 569e7cf commit 4cd41ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions loci/formats/in/BioRadReader.java
Expand Up @@ -666,6 +666,10 @@ else if (keys[idx].equals("Objective lens magnification")) {
}
}
}
else if (list[i].endsWith("data.raw")) {
used.add(
new Location(parent.getAbsolutePath(), list[i]).getAbsolutePath());
}
}

picFiles = (String[]) pics.toArray(new String[0]);
Expand Down

0 comments on commit 4cd41ad

Please sign in to comment.