Task #10385 (closed)
Opened 6 years ago
Closed 6 years ago
OMERO.matlab: add helper functions to read/write Annotations
| Reported by: | sbesson | Owned by: | sbesson |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.9 |
| 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: | 2013-05-07 (8) |
Description
A series of helper functions should be added to retrieve raw data from images
writeTag(session, name, desc, type, id) writeFileAnnotation(session, filepath, type, id) getAnnotation(session, type, id) getObjectAnnotations(session, parenttype, parentid) getFileContent(session, faid, output)
Change History (8)
comment:1 Changed 6 years ago by sbesson
- Sprint set to 2013-04-09 (7))
- Status changed from new to accepted
comment:2 Changed 6 years ago by sbesson
comment:3 Changed 6 years ago by jburel
- Sprint changed from 2013-04-09 (7)) to 2013-05-07 (8)
Moved from sprint 2013-04-09 (7))
comment:4 Changed 6 years ago by jburel
Reading the content of the tabular data should be supported.
comment:5 Changed 6 years ago by jean-marie burel <j.burel@…>
(In [cfa3870314bcd323efc8e768b56a9dc849fe5846/ome.git] on branch develop) Merge pull request #1019 from sbesson/rebased/develop/10385_annotations
OMERO.matlab: add functions to read annotations (see #10385) (rebased onto develop)
comment:6 Changed 6 years ago by sbesson
See https://github.com/openmicroscopy/openmicroscopy/pull/1040 for reading annotations given their ID.
Writing annotations functions will be implemented in the next milestone post 4.4.7 release
comment:7 Changed 6 years ago by Josh Moore <josh@…>
- Milestone changed from OMERO-4.4.x to OMERO-4.4.9
(In [ab6b487dcf2ba2b4919410a51c9fabd33b017980/ome.git] on branch develop) Merge pull request #1227 from sbesson/rebased/develop/matlab_write_fa
OMERO.matlab: add functions to write and link file annotations (see #10385) (rebased onto develop)
comment:8 Changed 6 years ago by sbesson
- Resolution set to fixed
- Status changed from accepted to closed
- Version set to 4.4.8
See https://github.com/openmicroscopy/openmicroscopy/pull/976