From 81e10738b87bac204071911cf2901ba1c3b9adfa Mon Sep 17 00:00:00 2001 From: arrell_c Date: Thu, 25 May 2023 15:22:22 +0200 Subject: [PATCH] Update Overview --- Aramis-spatial-diagnostics/Overview.md | 28 +++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/Aramis-spatial-diagnostics/Overview.md b/Aramis-spatial-diagnostics/Overview.md index 78be42f..7c6ad6c 100644 --- a/Aramis-spatial-diagnostics/Overview.md +++ b/Aramis-spatial-diagnostics/Overview.md @@ -40,4 +40,30 @@ The following spatial diagnostics are installed in the Aramis FEL **Purpose:** Imaging of spontaneous radiation, primarily for ID commissioning > ### Optics hutch - Bernina ->[SAROP21-PSRD103](Aramis-spatial-diagnostics/SAROP21 PSRD103) \ No newline at end of file +>[SAROP21-PSRD103](Aramis-spatial-diagnostics/SAROP21 PSRD103) + +# Debug guide +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + 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[Tine Celcer] +``` \ No newline at end of file