DeltaT info in python-omero
Posted: Wed Feb 13, 2019 5:12 pm
not sure if I should be directing this to a bioformats-specific forum... but here goes:
I'm struggling to get DeltaT info for each timepoint in a timelapse, for an image stored on an OMERO server using the python bindings for omero, python-omero v5.4.10. From what I've been able to find in the documentation, it seems like it should be an attribute of image.pixels.plane ... but after loading an image (
if anyone can provide a basic example of extracting DeltaT info from an image ID on OMERO, using the python bindings, I would be grateful!
I'm struggling to get DeltaT info for each timepoint in a timelapse, for an image stored on an OMERO server using the python bindings for omero, python-omero v5.4.10. From what I've been able to find in the documentation, it seems like it should be an attribute of image.pixels.plane ... but after loading an image (
- Code: Select all
conn.getObject()
- Code: Select all
im.getPrimaryPixels()
if anyone can provide a basic example of extracting DeltaT info from an image ID on OMERO, using the python bindings, I would be grateful!