Task #10388 (closed)
Opened 6 years ago
Closed 6 years ago
OMERO.matlab: add more complex examples
| Reported by: | sbesson | Owned by: | sbesson |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.x |
| Component: | General | Version: | 4.4.8 |
| Keywords: | Matlab | Cc: | analysis@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Some examples have too many parameters and can hardly be converted into helper functions. However, these should be stored as examples of high-level interaction with the API.
writeImagee(session...) getRenderedImage(session, image...)
Change History (2)
comment:1 Changed 6 years ago by sbesson
comment:2 Changed 6 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
- Version set to 4.4.8
OMERO.matlab examples have been reviewed for Paris 2013 Users Meeting including more complex examples of the toolbox usage (see https://github.com/openmicroscopy/openmicroscopy/pull/1277, https://github.com/openmicroscopy/openmicroscopy/pull/1296 and https://github.com/openmicroscopy/openmicroscopy/pull/1313)
The corresponding Jenkins job will be setup over the summer to properly test these examples and decrease the maintenance burden.
Following the closure of #1410, a more detailed plan should be designed for the maintenance of more complex/integrated examples of the OMERO.matlab usage.
Should we maintain these examples under components/tools/OmeroM or under examples/? Should we duplicate examples in the Matlab documentation page or minimize redundancy instead?