From 9e07d3109081d4edd3210a45d991b2ad1e11ddfd Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 16 Nov 2020 08:36:23 -0600 Subject: add jdy, ut1, ut2, dte, and hmsc to hdf5 output file --- src/hdf5_utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/hdf5_utils.h') diff --git a/src/hdf5_utils.h b/src/hdf5_utils.h index 03ef6ae..7479854 100644 --- a/src/hdf5_utils.h +++ b/src/hdf5_utils.h @@ -26,6 +26,11 @@ typedef struct HDF5Event { int sub_run; int evn; double gtr; + int jdy; + int ut1; + int ut2; + int dte; + int hmsc; int nhit; int nhit_cal; uint32_t gtid; -- cgit