wiki/Aramis-Contacts.md
2023-05-24 13:31:55 +02:00

2.4 KiB

Contact list in case of issues with photon diagnostic devices and services

Spatial diagnostics (PPRM, PSCR, PSCD, PSRD)

%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#825AA6',
      'primaryTextColor': '#fff',
      'primaryBorderColor': '#825AA6',
      'lineColor': '#000',
      'secondaryColor': '#000',
      'tertiaryColor': '#fff'
    }
  }
}%%

flowchart TD
    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]
    C -->|Data issue| F[Edwin Divall]
    D -->|Not available| G[Claude Pradervand]
    E -->|Not available| G[Claude Pradervand]
    F -->|Not available| G[Claude Pradervand]

Spectral diagnostics (PSSS, PSSS-LB)

%%{
  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[User Guide Click me!]
    click G "https://gitlab.psi.ch/arrell_c/swissfel-photon-diagnostics-guide/-/wikis/PSSS-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)

%%{
  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]