vvmurthy / RadiationTherapyDecisionSupport

Python Code, MATLAB Original Code and data to benchmark Radiation Therapy Decision Support Algorithm
0 stars 1 forks source link

Add code to parse OAR name #3

Open vvmurthy opened 6 years ago

vvmurthy commented 6 years ago

Currently the oar_dictionary table in the MySQL database is empty. This is a problem because we cannot save into the database without the unique MySQL ID for each OAR / PTV that is supposed to be in that table..

We should focus our efforts on building this oar_dictionary parser by parsing the UCLA data, determining duplicate OAR names, and programmatically adding those oar names to the server. This will enable the feature_extraction() test in Python/AlgoEngine/test.py to work.