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 flowchart TD
A[Aramis spatial diagnostics issue] --> B(Chris Arrell) A[Spatial diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
B --> |Not available| C{Type of issue} click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spatial-diagnostics/Aramis-spatial-user-guide"
C -->|Motion control| D[Scott Stubbs] B --> |Not available| C(Hiroki Ueda)
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]
``` ```
# Spectral diagnostics (PSSS, PSSS-LB) # Spectral diagnostics (PSSS, PSSS-LB)
@ -45,18 +39,9 @@ flowchart TD
}%% }%%
flowchart TD flowchart TD
A[Aramis spectral diagnostics issue] --> B(Chris Arrell) A[Spectral diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
B --> |Not available| C{Type of issue} click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-spectral-diagnostics/PSSS-user-guide"
C -->|Motion control| D[Scott Stubbs] B --> |Not available| C(Hiroki Ueda)
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]
``` ```
# Intensity diagnostics (PDIM, PBPS) # Intensity diagnostics (PDIM, PBPS)
@ -76,15 +61,28 @@ flowchart TD
}%% }%%
flowchart TD flowchart TD
A[Aramis intensity diagnostics] --> B(Chris Arrell) A[Intensity diagnostics user guide] -->|Still an issue?| B(Chris Arrell)
B --> |Not available| C{Type of issue} click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Aramis-intensity-diagnostics/Intensity-user-guide"
C -->|Motion control| D[Scott Stubbs] B --> |Not available| C(Andre Al Haddad)
C -->|Pipleline not updating| E[Alex Gobbo] ```
C -->|Data issue| F[Edwin Divall] # Online services (Pipelines, Web app)
C -->|Electronics| G[Frank Herzog/Arturo Alarcon] ```mermaid
D -->|Not available| H[Claude Pradervand] %%{
E -->|Not available| H[Claude Pradervand] init: {
F -->|Not available| H[Claude Pradervand] 'theme': 'base',
G -->|Not available| H[Claude Pradervand] '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)
``` ```