You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In addition, you will also need to prepare an atlas-network file. This file shou
47
47
48
48
<aname="section-2"></a>
49
49
## 2. Main Pipeline
50
-
The main pipeline comprises three steps, with scripts located in the ./src/ folder. Specifically, the first step (st1_ParamSt.m) initializes the parameters. The second step (st2_QPPanalysis.m) identifies and analyzes QPPs. The third step (st3_QPPFCvisual.m) visualizes QPPs and related results using the outputs from step 2.
50
+
The main pipeline comprises three steps, with scripts located in the ./src/ folder. Specifically, the first step (st1_ParamSt.m) initializes the parameters. The second step (st2_QPPanalysis.m) identifies and analyzes QPPs. The third step (st3_QPPFCvisual.m) visualizes QPPs and related results using the outputs from step 2. Note: When running the pipeline in Matlab, ensure that all scripts are executed within the ./src/ folder.
51
51
<aname="section-2-1"></a>
52
52
### 2.1 (Step 1) Run 'st1_ParamsSet.m'
53
53
The following parameters need to be prespecified before running the script. A parameter file Params_`data`\_`ext`.mat will be generated and saved in the ./param/ folder after running this script.
0 commit comments