<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>Is it possible to perform multiple projections with just one pf.h.proj (even with different weights)?</div><div><br></div><div><br></div><div>I am currently doing something like:</div><div><br></div><div><br></div><div>proj1 = pf.h.proj(axis, "Temperature", weight1)</div><div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">proj2 = pf.h.proj(axis, "Density", weight2)</div></div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">proj3 ....</div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">frb1 = FixedResolutionBuffer(proj1, (xmin, xmax, zmin, zmax), res) </div><div style="text-indent: 0px !important; "><div style="text-indent: 0px !important; "><br></div><div style="text-indent: 0px !important; ">frb2 = FixedResolutionBuffer(proj2, (xmin, xmax, zmin, zmax), res) </div><div><br></div><div>frb3 ....</div><div><br></div><div><br></div><div><br></div><div>This way yt recomputes projections for each variable, which is obviously slow. Is it the only way?</div><div><br></div><div><br></div><div>I have also a doubt on FixedResolutionBuffer. Is this always necessary after projection in order to access the data? Or can I access the data projected via pf.h.proj even without resampling?</div><div><br></div><div><br></div><div><br></div><div>Thank you as always.</div><div><br></div><div><br></div><div>Cheers,</div><div><br></div><div><br></div><div>  Max</div><div><br></div><div><br></div></div>                                           </div></body>
</html>