Suggest the new design including queue of journals for cyclic measurement or for the automatically splitting set of samples in case of overflowing disk size.
It means that globally I have two list: list of journals and list of samples. I have to decide how I will switch samples on the detector and journals for the session during measurement process.
[ ] Handle creation of few registers. In this case run of measurements each register will initial by hand.
[ ] In case of overflow (register has more then 45 samples) it also should be split for two journals. In this case run of measurements each register will initial by hand.
[ ] In case of cyclic measurements two parameters should be specified - number of measurements and pause before measurements of register. In this case run of measurements for each register will start automatically after pause.
Suggest the new design including queue of journals for cyclic measurement or for the automatically splitting set of samples in case of overflowing disk size.
It means that globally I have two list: list of journals and list of samples. I have to decide how I will switch samples on the detector and journals for the session during measurement process.