Data (radionets.core.data)#

Data submodule of radionets.core.

Reference/API#

radionets.core.data Module#

Functions#

get_bundles(path)

returns list of bundle paths located in a directory

get_dls(train_ds, valid_ds, batch_size, **kwargs)

load_data(data_path, mode[, fourier])

Load data set from a directory and return it as H5DataSet.

open_bundle(path)

open radio galaxy bundles created in first analysis step

open_bundle_pack(path)

open_fft_bundle(path)

open radio galaxy bundles created in first analysis step

save_bundle(path, bundle, counter[, name])

save_fft_pair(path, x, y[, z, name_x, ...])

write fft_pairs created in second analysis step to h5 file

Classes#

DataBunch(train_dl, valid_dl[, num_classes])

H5DataSet(bundle_paths, tar_fourier)

Class Inheritance Diagram#

Inheritance diagram of radionets.core.data.DataBunch, radionets.core.data.H5DataSet