diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 08:36:23 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 08:36:23 -0600 |
commit | 9e07d3109081d4edd3210a45d991b2ad1e11ddfd (patch) | |
tree | f55f6e81c94cbe9a96d35700ec7a847526343aaa /src/hdf5_utils.h | |
parent | f92ebc3df77a24f67eeb7b78c45d03b7806bdfa3 (diff) | |
download | sddm-9e07d3109081d4edd3210a45d991b2ad1e11ddfd.tar.gz sddm-9e07d3109081d4edd3210a45d991b2ad1e11ddfd.tar.bz2 sddm-9e07d3109081d4edd3210a45d991b2ad1e11ddfd.zip |
add jdy, ut1, ut2, dte, and hmsc to hdf5 output file
Diffstat (limited to 'src/hdf5_utils.h')
-rw-r--r-- | src/hdf5_utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |