<div dir="ltr">Hi there,<div><br></div><div>I am loading in a gadget binary snapshot successfully like so:</div><div><br></div><div><div>pf = GadgetStaticOutput("snapshot_050", unit_base = unit_base, bounding_box = bbox)</div>

</div><div><br></div><div>However I do not seem to be loading all the fields. The InternalEnergy, Density and SmoothingLength fields are listed in io.py but don't seemed to be getting called.</div><div><br></div><div>

~/yt-3.0/yt/frontends/sph/io.py:<br></div><div><br></div><div><div> _fields = ( "Coordinates",</div><div>                "Velocities",</div><div>                "ParticleIDs",</div><div>                "Mass",</div>

<div>                ("InternalEnergy", "Gas"),</div><div>                ("Density", "Gas"),</div><div>                ("SmoothingLength", "Gas"),</div><div>    )</div>

</div><div><br></div><div>Any advice would be greatly appreciated.</div><div><br></div><div>Kind Regards,</div><div>Daniel</div><div><br></div><div><br></div></div>