ELogs/MatthieuHentz: Difference between revisions
< ELogs
No edit summary |
(→To Do) |
||
Line 2: | Line 2: | ||
== To Do == | == To Do == | ||
* | === Urgent === | ||
* Nada | |||
=== Higher priority === | |||
* Work on progress report | |||
* Implement phantoms to be used to determine MTF and CDF in Geant4: one uniform phantom with a single central non-uniform pixel and another truly uniform phantom | |||
* Write code for benchmarking metrics analysis: MTF, CDF, noise and relative error | |||
* Get in touch with R Schulte to get access to DROP and TVS-DROP algorithms | |||
* Run preliminary simulations to test the metrics | |||
=== Lower priority === | |||
* Do reconstruction of simulation with >1 billion protons | * Do reconstruction of simulation with >1 billion protons | ||
* Convert ITK images to DICOM | * Convert ITK images to DICOM | ||
Line 8: | Line 18: | ||
** Concatenating run ID and event ID to a long string does not work as the string is truncated for some reason. | ** 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 | ** Alternative: Use a short hash? -> Need a hash function | ||
== Completed == | == Completed == |
Revision as of 19:38, 23 January 2019
Electronic Log for Matthieu Hentz
To Do
Urgent
- Nada
Higher priority
- Work on progress report
- Implement phantoms to be used to determine MTF and CDF in Geant4: one uniform phantom with a single central non-uniform pixel and another truly uniform phantom
- Write code for benchmarking metrics analysis: MTF, CDF, noise and relative error
- Get in touch with R Schulte to get access to DROP and TVS-DROP algorithms
- Run preliminary simulations to test the metrics
Lower priority
- 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