UBRoswellMedPhys / rpc3dl

Deep learning for radiotherapy outcome prediction
1 stars 0 forks source link

Refactor code for better modularity #4

Open jasbach opened 1 year ago

jasbach commented 1 year ago

Some portions of the pipeline are too parasitic with each other. I want to refactor the codebase to better isolate functionality and then simply line up the pieces of functionality under wrapper functions that govern high level tasks.

Upshot of this refactor is likely also a change in package module structure with an eye towards making a more generalizable tool that can be re-used for future research.