Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 3.23 KB

File metadata and controls

63 lines (46 loc) · 3.23 KB

Live Data Reduction Documentation

This directory contains comprehensive documentation for the livereduce system, which provides real-time data processing for neutron scattering instruments.

┌──────────────────────────────────────────────────────────────────┐
│                   Documentation Structure                        │
└──────────────────────────────────────────────────────────────────┘

For Understanding
    └── Architecture ──────→ System design and data flow

For Setting Up
    ├── Developer Guide ───→ Installing daemon on servers
    ├── Processing Scripts → Writing reduction scripts
    └── Configuration ─────→ Parameter reference

For Problems
    └── Troubleshooting ───→ Debugging and fixes

For Contributing
    ├── Examples ──────────→ Integration patterns
    └── CONTRIBUTING.md ───→ Development workflow

Documentation Structure

For Developers

For Operations

For Contributors

Quick Links

I want to...

Overview

Live reduction provides real-time data processing as the Data Acquisition System (DAS) collects neutron scattering data. Scientists can monitor results and adjust experimental parameters without waiting for runs to complete.

The livereduce systemd service provides automated processing for beamline operations. For interactive usage of live data in Mantid Workbench, see the Mantid StartLiveData documentation.

Additional Resources