Table of Contents
Appends the resolved instrument geometry (detectors and monitors for now) to a SNS ADARA NeXus file.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | The name of the NeXus file to append geometry to. Allowed extensions: [‘.nxs’, ‘.h5’] |
MakeCopy | Input | boolean | True | Copy the NeXus file first before appending (optional, default True). |
This algorithm is intended to append the geometry information into a raw NeXus file. It is initially for use only at the SNS, as it is needed for the currently upgrade program. But there is nothing preventing it being used elsewhere.
The algorithm takes the geometry information in the IDF togther with the log values in a given NeXus file and calculates the resolved positions of all the detectors and then writes this into the NeXus file specified.
This a currently a Proof of Concept algorithm. If it matures into normal use a usage example must be added.
Categories: Algorithms | DataHandling\DataAcquisition
C++ source: AppendGeometryToSNSNexus.cpp (last modified: 2017-06-16)
C++ header: AppendGeometryToSNSNexus.h (last modified: 2016-02-29)