Task #6437 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Batch image export as OME-TIFF fails
| Reported by: | cxallan | Owned by: | wmoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.3.2 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-08-18 (3) |
Description
Script output:
Traceback (most recent call last):
File "./script", line 492, in <module>
runScript()
File "./script", line 476, in runScript
result = batchImageExport(conn, scriptParams)
File "./script", line 330, in batchImageExport
saveAsOmeTiff(conn, img, folder_name)
File "./script", line 164, in saveAsOmeTiff
f = open(str(imgName),"wb")
IOError: [Errno 2] No such file or directory: '/Users/callan/testimages/andor/MF-2CH-Z-T.tif [MF-2CH-Z-T.tif].ome.tif'
Change History (1)
comment:1 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [0552264cc612cba60866c6e6adb3bace7a360188/ome.git] on branch develop) Batch_Image_Export OME-TIFF handles images with path/names. Closes #6437