Skip to content

paulscherrerinstitute/detector_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detector backend

The detector_backend is used to receive, process and write data coming from high throughput detectors at PSI.

You can communicate with it via a REST interface, but the detector_backend uses internally MPI calls. It relies on the ringbuffer library (currently not publicly available) to efficiently transfer data between different processes.

This is currently just a stub. More coming in the next weeks.

Table of content

  1. Quick start
  2. Build
    1. Conda setup
    2. Local build
  3. Deploy
  4. Configure
  5. Run
  6. REST interface
    1. Python client
    2. curl
  7. Project overview

Quick start

Build

Conda setup

Local build

Deploy

Configure

Run

REST interface

Python client

curl client

Project overview