<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi guys,<div><br></div><div><br></div><div>After a projection and a FixedResolutionBuffer like this:</div><div><br></div><div><br></div><div><div>proj  = pf.h.proj(axis, "Temperature", None)</div><div><span class="Apple-style-span">frb1  = FixedResolutionBuffer(proj, (</span>xmin,xmax,ymin,ymax<span class="Apple-style-span">), res)</span></div><div>write_image(na.log10(frb1["Temperature"]), "output.png")</div></div><div><br></div><div><br></div><div>I see an inverted image (my computational box is half a cube, z>0 only):</div><div><a href="http://i.imgur.com/AqWKD.png">http://i.imgur.com/AqWKD.png</a></div><div><br></div><div><br></div><div>Is the problem in write_image? Or inside the projection/FRB?</div><div>How to fix this (without transpose)?</div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>  Max</div>                                    </div></body>
</html>