We're Hiring!

Extract time points

General user discussion about using the OMERO platform to its fullest. Please ask 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

There are workflow guides for various OMERO functions on our help site - http://help.openmicroscopy.org

You should find answers to any basic questions about using the clients there.

Extract time points

Postby Sara » Wed Apr 17, 2013 9:36 am

Hi everyone,
I would like to extract time points from metadata files and I wonder if there is already a code for this? Which will be the best way to do this?
Best regards and thanks for your help,
Sara
Sara
 
Posts: 2
Joined: Wed Apr 17, 2013 9:28 am

Re: Extract time points

Postby wmoore » Wed Apr 17, 2013 9:57 am

Could you give us some more details:
- What coding environment are you using? Python? Java? Matlab?
- You want to know the timestamp (or delta-T) of every timepoint in a time-lapse image?
User avatar
wmoore
Team Member
 
Posts: 674
Joined: Mon May 18, 2009 12:46 pm

Re: Extract time points

Postby Sara » Sun May 19, 2013 9:53 am

I would like to use Matlab and I want to know the delta-T in relation to the first time-point of the time-lapse image. Many thanks.
Sara
 
Posts: 2
Joined: Wed Apr 17, 2013 9:28 am

Re: Extract time points

Postby sbesson » Tue May 21, 2013 4:03 pm

Hi Sara,

thanks for your question. We are currently working on and reviewing a Pull Request adding a getPlaneInfo function to the OMERO.matlab toolbox. If you want to try it (or adapt it), you should be able to query the DeltaT of individual planes using the following lines:

Code: Select all
planeInfo= getPlaneInfo(session, imageID, z, c, t);
deltaT = planeInfo.getDeltaT().getValue();


Let us know if this works,
Sebastien
User avatar
sbesson
Team Member
 
Posts: 421
Joined: Tue Feb 28, 2012 7:20 pm


Return to User Discussion

Who is online

Users browsing this forum: No registered users and 1 guest