Lestropie / DWI_metadata

A software tool for verifying appropriate software handling of DWI metadata
Mozilla Public License 2.0
0 stars 0 forks source link

Modularise code #1

Open Lestropie opened 5 months ago

Lestropie commented 5 months ago

Initial addition of code will be as a single executable Python file, given that's how the first stage of testing has been generated.

First batch of modifications will be to separate code that invokes different software packages out to their own modules. This will make the code overall more manageable and navigable, but also hopefully facilitate expansion of the tool to cover more softwares and more processing steps.