ELogs/MatthieuHentz: Difference between revisions
< ELogs
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== To Do == | == To Do == | ||
* Write progress report | |||
* Do reconstruction of simulation with >1 billion protons | |||
* Convert ITK images to DICOM | |||
* Assign ID to each proton to simplify matching | |||
** Concatenating run ID and event ID to a long string does not work as the string is truncated for some reason. | |||
** Alternative: Use a short hash? -> Need a hash function | |||
== Completed == |
Revision as of 11:48, 14 January 2019
Electronic Log for Matthieu Hentz
To Do
- Write progress report
- Do reconstruction of simulation with >1 billion protons
- Convert ITK images to DICOM
- Assign ID to each proton to simplify matching
- Concatenating run ID and event ID to a long string does not work as the string is truncated for some reason.
- Alternative: Use a short hash? -> Need a hash function