The code for the pynrrd module was getting quite large all in the nrrd.py file. By splitting this up into multiple files, it helps increase the readability of the code. In addition, it future-proofs the module by allowing future users to create new files and add to it.
The code for the pynrrd module was getting quite large all in the nrrd.py file. By splitting this up into multiple files, it helps increase the readability of the code. In addition, it future-proofs the module by allowing future users to create new files and add to it.