-
Stefan Reck authored
- column_names of point maker no longer saved as title, but as attributes --> auto read out in OrcaNet - properly implement h5shuffle in tools and add unittests - concatenate copies over attributes - add option to keep dtype of mcinfo - now all infos in the blob are kept for the mc_info_extr, including classical reco - add overwrite option to BaseProcessor
Stefan Reck authored- column_names of point maker no longer saved as title, but as attributes --> auto read out in OrcaNet - properly implement h5shuffle in tools and add unittests - concatenate copies over attributes - add option to keep dtype of mcinfo - now all infos in the blob are kept for the mc_info_extr, including classical reco - add overwrite option to BaseProcessor
tools.rst 663 B
OrcaSong Tools
Orcasong comes with some tools to further process data.
Concatenate
Concatenate files resulting from OrcaSong, i.e. merge some h5 files into a single, bigger one. The resulting file can still be read in with km3pipe.
Can be used via the commandline like so:
concatenate --help
or import as:
from orcasong.tools import FileConcatenator
Shuffle
Shuffle an h5 file using km3pipe.
Can be used via the commandline like so:
h5shuffle --help
or import function for general postprocessing:
from orcasong.tools.postproc import postproc_file