Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/adrs/0009-nexus-file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ To ensure this, it is advisable that the pipeline's output format conform to a s

## Decision

The Nexus Writer will write output conforming to a standard detailed in the components doc files. Wherever possible this standard conforms to [Muon Instrument Definition: Version 2 – 'muonTD'](https://www.nexusformat.org/content/Muon_Time_Differential.html). The main deviation is that the [NXdata](https://manual.nexusformat.org/classes/base_classes/NXdata.html) class in the `raw_data_1/detector_1` field is replaced with the [NXevent_data](https://manual.nexusformat.org/classes/base_classes/NXevent_data.html) class, as this is designed for storing streamed event data.
The Nexus Writer will write output conforming to a standard detailed in the components doc files. Wherever possible, this standard conforms to
the standard set out in Stephen Cottrell's June 2021 paper "NeXus Instrument Definitions for Muon Data". The main deviation is that the [NXdata](https://manual.nexusformat.org/classes/base_classes/NXdata.html) class in the `raw_data_1/detector_1` field is replaced with the [NXevent_data](https://manual.nexusformat.org/classes/base_classes/NXevent_data.html) class, as this is designed for storing streamed event data.

## Consequences

Expand Down