From f1d1f9ef10457a0631559109abfabd2d503ec24c Mon Sep 17 00:00:00 2001 From: Mark Henney Date: Fri, 24 May 2024 09:18:28 +0200 Subject: [PATCH] style scripts in flowchart --- documentation/DATA_ANALYSIS.stub | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/DATA_ANALYSIS.stub b/documentation/DATA_ANALYSIS.stub index 4ea82c9..49ec117 100644 --- a/documentation/DATA_ANALYSIS.stub +++ b/documentation/DATA_ANALYSIS.stub @@ -7,7 +7,7 @@ graph TD; A[raw2/meg]-->a(artefact_rejection.m)-->B[derivatives/meg]; B-->b(sensor_level_analysis.m)-->D[Sensor level results] - + C[raw2/anat]-->c( make_headmodel.m)-->E[derivatives/anat] d(beamformer.m) @@ -15,6 +15,13 @@ graph TD; E-->d G[raw2/beh]-->e(inspect_beh.py)-->H[Behavioural results] + + + style a fill:#f9f,stroke:#333,stroke-width:4px + style b fill:#f9f,stroke:#333,stroke-width:4px + style c fill:#f9f,stroke:#333,stroke-width:4px + style d fill:#f9f,stroke:#333,stroke-width:4px + style e fill:#f9f,stroke:#333,stroke-width:4px ``` ### 40 Hz Artefact Removal