Ticket #615 (closed defect: fixed)
Opened 2010-12-07T13:56:33-06:00
Last modified 2010-12-09T13:15:35-06:00
Add special case to Openlab LIFF plane name parsing
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Some Openlab LIFF files have plane names like this:
DIC_p101_g9_5
which represents the DIC image for the 5th Z section in well G9 of plate p101. It would be nice if the Openlab LIFF reader could properly parse out that information.
Change History
comment:1 Changed 2010-12-09T13:15:35-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [7375]) Added more sophisticated image name parsing to OpenlabReader. Closes #615, closes #616.