<HTML><HEAD>
<STYLE>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</STYLE>

<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma" class=hmmessage>
<DIV>Hi Jerome</DIV>
<DIV>&nbsp;</DIV>
<DIV>No, you've not misunderstood anything, there is a problem I think in adding channels using this method. I had the same problem for a while too, and had to get around it by manually getting the image and pixels information of the old image, creating a new image and attaching the necessary info. Once I've done this I can send the new planes.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The info you need to gather is...</DIV>
<DIV>imageName, channelList, pixelsType, physSizeX, physSizeY, physSizeZ, sizeX, sizeY, sizeZ, sizeT, timeStamp, dimensionOrder, statsInfo(for GlobalMin/Max), sha1.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Then you need to create the channel object, logical channel object, populate the logical channels with your emission wavelengths, attach the logical channels to the channel object, the channel object to the pixels, the pixels to the image, then saveAndReturn the newImage.</DIV>
<DIV>&nbsp;</DIV>
<DIV>If you want to do it this way I can send you my work-around if you like? I'm using the gateway with matlab, but it should be fairly readable.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Michael.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>-- <BR>Michael Porter<BR>Wellcome Trust Centre for<BR>Gene Regulation and Expression<BR>College of Life Sciences<BR>University of Dundee<BR>Dow Street<BR>Dundee<BR>United Kingdom<BR>DD1 5EH<BR><BR>+44(0)1382 388142<BR>m.porter@dundee.ac.uk<BR><BR>The University of Dundee is a registered Scottish charity, No: SC015096<BR><BR><BR><BR>&gt;&gt;&gt; Jerome Avondo &lt;jeromeavondo@msn.com&gt; 03/07/2009 11:54 &gt;&gt;&gt;<BR>Hi,<BR><BR>I am trying to do the following, get an Image from the server, make a duplicate of it, and then do some image processing to this duplicate...<BR><BR>However I think there is something I have misunderstood... I'm currently stuck at the make a duplicate of the image...<BR>My code goes as follows,<BR><BR>client omeroclient;<BR>ServiceFactoryPrx sf;<BR>GatewayPrx gw;<BR><BR>//create our omero session<BR>omeroclient = new client(servername, 4063);<BR>sf = omeroclient.createSession(username, password);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>sf.closeOnDestroy();<BR><BR>//create our omero gateway<BR>gw = sf.createGateway();<BR><BR>//get our Image at ID:1<BR>Image img = gw.getImage(1);<BR><BR>//get the Pixels(0) details for this image<BR>Pixels pix = img.getPixels(0);<BR>int x = pix.getSizeX().getValue();<BR>int y = pix.getSizeY().getValue();<BR>int z = pix.getSizeZ().getValue();<BR>int c = pix.getSizeC().getValue();<BR>int t = pix.getSizeT().getValue();<BR>List&lt;Integer&gt; channels = new ArrayList();<BR>for(int i=0; i&lt;c; i++) channels.add(i);<BR><BR>//copy this image and get the new image id<BR>long newImageID = gw.copyImage(img.getId().getValue(), x, y, t, z, channels, "NewImageProcessed");<BR><BR>However the gw.copyImage() method generates a crash, which I have attached as an attachment. Is there something I am missing here? Or misunderstood?<BR><BR>thanks for your help.<BR><BR>J.<BR><BR></DIV>
<DIV>
<HR>
</DIV>
<DIV>Beyond Hotmail - see what else you can do with Windows Live. <A href="http://clk.atdmt.com/UKM/go/134665375/direct/01/" target=_new>Find out more.</A> </DIV><BR>

    <p>
      The University of Dundee is a registered Scottish charity, No: SC015096
    </p>
  </BODY></HTML>