Update Aramis Contacts
This commit is contained in:
parent
0450052460
commit
4e311ef4c6
@ -1,4 +1,4 @@
|
|||||||
Contact list in case of issues
|
Contact list in case of issues with photon diagnostic devices and services
|
||||||
|
|
||||||
# Spatial diagnostics
|
# Spatial diagnostics
|
||||||
```mermaid
|
```mermaid
|
||||||
@ -17,7 +17,7 @@ Contact list in case of issues
|
|||||||
}%%
|
}%%
|
||||||
|
|
||||||
flowchart TD
|
flowchart TD
|
||||||
A[Aramis spatial diagnostics] --> B(Chris Arrell)
|
A[Aramis spatial diagnostics issue] --> B(Chris Arrell)
|
||||||
B --> |Not available| C{Type of issue}
|
B --> |Not available| C{Type of issue}
|
||||||
C -->|Motion control| D[Scott Stubbs]
|
C -->|Motion control| D[Scott Stubbs]
|
||||||
C -->|Camera issue| E[Scott Stubbs]
|
C -->|Camera issue| E[Scott Stubbs]
|
||||||
@ -26,4 +26,32 @@ flowchart TD
|
|||||||
E -->|Not available| G[Claude Pradervand]
|
E -->|Not available| G[Claude Pradervand]
|
||||||
F -->|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]
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user