Reports 1-1 of 1 Clear search Modify search
DetChar (General)
hirotaka.yuzurihara - 15:52 Tuesday 28 January 2025 (32474) Print this report
Pastavi update: adjusting the number of images, backup of NoiseBudget data, trend data in plotting multiple channels

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)`.
Images attached to this report
Comments to this report:
hirotaka.yuzurihara - 11:33 Thursday 30 January 2025 (32500) Print this report

> 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)`.

This issue was caused by how to pack the numpy binary file and was unrelated to the jupyter notebook. I fixed it. Using the manual, you can read the binary file, including the trend data.

Search Help
×

Warning

×