yt.lagos.BinnedProfile2D.write_out_h5

BinnedProfile2D.write_out_h5(filename, group_prefix=None, bin_style='left')

Write out data in an hdf5 file. Each profile is put into a group, named by the axis fields. Optionally a group_prefix can be prepended to the group name. If the group already exists, it will delete and replace. However, due to hdf5 functionality, in only unlinks the data, so an h5repack may be necessary to conserve space. Axes values are saved in group attributes. Bins will be saved based on bin_style (left, right, center, both).

Previous topic

yt.lagos.BinnedProfile2D.write_out

Next topic

yt.lagos.BinnedProfile3D

This Page