<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi All, <div><br></div><div>I was testing out the new HaloCatalog infrastructure and I got stuck pretty quickly :)</div><div><br></div><div>When trying to access the halo mass I tried to do so using the all_data() function and then the </div><div>particle mass field e.g.</div><div><br></div><div><div>hc = HaloCatalog(data_ds=data_ds, finder_method='hop')</div><div>hc.create()</div><div>ad = hc.all_data()</div><div>masses = ad['particle_mass'][:]</div></div><div><br></div><div>but the script failed on trying to access the all_data function - see traceback below. What is the best way to get at the Halo properties?</div><div><br></div><div>Cheers,</div><div>John</div><div><br></div><div><div>yt : [INFO     ] 2014-10-20 15:54:11,353 Loaded species (109 new fields)</div><div>/homeappl/home/regan/appl_taito/YT/Dev-3.0/yt/yt/units/yt_array.py:739: RuntimeWarning: divide by zero encountered in divide</div><div>  return YTArray(super(YTArray, self).__div__(ro))</div><div>yt : [INFO     ] 2014-10-20 15:54:11,450 Saving halo catalog (2 halos) to halo_catalogs/catalog/catalog.</div><div>Traceback (most recent call last):</div><div>  File "BasicHaloFinder.py", line 12, in <module></div><div>    ad = hc.all_data()</div><div>AttributeError: 'HaloCatalog' object has no attribute 'all_data'</div></div><div><br></div></div>