Task #5300 (closed)
BUG: Various script fixes needed
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | OmeroPy | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description (last modified by wmoore)
Initial review of scripts for testing revealed some problems. Either these are quick fixes under this ticket or new tickets will be created for big issues.
Batch_Image_Export
- resize() takes int DONE
- Attach zip to Dataset if appropriate DONE
- Channel names ignored #5301
- Z-index ignored #5301
Channel_Offsets
- Choose nice image names for new images DONE
- Display nice message on script completion and link to new Image or Dataset DONE
Combine_Images
- Dimension sizes not calculated correctly #5301
Change History (6)
comment:1 Changed 8 years ago by Will Moore <will@…>
comment:2 Changed 8 years ago by wmoore
- Description modified (diff)
comment:3 Changed 8 years ago by Will Moore <will@…>
(In [b1ead6b0d897c4a3d604980f94b798f898e6b33a/ome.git] on branch develop) Improving Channel_Offsets.py script with nicer return messages, param handling etc. See #5300
comment:4 Changed 8 years ago by Will Moore <will@…>
(In [17a95ee9c0eff7da0d67fb91755cd206a79f06b2/ome.git] on branch develop) Blitz gateway createImage from numpy handles more dataTypes. See #5300
comment:5 Changed 8 years ago by wmoore
- Description modified (diff)
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from new to closed
Various fixes committed. Just waiting on #5301 before doing more script testing.
comment:6 Changed 8 years ago by Will Moore <will@…>
(In [73bcd31a58cdc564859b0ebd9d05b20b879c0bf0/ome.git] on branch develop) Support for z-shift in Channel_Offsets.py script. See #5300
(In [41335c5df740310db5096b16b92a790fe53f7ea8/ome.git] on branch develop) Small fixes to Combine_Images and Batch_Image_Export scripts. See #5300