Page 1 of 1

filtering Still Images, Video/Animation, Z-Stack, ...

PostPosted: Wed Aug 24, 2011 7:16 pm
by bhcho
Hi,

I saw cellimages.ascb.org and there is a funtionality of filtering Still Images, Video/Animation, Z-Stack, Time Series.
Could you tell me how to do this from python shell (by search query)?

I'm generally querying images by
Code: Select all
search = client.sf.createSearchService()
search.onlyType("Image")
search.byFullText('fluorescence')

ids1 = [x.id.val for x in search.results()]


And after that, I just want to get ids of Still Images.

BK

Re: filtering Still Images, Video/Animation, Z-Stack, ...

PostPosted: Thu Aug 25, 2011 1:55 pm
by jmoore
Sorry, BK, but this is another case where the code is coming from a third party. Perhaps John is still reading the forums; if not, you may want to contact him directly.

Cheers,
~Josh.