Closed regenerativescience closed 3 months ago
@regenerativescience Hi, this error was due to the version of ImageStudio you used(2.2.1) being too low and not suitable for SAW 7.x. You could use the latest version of ImageStudio (>=3.0.0) and StereoMap(>=3.0.0).
@Clouate
Thank you for your prompt response.
If possible, could you please provide guidance on one more point? Where can I find the compatibility table between the versions of ImageStudio and SAW?
Thank you for your assistance.
I was able to find the compatibility table between the versions of ImageStudio and SAW at this link.
Hello,
I encountered an issue while running
stereoPipeline_v7.1.sh
. During theregister
execution, the following error occurred:According to this link, the SAW-A40001 error indicates a "Parameter missing" issue. However, I have verified that the directories and files used as parameters do exist.
I'm unsure what the problem might be. Could you please provide guidance on how to resolve this issue?
Due to the need to run the script on a shared high-performance computer, I made the following modifications to
stereoPipeline_v7.1.sh
:export SINGULARITY_BIND
singularity exec ${sif}
tosingularity exec --bind ${PWD}:${PWD} ${sif}
Here are the standard output and standard error logs from the
.sh
file:output
error
Thank you for your assistance.
Best regards,