Ticket #246 (closed defect: fixed)
Opened 2008-02-19T15:34:43-06:00
Last modified 2008-02-20T09:44:07-06:00
Bio-Rad data.raw files are not recognized
| Reported by: | curtis | Owned by: | melissa |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | bio-formats | Severity: | major |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Though they are returned as part of the used files list for Bio-Rad datasets, data.raw files are not recognized if used as the base file:
curtis@monk:~$ showinf data/biorad/brian/GFPonlyfrap_1/data.raw
Checking file format Exception in thread "main" loci.formats.FormatException: Unknown file format: data/biorad/brian/GFPonlyfrap_1/data.raw
at loci.formats.ImageReader.getReader(ImageReader.java:138)
at loci.formats.ImageReader.getFormat(ImageReader.java:120)
at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:199)
at loci.formats.tools.ImageInfo.main(ImageInfo.java:624)
Change History
comment:1 Changed 2008-02-20T09:44:07-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r3713