Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 913 Bytes

File metadata and controls

18 lines (15 loc) · 913 Bytes

To Code:

  • Maybe add a function to calibrate the x scale (ADC bins to eV).
  • In the __init__.py, add a function to choose the header files' location (for the C++ part). If the headers are not the good ones, C++ won't find them and we need the full path for it to work. Make it so that a selection (tkinter maybe) shows up to choose the files we want.
  • Add buttons to choose the TOF channels.

PLOTS TO DO

  • ENERGY
  • PSD
  • TIME
  • TOF - cpp
  • PSD vs ENERGY
  • ENERGY VS ENERGY
  • TOF VS ENERGY
  • MCS

C++ TOF

Note that for the C++ TOF, we might want to save some of the data in order to reuse it for the Energy vs Energy and TOF vs Energy plot. What can and could be done, is to save said data within the FILTERED folder or we can make a new folder called C++ TOF and save the data in there. Then before we recalculate anything we verify that the folder exists.