Changes
Page history
Update Flow charts
authored
Mar 19, 2021
by
Andrew Matas
Hide whitespace changes
Inline
Side-by-side
Flow-charts.md
View page @
40bc8f20
...
@@ -38,8 +38,8 @@ graph TD
...
@@ -38,8 +38,8 @@ graph TD
BaselineIsoSpectrum-->FinalIsoSpectrum
BaselineIsoSpectrum-->FinalIsoSpectrum
FinalIsoSpectrum-->PE(Parameter estimation)
FinalIsoSpectrum-->PE(Parameter estimation)
PE-->Posterior[Posterior samples]
PE-->Posterior[Posterior samples]
Baseline
[
Baseline parameters
]
-->ORF
Baseline
((
Baseline parameters
))
-->ORF
SearchType
[
Search type
]
-->ORF
SearchType
((
Search type
))
-->ORF
ORF(ORF)-->DQ
ORF(ORF)-->DQ
ORF-->Postproc
ORF-->Postproc
ORF-->Other
ORF-->Other
...
@@ -51,6 +51,8 @@ graph TD
...
@@ -51,6 +51,8 @@ graph TD
style Postproc fill:#bbf,stroke:#bbf
style Postproc fill:#bbf,stroke:#bbf
style PE fill:#bbf,stroke:#bbf
style PE fill:#bbf,stroke:#bbf
style ORF fill:#bbf,stroke:#bbf
style ORF fill:#bbf,stroke:#bbf
style Baseline fill:#fbf,stroke:#bbb
style SearchType fill:#fbf,stroke:#bbb
```
```
### Preprocessing
### Preprocessing
...
@@ -126,6 +128,18 @@ graph TD
...
@@ -126,6 +128,18 @@ graph TD
```
```
### ORF
```
mermaid
graph TD
Baseline((Baseline parameters))-->CalcORF(Calculate ORF)
SearchType((Search type))-->CalcORF
CalcORF-->ORF[ORF]
style CalcORF fill:#ffb,stroke:#bbb
style Baseline fill:#fbf,stroke:#bbb
style SearchType fill:#fbf,stroke:#bbb
```
### Data quality
### Data quality
```
mermaid
```
mermaid
...
@@ -143,6 +157,8 @@ We also want this module to
...
@@ -143,6 +157,8 @@ We also want this module to
*
Be flexible so that we can implement other kinds of cuts
*
Be flexible so that we can implement other kinds of cuts
### Simulate data
### Simulate data
```
mermaid
```
mermaid
...
...
...
...