Proton Calorimetry/Meetings/2020/09/09: Difference between revisions

From PBTWiki
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
*Finished transfer report.
*Finished transfer report.
*Wrote first draft of talk slides.
*Wrote first draft of talk slides.
*Wrote Wiki page on [http://www.hep.ucl.ac.uk/pbt/wiki/Proton_Calorimetry/Equipment/ZyboZ7_DDC232, background and operation of Zybo and DDC232].
*Wrote Wiki page on [http://www.hep.ucl.ac.uk/pbt/wiki/Proton_Calorimetry/Equipment/ZyboZ7_DDC232 background and operation of Zybo and DDC232].
*Uploading data to Plus1 seems to work with CoolTerm, C++ CSV generation and tail/cat commands.
*Uploading data to Plus1 seems to work with CoolTerm, C++ CSV generation and tail/cat commands.
**Will add argument in C++ macro to control rate of CSV file generation on local machine.
**Will add argument in C++ macro to control rate of CSV file generation on local machine.
Line 16: Line 16:


=== [[ELogs/FernPannell|Fern Pannell]] ===
=== [[ELogs/FernPannell|Fern Pannell]] ===
*2 Pis set up with Argon cases and thermal gel.
*Developed rough scaffolding structure for frontend display in JS.
** Chart.js library used for visuals.
*Researched and experimented with several parsing libraries.
**Papa Parse deemed the only suitable library for easy success client-side.
**Papa Parse can be revisited for more complex data structures (JSON).
*Manually parsing one-line CSV file with fetch API and node http server.
**Issue 1: CSV data only parsing when read as a column (reconfigure for row).
**Issue 2: Updating the data file is not reflected in the chart upon refresh - cannot test java PhotodiodeValues file until this is resolved.
*Next steps focus on reconfiguring the manual parsing for row-based data and resolving data updating issues.

Latest revision as of 16:35, 17 September 2020

Minutes for UCL Proton Calorimetry Meetings, 2nd September

Present

Simon Jolly, Saad Shaikh, Fern Pannell

Saad Shaikh

  • Finished transfer report.
  • Wrote first draft of talk slides.
  • Wrote Wiki page on background and operation of Zybo and DDC232.
  • Uploading data to Plus1 seems to work with CoolTerm, C++ CSV generation and tail/cat commands.
    • Will add argument in C++ macro to control rate of CSV file generation on local machine.
  • Will write Wiki page on QuARC data analysis.
  • Will implement readout before and after CONV toggles on DDC232.
  • Will give a mock talk in next week's meeting.

Fern Pannell

  • 2 Pis set up with Argon cases and thermal gel.
  • Developed rough scaffolding structure for frontend display in JS.
    • Chart.js library used for visuals.
  • Researched and experimented with several parsing libraries.
    • Papa Parse deemed the only suitable library for easy success client-side.
    • Papa Parse can be revisited for more complex data structures (JSON).
  • Manually parsing one-line CSV file with fetch API and node http server.
    • Issue 1: CSV data only parsing when read as a column (reconfigure for row).
    • Issue 2: Updating the data file is not reflected in the chart upon refresh - cannot test java PhotodiodeValues file until this is resolved.
  • Next steps focus on reconfiguring the manual parsing for row-based data and resolving data updating issues.