pyrex.io.HDF5Writer.add_analysis_indices¶
-
HDF5Writer.
add_analysis_indices
(name, global_index, start_index, length=1)¶ Write the given start and length indices to the event indices dataset.
- Parameters
- namestr
Location and name of the dataset or metadata group to be indexed. Will be forced into an appropriate analysis location if it isn’t already a valid location.
- global_indexint
Global event index (row of the event indices dataset) to write to.
- start_indexint
Starting index in the dataset(s) containing information on the event.
- lengthint, optional
Number of rows in the dataset(s) containing data for the event.