Skip to content
Snippets Groups Projects
  1. Jan 10, 2022
    • Alexis GAMELIN's avatar
      Allow for particle losses in Monitor classes · db49cb81
      Alexis GAMELIN authored
      Add a is_empty property to the Bunch class.
      Add a check_empty optional parameter to the Monitor.track_bunch_data method.
      ProfileMonitor: if the bunch is empty, no profile is saved.
      WakePotentialMonitor: if the bunch is empty, the same from last good turn is saved.
      BunchSpectrumMonitor: if the bunch is empty, the incoherent spectrum is nan.
      db49cb81
  2. Nov 17, 2021
  3. Sep 10, 2021
  4. Sep 03, 2021
  5. Aug 31, 2021
  6. Aug 20, 2021
  7. Aug 17, 2021
  8. Aug 13, 2021
  9. Aug 10, 2021
  10. Aug 09, 2021
    • Alexis GAMELIN's avatar
      Misc monitor changes · a7c73e5a
      Alexis GAMELIN authored
      Remove TuneMonitor (remplaced by BunchSpectrumMonitor).
      Remove default values for save_very, buffer_size, total_size.
      Set default value for mpi_mode to False.
      Add "xtau"/"ytau" choices for Bunch/BeamSpectrumMonitor classes.
      Set default value for n_fft to None to avoid zero-padding by default.
      Fix WakePotentialMontior n_bin (x2) problem.
      a7c73e5a
  11. Aug 05, 2021
  12. Aug 02, 2021
  13. Jul 30, 2021
  14. Jul 29, 2021
    • Alexis GAMELIN's avatar
      Add BeamSpectrumMonitor · 8adb9c18
      Alexis GAMELIN authored
      Add a monitor for the coherent beam spectrum (i.e. coupled bunch modes).
      Add utility functions to BunchSpectrumMonitor to know the fft and signal resolution.
      Save the frequency samples for BunchSpectrumMonitor in the hdf5 file.
      8adb9c18
  15. Jul 28, 2021
  16. Jul 20, 2021
  17. Jul 02, 2021
  18. Jun 25, 2021
  19. May 20, 2021
  20. May 19, 2021
  21. May 12, 2021
  22. Apr 29, 2021
  23. Apr 23, 2021
    • Gamelin Alexis's avatar
      Fix TuneMonitor · 7507d659
      Gamelin Alexis authored
      Fix bug when buffer_size=1 in TuneMonitor by switching to init buffer_count to 0. Now total_size should be 1 less.
      Improve plot_tunedata
      7507d659
Loading