The data collected 2025-02-21 shows the entry /entry/instrument/detector/frame_time 0.05s
h5dump -d /entry/instrument/detector/frame_time /data/epoc/storage/jem2100plus/UniVie/Bismarck/PHVE39/2025-02-21/009_PHVE39_round_particles_2025-02-21_1226_master.h5 HDF5 "/data/epoc/storage/jem2100plus/UniVie/Bismarck/PHVE39/2025-02-21/009_PHVE39_round_particles_2025-02-21_1226_master.h5" { DATASET "/entry/instrument/detector/frame_time" { DATATYPE H5T_IEEE_F32LE DATASPACE SCALAR DATA { (0): 0.05 } ATTRIBUTE "units" { DATATYPE H5T_STRING { STRSIZE 2; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } DATASPACE SCALAR DATA { (0): "s" } } } }
And the count_time read 0.048s
In my opinion, fame_time and count_time should be really the detector-specific frame_time, i.e. 1/2000 s for frame_time
The summing is not done by the detector, but afterwards. In my opinion, we should add a data path for post-processing, that includes the number of summed frames stored in the hdf5-file.
The data collected 2025-02-21 shows the entry /entry/instrument/detector/frame_time 0.05s
h5dump -d /entry/instrument/detector/frame_time /data/epoc/storage/jem2100plus/UniVie/Bismarck/PHVE39/2025-02-21/009_PHVE39_round_particles_2025-02-21_1226_master.h5 HDF5 "/data/epoc/storage/jem2100plus/UniVie/Bismarck/PHVE39/2025-02-21/009_PHVE39_round_particles_2025-02-21_1226_master.h5" { DATASET "/entry/instrument/detector/frame_time" { DATATYPE H5T_IEEE_F32LE DATASPACE SCALAR DATA { (0): 0.05 } ATTRIBUTE "units" { DATATYPE H5T_STRING { STRSIZE 2; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } DATASPACE SCALAR DATA { (0): "s" } } } }And the count_time read 0.048s
In my opinion, fame_time and count_time should be really the detector-specific frame_time, i.e. 1/2000 s for frame_time
The summing is not done by the detector, but afterwards. In my opinion, we should add a data path for post-processing, that includes the number of summed frames stored in the hdf5-file.