Changes
Page history
Update Flow charts
authored
Feb 20, 2021
by
Andrew Matas
Hide whitespace changes
Inline
Side-by-side
Flow-charts.md
View page @
bc7e9fa8
...
...
@@ -5,21 +5,21 @@
### Overview
```
mermaid
graph TD
;
h1[(Channel 1)]-->A(Preprocessing)
;
h2[(Channel 2)]-->A
;
A-->B(Cross Correlation)
;
B-->C1[ft map with Y]
;
B-->C2[ft map with PSD1]
;
B-->C3[ft map with PSD2]
;
C1-->D(Post-processing)
;
C2-->D
;
C3-->D
;
C1-->D2(Other searches)
;
C2-->D2
;
C3-->D2
;
D-->E[f series: Y and sigma]
;
E-->F(Parameter estimation)
;
graph TD
h1[(Channel 1)]-->A(Preprocessing)
h2[(Channel 2)]-->A
A-->B(Cross Correlation)
B-->C1[ft map with Y]
B-->C2[ft map with PSD1]
B-->C3[ft map with PSD2]
C1-->D(Post-processing)
C2-->D
C3-->D
C1-->D2(Other searches)
C2-->D2
C3-->D2
D-->E[f series: Y and sigma]
E-->F(Parameter estimation)
```
### Preprocessing
...
...
...
...