Update Overview

This commit is contained in:
arrell_c 2023-05-25 15:22:22 +02:00
parent 576b6a6207
commit 81e10738b8

View File

@ -40,4 +40,30 @@ The following spatial diagnostics are installed in the Aramis FEL
**Purpose:** Imaging of spontaneous radiation, primarily for ID commissioning
> ### Optics hutch - Bernina
>[SAROP21-PSRD103](Aramis-spatial-diagnostics/SAROP21 PSRD103)
>[SAROP21-PSRD103](Aramis-spatial-diagnostics/SAROP21 PSRD103)
# Debug guide
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#825AA6',
'primaryTextColor': '#fff',
'primaryBorderColor': '#825AA6',
'lineColor': '#000',
'secondaryColor': '#000',
'tertiaryColor': '#fff'
}
}
}%%
flowchart TD
C{Type of issue}
C -->|Motion control| D[Scott Stubbs]
C -->|Camera issue| E[Scott Stubbs]
C -->|Data issue| F[Edwin Divall]
D -->|Not available| G[Claude Pradervand]
E -->|Not available| G[Claude Pradervand]
F -->|Not available| G[Tine Celcer]
```