<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi all,</p>
<p><br>
</p>
<p>I'm having a bit of a problem with off axis projections and my FLASH domains. I want to create an off axis projection for the entire domain. However, I try to follow the Cookbook I run into one of two errors. The first being:</p>
<p><br>
</p>
<p>ds = yt.load("4.2.1_hdf5_plt_cnt_0150")</p>
<p>prj = yt.OffAxisProjectionPlot(ds, [-1,1,0], 'dens')<br>
...</p>
<p>...<br>
</p>
<p>YTUnitOperationError: The subtraction operator for YTArrays with units (code_length) and (1) is not well defined.<br>
<br>
<br>
The second I can't recreate at the moment but yt throws an error back complaining about accessing indicies outside of the array and suggests overriding periodic boundaries. My domain has no periodic boundaries. Has anyone ever run into this?</p>
<p><br>
</p>
<p><br>
</p>
<p>Thank you for your help,</p>
<p><br>
</p>
<p>Jeff<br>
</p>
</div>
</body>
</html>