<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks Bernhard!<br><br>Got it working, I was indeed missing the statsinfo. <br><br>But I also ended up not using the gateway function, and just doing it the long way round...<br><br>j. <br><br><br>&gt; From: bernhard.hollaender@gmail.com<br>&gt; Date: Mon, 13 Jul 2009 14:00:31 +0200<br>&gt; Subject: Re: [ome-devel] Using the Gateway object to create a new Image, then         viewing it with OMERO.insight?<br>&gt; To: jeromeavondo@msn.com<br>&gt; CC: ome-devel@lists.openmicroscopy.org.uk<br>&gt; <br>&gt; Hi Jerome!<br>&gt; <br>&gt; I'm not sure if it applies to the Gateway::createImage method, but I<br>&gt; think you need to set the stats info for each channel before the<br>&gt; Insight client is able to get a rendered image from the server. At<br>&gt; least this was the trick I had to do before I could see the channels<br>&gt; of images I created through the API in the Insight client.<br>&gt; <br>&gt; Hope that helps! Bernhard<br>&gt; <br>&gt; <br>&gt; On Mon, Jul 13, 2009 at 1:21 PM, Jerome Avondo&lt;jeromeavondo@msn.com&gt; wrote:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I am trying to create a new Image object on the omero server using the Java<br>&gt; &gt; API.<br>&gt; &gt;<br>&gt; &gt; I use the gateway function, createImage().<br>&gt; &gt;<br>&gt; &gt; From what I can tell this seems to work fine,<br>&gt; &gt;<br>&gt; &gt; I create the image with the gateway function, and then fill up the planes<br>&gt; &gt; with some byte[] data. All this seems to work ok.<br>&gt; &gt; I can also export the Image to an OME-TIFF using that code I posted a while<br>&gt; &gt; back, so this would point me to think that the Image is valid.<br>&gt; &gt;<br>&gt; &gt; The problem I have is when I use OMERO.insight 4.0.3, to look at my Image,<br>&gt; &gt; it does not see any channels for the Image object.<br>&gt; &gt; And when I try to view it says; "The image could not be opened. The image is<br>&gt; &gt; not a valid image."<br>&gt; &gt;<br>&gt; &gt; I dug into the API and see that the gateway does create the Channel and<br>&gt; &gt; attached LogicalChannels objects, with the createImage().<br>&gt; &gt; So Im not too sure what else it needs to get insight to see it as a valid<br>&gt; &gt; Image.<br>&gt; &gt;<br>&gt; &gt; I can post code upon request if needed... Any help would be great.<br>&gt; &gt; Thanks,<br>&gt; &gt;<br>&gt; &gt; J.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Beyond Hotmail - see what else you can do with Windows Live. Find out more.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; ome-devel mailing list<br>&gt; &gt; ome-devel@lists.openmicroscopy.org.uk<br>&gt; &gt; http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel<br>&gt; &gt;<br>&gt; &gt;<br><br /><hr />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></body>
</html>