creating well w/ multiple fields
Posted: Fri Nov 04, 2016 3:21 am
Hi team,
I'm trying to write a script very similar to Will's Dataset_To_Plate.py script that can create Wells with multiple fields. I used Will's code as a starting point and had hoped that the addWellSample method would allow me to just keep adding images (i.e. WellSample's) to a well but clearly that's not how that works. I put my code so far here (https://github.com/dsudar/OMEROscripts/ ... To_Well.py) and I was hoping to get some hints how to proceed with this. As is the routine puts one Image into the Well but then fails on all subsequent Images.
My initial concept is very simple: move all images in a single Dataset to a single specified Well in a Plate as fields in that Well. If the Plate already exists, provide the Plate ID and if it doesn't yet exist, provide a name to be given to the new Plate and get back the Plate ID for that new Plate.
Thanks,
- Damir
I'm trying to write a script very similar to Will's Dataset_To_Plate.py script that can create Wells with multiple fields. I used Will's code as a starting point and had hoped that the addWellSample method would allow me to just keep adding images (i.e. WellSample's) to a well but clearly that's not how that works. I put my code so far here (https://github.com/dsudar/OMEROscripts/ ... To_Well.py) and I was hoping to get some hints how to proceed with this. As is the routine puts one Image into the Well but then fails on all subsequent Images.
My initial concept is very simple: move all images in a single Dataset to a single specified Well in a Plate as fields in that Well. If the Plate already exists, provide the Plate ID and if it doesn't yet exist, provide a name to be given to the new Plate and get back the Plate ID for that new Plate.
Thanks,
- Damir