I added several features and bug fix on Pastavi during the last few weeks.
- I added an option to change the number of images on the generated page. By clicking the radio button, the number of plots in one line will change. (Fig) (Fig)
- I started to take the backup of the generated data from the NoiseBudget mode.
- The generated files (.png or .npz) are stored in /kagra/Dropbox/Measurements/NoiseBudget/data . These files are copied by rsync. The backup process will start at 0:11 JST every day.
- Hirose-san reported the error when she tried to make plots by reading multiple channels from the trend data.
- I fixed the bug.
- I heard the request from Hirose-san to use the second trend data in multiple-channel mode.
- I implemented it. However, when we read the numpy binary, including the trend data, It didn't work for some reason. I need to update the manual. At least, when we read the numpy file, we need the allow_picke option, such as `np.load(fname, allow_pickle=True)`.