yt.analysis_modules.halo_finding.halo_objects.HaloList.write_particle_lists_txt

HaloList.write_particle_lists_txt(prefix, fp=None)[source]

Write out the names of the HDF5 files containing halo particle data to a text file. Needed in particular for parallel analysis output.

Parameters:

prefix : String

The prefix for the name of the file.

Examples

>>> halos.write_particle_lists_txt("halo-parts")