a6_automatic_artifact_correction_prepare.sh 319 B

1234567891011
  1. #!/bin/bash
  2. # This script prepares tardis by compiling the necessary function in MATLAB.
  3. # check [module avail matlab] and choose matlab version
  4. fun_name="a6_automatic_artifact_correction"
  5. module load matlab/R2016b
  6. matlab -nodesktop -nosplash -r "run ${fun_name}_prepare.m"
  7. mv run_${fun_name}.sh ${fun_name}_run.sh