yt.analysis_modules.halo_finding.halo_objects.LoadTextHaloes.write_out

LoadTextHaloes.write_out(filename, ellipsoid_data=False)

Write out standard halo information to a text file.

Parameters:

filename : String

The name of the file to write to.

ellipsoid_data : bool.

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

Examples

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