km3pipe.utils.calibrate¶
Apply geometry and time calibration from a DETX to an HDF5 file.
- Usage:
- calibrate [options] DETXFILE HDF5FILE calibrate (-h | –help) calibrate –version
- Options:
-c CHUNK_SIZE Size of the chunk to load into memory [default: 200000]. --verbose Shows a progress bar during calibration. -h –help Show this screen.
Module Contents¶
Functions¶
calibrate_hits(f, cal, chunk_size, h5group, is_verbose) |
|
write_calibration(calib, f, loc) |
Write calibration set to file |
initialise_arrays(group, f) |
Create EArrays for calibrated hits |
main() |