90 lines
2.5 KiB
Markdown
90 lines
2.5 KiB
Markdown
Contact list in case of issues with photon diagnostic devices and services
|
|
|
|
# Spatial diagnostics (PPRM, PSCR, PSCD, PSRD)
|
|
```mermaid
|
|
%%{
|
|
init: {
|
|
'theme': 'base',
|
|
'themeVariables': {
|
|
'primaryColor': '#825AA6',
|
|
'primaryTextColor': '#fff',
|
|
'primaryBorderColor': '#825AA6',
|
|
'lineColor': '#000',
|
|
'secondaryColor': '#000',
|
|
'tertiaryColor': '#fff'
|
|
}
|
|
}
|
|
}%%
|
|
|
|
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]
|
|
|
|
```
|
|
# Spectral diagnostics (PSSS, PSSS-LB)
|
|
|
|
```mermaid
|
|
%%{
|
|
init: {
|
|
'theme': 'base',
|
|
'themeVariables': {
|
|
'primaryColor': '#825AA6',
|
|
'primaryTextColor': '#fff',
|
|
'primaryBorderColor': '#825AA6',
|
|
'lineColor': '#000',
|
|
'secondaryColor': '#000',
|
|
'tertiaryColor': '#fff'
|
|
}
|
|
}
|
|
}%%
|
|
|
|
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]
|
|
|
|
```
|
|
|
|
# Intensity diagnostics (PDIM, PBPS)
|
|
```mermaid
|
|
%%{
|
|
init: {
|
|
'theme': 'base',
|
|
'themeVariables': {
|
|
'primaryColor': '#825AA6',
|
|
'primaryTextColor': '#fff',
|
|
'primaryBorderColor': '#825AA6',
|
|
'lineColor': '#000',
|
|
'secondaryColor': '#000',
|
|
'tertiaryColor': '#fff'
|
|
}
|
|
}
|
|
}%%
|
|
|
|
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]
|
|
|
|
``` |