We're Hiring!

Add DoubleAnnotation retrieval to OMERO.matlab

General and open developer discussion about using OMERO APIs from C++, Java, Python, Matlab and more! Please new questions at https://forum.image.sc/tags/omero
Please note:
Historical discussions about OMERO. Please look for and ask new questions at https://forum.image.sc/tags/omero

If you are having trouble with custom code, please provide a link to a public repository, ideally GitHub.

Add DoubleAnnotation retrieval to OMERO.matlab

Postby gyellen » Fri Nov 07, 2014 1:44 pm

Hi Sebastian,
Can you please add DoubleAnnotation to the retrieval types for OMERO.matlab? The quick fix is:

Code: Select all
function types = getAnnotationTypes()
% GYOMERO fix for doubles

names = {'tag', 'file', 'comment', 'xml', 'double'};
classnames = {'TagAnnotation', 'FileAnnotation', 'CommentAnnotation',...
    'XmlAnnotation','DoubleAnnotation'};
types = createObjectDictionary(names, classnames);


but you might also want to add a function getImageDoubleAnnotations.

Thanks! - gary
gyellen
 
Posts: 24
Joined: Fri Oct 24, 2014 1:19 am

Re: Add DoubleAnnotation retrieval to OMERO.matlab

Postby gyellen » Fri Nov 07, 2014 2:01 pm

And TimestampAnnotations, too.
g
gyellen
 
Posts: 24
Joined: Fri Oct 24, 2014 1:19 am

Re: Add DoubleAnnotation retrieval to OMERO.matlab

Postby sbesson » Mon Nov 10, 2014 11:58 am

Hi Gary,

adding these functionalities to OMERO.matlab certainly makes sense. I can add them in the future but we are quite busy at the moment. If you have the necessart fixes ready, feel free to open a Pull Request against GitHub directly or send us a patch of the required changes for inclusion.

Best,
Sebastien
User avatar
sbesson
Team Member
 
Posts: 421
Joined: Tue Feb 28, 2012 7:20 pm


Return to Developer Discussion

Who is online

Users browsing this forum: No registered users and 1 guest