diff --git a/bashscripts/runOnEciton.bash b/bashscripts/runOnEciton.bash index 0ff9df6..e6e6698 100755 --- a/bashscripts/runOnEciton.bash +++ b/bashscripts/runOnEciton.bash @@ -7,4 +7,4 @@ #sed 's,\./,,g' -i dirs.txt #sed '/^[[:blank:]]*$/d' -i dirs.txt -matlab < /home/hohlochj/masterarbeit/usedMcode/callAll.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-EEGtoEMGandAutoencToKin.log +matlab < /home/hohlochj/masterarbeit/usedMcode/callAll.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-EEGtoEMGandAutoencToKinAndVia.log diff --git a/bashscripts/runOnEcitonPos.bash b/bashscripts/runOnEcitonPos.bash index 15f5861..5f56d87 100755 --- a/bashscripts/runOnEcitonPos.bash +++ b/bashscripts/runOnEcitonPos.bash @@ -7,4 +7,4 @@ #sed 's,\./,,g' -i dirs.txt #sed '/^[[:blank:]]*$/d' -i dirs.txt -matlab < /home/hohlochj/masterarbeit/usedMcode/callAllPos.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-PosDefault.log +matlab < /home/hohlochj/masterarbeit/usedMcode/callAllPos.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-PosDefaultOff2.log diff --git a/usedMcode/callAll.m b/usedMcode/callAll.m index 893bcfe..38e90ad 100644 --- a/usedMcode/callAll.m +++ b/usedMcode/callAll.m @@ -7,7 +7,7 @@ noSynergies=3; allSubjects=true; %run all subjects and days or only one random day for one random subject -name='EEGtoEMGandAutoencToKin'; %suffix for the output, has to be valid name for file (no space, /, ...) +name='EEGtoEMGandAutoencToKinandVia'; %suffix for the output, has to be valid name for file (no space, /, ...) windowEMG=0.2; windowEEG=1; shiftEMG=0.05;