torchsig.utils.file_handlers.hdf5.populate_hdf5_group_with_signals

torchsig.utils.file_handlers.hdf5.populate_hdf5_group_with_signals(group, signals, index=True, data_dataset_kwargs=None)[source]

Populates an HDF5 group with multiple signals and optionally indexes them.

Parameters:
  • group – The HDF5 group to populate.

  • signals – The signals to add to the group.

  • index – Whether to index the signals.

  • data_dataset_kwargs – Optional keyword arguments for dataset creation.