Proton Calorimetry/Meetings/2020/09/09: Difference between revisions
FernPannell (talk | contribs) No edit summary |
FernPannell (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
=== [[ELogs/FernPannell|Fern Pannell]] === | === [[ELogs/FernPannell|Fern Pannell]] === | ||
*2 Pis set up with Argon cases and thermal gel. | *2 Pis set up with Argon cases and thermal gel. | ||
*Developed rough scaffolding structure for | *Developed rough scaffolding structure for frontend display in JS. | ||
** Chart.js library used for visuals. | ** Chart.js library used for visuals. | ||
*Researched and experimented with several parsing libraries. | *Researched and experimented with several parsing libraries. | ||
**Papa Parse deemed the only suitable library for easy success client-side. | **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. | *Manually parsing one-line CSV file with fetch API and node http server. | ||
** | **Main Issues: | ||
***test |
Revision as of 16:27, 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.
- Main Issues:
- test
- Main Issues: