From fff95ee106bd38054a5705f2e750e3bdb142a974 Mon Sep 17 00:00:00 2001 From: arrell_c Date: Wed, 24 May 2023 13:18:58 +0200 Subject: [PATCH] Update Aramis Contacts --- Aramis-Contacts.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/Aramis-Contacts.md b/Aramis-Contacts.md index 8d1f921..9663405 100644 --- a/Aramis-Contacts.md +++ b/Aramis-Contacts.md @@ -50,8 +50,40 @@ flowchart TD 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] + C -->|Can't find spectrum| G[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] + ``` \ No newline at end of file