|
listMostRecentObjects(conn,
limit,
obj_types=None,
eid=None)
Get the most recent objects supported by the timeline service:
obj_types are ['Project', 'Dataset', 'Image', 'Annotation'),
Specifying the number of each you want 'limit', belonging to the
specified experimenter 'eid' or current Group if 'eid' is None. |
source code
|
|
BlitzObjectWrapper generator
|
|
|
|
|
listCollabAnnotations(conn,
myData=True,
limit=10)
Lists the most recent annotations BY other users on YOUR images etc. |
source code
|
|
|
listRois(conn,
eid=None,
limit=10)
List the most recently created ROIs, optionally filtering by owner. |
source code
|
|