Page 1 of 1

Updating Records from Table

PostPosted: Mon Oct 03, 2011 1:48 pm
by icaoberg
I have an H5 file table attached to an image containing several entries. Mainly I have a model where I have one feature vector per Pixel.

Is there in the API
1) A way to update the table without having to delete the old one and relink a new one?
2) A way to get specific rows from the table given that I know one of the fields?

Ivan

Re: Updating Records from Table

PostPosted: Tue Oct 04, 2011 2:58 pm
by cxallan
Yes.

The OMERO.tables API is outlined here:

http://hudson.openmicroscopy.org.uk/job ... Table.html

Some examples are outlined here, including the query language that OMERO.tables supports and updating data:

http://trac.openmicroscopy.org.uk/ome/w ... deExamples