yt.analysis_modules.halo_finding.halo_objects.HOPHaloList.write_out

HOPHaloList.write_out(filename='HopAnalysis.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 = “HopAnalysis.out”.

ellipsoid_data : bool.

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

Examples

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