This commit refactors the PyNutil class to make it more modular and easier to...
This commit refactors the PyNutil class to make it more modular and easier to read and understand. The load_atlas_data method has been extracted to a separate function, and the coordinate extraction, pixel labeling and counting, and writing of points to Meshview have been extracted to separate methods. These changes make the code more modular and easier to maintain.
No related branches found
No related tags found
Showing
- PyNutil/folder_of_segmentations_to_meshview.py 1 addition, 1 deletionPyNutil/folder_of_segmentations_to_meshview.py
- PyNutil/main.py 0 additions, 1 deletionPyNutil/main.py
- PyNutil/metadata/config.json 1 addition, 1 deletionPyNutil/metadata/config.json
- PyNutil/oop_example.py 14 additions, 0 deletionsPyNutil/oop_example.py
- PyNutil/testing_openflatfile.py 8 additions, 2 deletionsPyNutil/testing_openflatfile.py
- test/test5_NOP_s037.json 6 additions, 6 deletionstest/test5_NOP_s037.json
- testOOP.py 2 additions, 2 deletionstestOOP.py
PyNutil/oop_example.py
0 → 100644
Please register or sign in to comment