Update Aramis Contacts

This commit is contained in:
arrell_c 2023-05-24 13:07:36 +02:00
parent 0450052460
commit 4e311ef4c6

View File

@ -1,4 +1,4 @@
Contact list in case of issues
Contact list in case of issues with photon diagnostic devices and services
# Spatial diagnostics
```mermaid
@ -17,7 +17,7 @@ Contact list in case of issues
}%%
flowchart TD
A[Aramis spatial diagnostics] --> B(Chris Arrell)
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]
@ -26,4 +26,32 @@ flowchart TD
E -->|Not available| G[Claude Pradervand]
F -->|Not available| G[Claude Pradervand]
```
# Spectral diagnostics
```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[Henrik Lemke/Claudio Cirelli]
D -->|Not available| H[Claude Pradervand]
E -->|Not available| H[Claude Pradervand]
F -->|Not available| H[Claude Pradervand]
```