yt.analysis_modules.halo_finding.halo_objects.FOFHaloList.write_out

FOFHaloList.write_out(filename='FOFAnalysis.out', ellipsoid_data=False)[source]

Write out standard halo information to a text file.

Parameters:

filename : String

The name of the file to write to. Default = “FOFAnalysis.out”.

ellipsoid_data : bool.

Whether to print the ellipsoidal information to the file. Default = False.

Examples

>>> halos.write_out("FOFAnalysis.out")