Move task name definitions for analysis and plotting tools to its own file
Compare changes
@@ -292,12 +292,11 @@ Adding your task to the analysis tools
@@ -292,12 +292,11 @@ Adding your task to the analysis tools
I got tired of having to keep modifying 3 python files with the same changes. So I moved the shared data, i.e. task type names and task subtype names and SIDs to its own file that is now imported by each python script in that directory.