<div dir="ltr">Dear yt-users,<div><br></div><div>I am trying to extract a unigrid data cube within a specific region and specified dimensions, thus I am using <font face="monospace, monospace">arbitrary_grid()</font>, however, beyond the <a href="http://yt-project.org/doc/analyzing/objects.html#arbitrary-grid">example given in the docs</a>, my field extractions all fail. I would like to extract <font face="monospace, monospace">temperature, HI_Density and HII_Density</font>. Here is a snippet from my code:</div><div><br></div><font face="monospace, monospace">obj = ds.arbitrary_grid(left_edge, right_edge, dims=[256, 256, 256])<br>print(obj["deposit", "all_density"])<br>print(obj["temperature"])<br>print(obj["HI_Density"])</font><br><div><br></div><div>The line <font face="monospace, monospace">print(obj["deposit", "all_density"])</font> works, but the two lines after both fail. Here is the traceback from <a href="https://pastebin.com/BusfAeKh">the temperature</a>, and I even tried out <a href="https://pastebin.com/me9uKMHP">deposited temperature</a> and <a href="https://pastebin.com/BxPJj7B0">deposited HI_Density</a>. Am I formatting this incorrectly, or is there a different way to extract the fields?</div><div><br></div><div>Kind regards,</div><div>Carla Bernhardt</div><div>PhD Student</div><div>ZAH Institut für Theoretische Astrophysik</div><div>Universität Heidelberg</div></div>