From 67781c70fba80ce43cb2a8045e55f89085aff079 Mon Sep 17 00:00:00 2001 From: arrell_c Date: Tue, 30 May 2023 11:33:58 +0200 Subject: [PATCH] Create Athos Contacts --- Athos-Contacts.md | 99 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 Athos-Contacts.md diff --git a/Athos-Contacts.md b/Athos-Contacts.md new file mode 100644 index 0000000..6b1e9ac --- /dev/null +++ b/Athos-Contacts.md @@ -0,0 +1,99 @@ +Contact list in case of issues with photon diagnostic devices and services + +# Spatial diagnostics (PSCR, PSCA, PSRD) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Spatial diagnostics user guide] -->|Still an issue?| B{Current user?} + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Athos-spatial-diagnostics/Aramis-spatial-user-guide" + B --> |Maloja| C(Andre Al Haddad) + B --> |Furka| D(Hiroki Ueda) + B --> |Commisioning| E(Ulrich Wagner) + C --> |All not available| F(Chris Arrell) + D --> |All not available| F(Chris Arrell) + E --> |All not available| F(Chris Arrell) +``` +# Spectral diagnostics (PMOS) + +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[PMOS user guide] -->|Still an issue?| B{Current user?} + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Athos-spectral-diagnostics/PMOS-user-guide" + B --> |Maloja| C(Andre Al Haddad) + B --> |Furka| D(Hiroki Ueda) + B --> |Commisioning/MD| E(Chris Arrell) +``` + +# Intensity diagnostics (PDIM, PCEL) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + A[Intensity diagnostics user guide] -->|Still an issue?| B(Ulrich Wagner) + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Athos-intensity-diagnostics/Intensity-user-guide" + B --> |Not available| C(Claude Pradervand) +``` +# Online services (Pipelines, Web app) +```mermaid +%%{ + init: { + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#825AA6', + 'primaryTextColor': '#fff', + 'primaryBorderColor': '#825AA6', + 'lineColor': '#000', + 'secondaryColor': '#000', + 'tertiaryColor': '#fff' + } + } +}%% + +flowchart TD + + A[Online services user guide] -->|Still an issue?| B{Current user?} + click A "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/Athos-online-diagnostics/Online-user-guide" + B --> |Maloja| C(Andre Al Haddad) + B --> |Furka| D(Hiroki Ueda) + C --> |All not available| F(Chris Arrell) + D --> |All not available| F(Chris Arrell) +``` \ No newline at end of file