This module creates files that can be submitted in parallel to a cluster for faster processing. It should be placed at the end of an image processing pipeline.
If your computer mounts the file system differently than the cluster computers, CreateBatchFiles can replace the necessary parts of the paths to the image and output files. For instance, a Windows machine might access files images by mounting the file system using a drive letter, like this:
Z:\imaging_analysis
and the cluster computers access the same file system like this:
/imaging/analysis
In this case, the local root path is Z:\imaging_analysis and the cluster root path is /imaging/analysis.
For example, if you have mapped the remote cluster machine like this:
Z:\your_data\images (on a Windows machine, for instance)
and the cluster machine sees the same folder like this:
/server_name/your_name/your_data/images
you would enter Z: here and
For example, if you have mapped the remote cluster machine like this:
Z:\your_data\images (on a Windows machine, for instance)
and the cluster machine sees the same folder like this:
/server_name/your_name/your_data/images
you would enter Z: in the previous setting for the
local machine path and