Personal tools
  • We're Hiring!

You are here: Home Community Minutes Mini Group meetings Web client meetings 2011 2011-05-03

2011-05-03

Attending: Carlos, Chris, Ola, Will

Agenda

  1. Backporting process #4772.
    • Carlos is going to push SPW changes to give Ola's the possibility to test it. Is there any ticket for that?
    • Deletion. In stead of having many delete methods Will cleaned moved all the logic to the one deleteObjects implementing IDelete. Delete in python-gateway branch now. We need to still keep the old deleteObject method which implements IUpadte. Removing links should be done out of delete queuing system.
    • When are w going to merge python-gateway branch.
  2. Selenium tests #3829.
    • Ola and Carlos are going to look at that in next iteration.
  3. Big images update #4001
    • Concurrency issue #4989 fixed by Chris.
    • Any changes on the server side?
  4. ROI in web viewer #3988.
  5. OMERO unification.GatewayApi.
    • Carlos reviewing tickets.
    • Client wrapper constructor has to provide more flexibility #4237
      • Update scripts to use blitz gateway #4376
    • Need to wrap all omero.model objects in BlitzObjectWrapper #4901
    • listParents() should return multiple parents by default #3802. Done
    • rename image.t_count() image.z_count() image.c_count() to image.getSizeT() etc. Also renamed image.height() and image.width(). #4928. Done
    • Python code in one place #4368
      • Moving code from script_utils into blitz gateway. downloadPlane() uploadAndAttachFile().
      • New method to create Image from generator of numpy planes is in script_utils. Would like to put into blitz.
  6. Webtest examples cleanup.
  7. Outstanding Bugs:
    • getThumbnail failing when owner hasn't generated any thumbnail. #3776 should be fix it soon.

Attending

Carlos, Chris, Ola, Will

Notes

  1. Backporting process #4772.
    • Carlos is going to push SPW changes. He will create a ticket for that.
    • Will is going to moved all the logic to the one deleteObjects implementing IDelete. He is also going to change the name of deleteObject method which implements IUpadte to deleteObjectDirect. We will not put any delete methods on BlitzObjectWrapper. It is to risky.
    • Python-gateway branch will be merged this afternoon.
  2. Selenium tests #3829.
    • No update
  3. Big images update #4001
    • FS based pyramid largely done. Chris is going to notify everyone once changes are pushed to trunk.
    • Ola has to change the tile dimensions in PanoJS plugin. Tiles are no longer square.
  4. ROI in web viewer #3988.
    • Will is going to turn of viewing ROI on big image. At this moment viewer is not ready yet.
  5. OMERO unification.GatewayApi.
    • Carlos needs to review his tickets.
    • omero.gateway unittests failed with to many open files. We need to look at this, why it failed and fix it. Default configuration 256 should be enough.
    • #4237. This can be done by joining session rather then passing client object itself. Carlos volunteer to help Will sort it out. More examples how to do it are on components/tools/OmeroPy/test/integration/session.py
    • #4901. Carlos is going to fix it after merge.
    • rename image.t_count() image.z_count() image.c_count() to image.getSizeT() etc. Also renamed image.height() and image.width(). #4928
    • #4368. We will move the script_utils (downloadPlane() uploadAndAttachFile()) into blitz gateway once we are sure we do not break anything else.
    • New method to create Image from generator of numpy planes is in script_utils are not done in tiles manner. Will is going to try to adjust them.
Document Actions