adlofts created page: remote start up authored by Andrew Lofts's avatar Andrew Lofts
...@@ -12,7 +12,7 @@ This EEGLAB extension provides an easy to use interface for generating script pi ...@@ -12,7 +12,7 @@ This EEGLAB extension provides an easy to use interface for generating script pi
*** ***
**Example:** **Example:**
The pipeline below is an example pipeline based off of the **eeglab_pipe_asr_amica** tutorial pipeline. A simple pipeline is depicted below.
![mfilecreate2](/uploads/2dd1115ad018f519d6d1cdb381e4d5a3/mfilecreate2.png) ![mfilecreate2](/uploads/2dd1115ad018f519d6d1cdb381e4d5a3/mfilecreate2.png)
This pipeline has 7 .htb scripts (yellow and red). This pipeline has 7 .htb scripts (yellow and red).
If we were to run 3 data files through this pipeline we would automatically generate 3 x 7 = 21 unique .m scripts and run them each in succession. Locally these would be executed in matlab one at a time, but if you are using remote resources then each of the 3 pipelines will be independently scheduled. If we were to run 3 data files through this pipeline we would automatically generate 3 x 7 = 21 unique .m scripts and run them each in succession. Locally these would be executed in matlab one at a time, but if you are using remote resources then each of the 3 pipelines will be independently scheduled.
... ...
......