yt.lagos.HaloList.write_particle_lists_txt

HaloList.write_particle_lists_txt(prefix, fp=None)

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")

Previous topic

yt.lagos.HaloList.write_out

Next topic

yt.lagos.TwoPointFunctions

This Page