The script runs serially, completing analysis of all components of one segmentation file before starting the next. Using the multiprocessing Python module would allow parallelisation at the segmentation file or component analysis level, and significantly decrease runtime when processing large amounts of tomograms on HPC clusters.
The script runs serially, completing analysis of all components of one segmentation file before starting the next. Using the
multiprocessingPython module would allow parallelisation at the segmentation file or component analysis level, and significantly decrease runtime when processing large amounts of tomograms on HPC clusters.