ELogs/UnikLimbu: Difference between revisions

From PBTWiki
Jump to navigation Jump to search
Line 4: Line 4:


Add list of to-do list items
Add list of to-do list items
# Getting rid of the photodiode number buttons and implementing a text-entry box for the number of photodiodes instead.
# Getting rid of the photodiode number buttons and implement a text-entry box for the number of photodiodes instead.
# Implementing two text-entry boxes for the minimum (0mm) and maximum range which updates automatically when the number of photodiodes is entered.
# Implementing two text-entry boxes for the minimum (0mm) and maximum range which updates automatically when the number of photodiodes is entered.
#* The x-axis must show millimetres, not photodiode numbers because the important quantity is the Water Equivalent Thickness that the protons have penetrated.
#* The x-axis must show millimetres, not photodiode numbers because the important quantity is the Water Equivalent Thickness that the protons have penetrated.

Revision as of 16:04, 9 August 2022

Electronic Log for Unik Limbu

To Do

Add list of to-do list items

  1. Getting rid of the photodiode number buttons and implement a text-entry box for the number of photodiodes instead.
  2. Implementing two text-entry boxes for the minimum (0mm) and maximum range which updates automatically when the number of photodiodes is entered.
    • The x-axis must show millimetres, not photodiode numbers because the important quantity is the Water Equivalent Thickness that the protons have penetrated.
  3. Getting rid of the buttons that reload the plot and instead implement four check boxes on the plot.
    • Raw photodiode values
    • Error bars
    • Quenched Bragg curve
    • Bortfeld curve
  4. Convert the Start and Stop buttons into a single button that changes role depending on whether the display is running or stopped.
    • If it's stopped: it should say "Run" and start the display running
    • If it's running: it should say "Stop" and should stop or pause the display

Completed

  • Understood and made use of Papa Parse to load the data
  • Plotted the bar graph for the photodiode data (but currently working in adding the axes)