save_sky_distribution_bundle#

radiosim.utils.save_sky_distribution_bundle(path, x, y, name_x='x', name_y='y')[source]#

Write images created in analysis to h5 file.

Parameters:
path: str

path to save file

x: ndarray

image of the full jet, sum over all components

y: ndarray

images of components or list, depends on train_type

name_x: str

name of the x-data

name_y: str

name of the y-data