Update Aramis Contacts

This commit is contained in:
arrell_c 2023-05-30 10:28:53 +02:00
parent b9c96b4049
commit 3b58cacc99

View File

@ -17,15 +17,9 @@ Contact list in case of issues with photon diagnostic devices and services
}%%
flowchart TD
A[Aramis spatial diagnostics issue] --> B(Chris Arrell)
B --> |Not available| 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[Claude Pradervand]
A[Spatial diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spatial-diagnostics/Aramis-spatial-user-guide"
B --> |Not available| C(Hiroki Ueda)
```
# Spectral diagnostics (PSSS, PSSS-LB)
@ -45,18 +39,9 @@ flowchart TD
}%%
flowchart TD
A[Aramis spectral diagnostics issue] --> B(Chris Arrell)
B --> |Not available| C{Type of issue}
C -->|Motion control| D[Scott Stubbs]
C -->|Spectrum not updating| E[Alex Gobbo]
C -->|Data issue| F[Edwin Divall]
C -->|Can't find spectrum| G[User Guide Click me!]
click G "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spectral-diagnostics/PSSS-user-guide"
G -->|Still can't| I[Henrik Lemke/Claudio Cirelli]
D -->|Not available| H[Claude Pradervand]
E -->|Not available| H[Claude Pradervand]
F -->|Not available| H[Claude Pradervand]
A[Spectral diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spectral-diagnostics/PSSS-user-guide"
B --> |Not available| C(Hiroki Ueda)
```
# Intensity diagnostics (PDIM, PBPS)
@ -76,15 +61,28 @@ flowchart TD
}%%
flowchart TD
A[Aramis intensity diagnostics] --> B(Chris Arrell)
B --> |Not available| C{Type of issue}
C -->|Motion control| D[Scott Stubbs]
C -->|Pipleline not updating| E[Alex Gobbo]
C -->|Data issue| F[Edwin Divall]
C -->|Electronics| G[Frank Herzog/Arturo Alarcon]
D -->|Not available| H[Claude Pradervand]
E -->|Not available| H[Claude Pradervand]
F -->|Not available| H[Claude Pradervand]
G -->|Not available| H[Claude Pradervand]
A[Intensity diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-intensity-diagnostics/Intensity-user-guide"
B --> |Not available| C(Andre Al Haddad)
```
# Online services (Pipelines, Web app)
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#825AA6',
'primaryTextColor': '#fff',
'primaryBorderColor': '#825AA6',
'lineColor': '#000',
'secondaryColor': '#000',
'tertiaryColor': '#fff'
}
}
}%%
flowchart TD
A[Online services user guide] -->|Still an issue?| B(Chris Arrell)
click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-online-diagnostics/Online-user-guide"
B --> |Not available| C(Andre Al Haddad)
```