Hi José,
Unfortunately the old halo finders (HOP/FOF) don't accept a particle type keyword argument at the moment.
There's a work in progress PR that implements a new version of FOF that should allow you to specify a particle
type, it just hasn't been merged into mainline yt because it's not completely tested. It's available here
you could run the new version of FOF as follows:
```
from yt.analysis_modules.halo_analysis.api import HaloCatalog
...
hc = HaloCatalog(data_ds=ds, finder_method='yt_fof',
finder_kwargs={'particle_type':'my_particle_type'})
hc.create()```
Sorry thats not completely helpful, but hopefully we should have this fully implemented soon!
-Hilary
--
Hilary Egan
Astrophysical and Planetary Science DepartmentUniversity of Colorado Boulder