Table of Contents
The edit or added information will be attached to a Workspace. Currently it is in an overwrite mode only.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Workspace | InOut | MatrixWorkspace | Mandatory | Workspace to edit the detector information |
PrimaryFlightPath | Input | number | Optional | Primary flight path L1 of the powder diffractometer. |
SpectrumIDs | Input | int list | Spectrum Numbers (note that it is not detector ID or workspace indices). The list must be either empty or have a size equal to input workspace’s histogram number. | |
L2 | Input | dbl list | Mandatory | Secondary flight (L2) paths for each detector. Number of L2 given must be same as number of histogram. |
Polar | Input | dbl list | Mandatory | Polar angles (two thetas) for detectors. Number of 2theta given must be same as number of histogram. |
Azimuthal | Input | dbl list | Azimuthal angles (out-of-plane) for detectors. Number of azimuthal angles given must be same as number of histogram. | |
DetectorIDs | Input | int list | User specified detector IDs of the spectra. Number of specified detector IDs must be either zero or number of histogram | |
InstrumentName | Input | string | Name of the newly built instrument. If left empty, the original instrument will be used. |
This algorithm can
1. PrimaryFightPath (L1): If it is not given, L1 will be the distance between source and sample in the original instrument. Otherwise, L1 is read from input. The source position of the modified instrument is (0, 0, -L1);
2. SpectrumIDs: If not specified (empty list), then Spectrum Numbers will be set up to any array such that SpectrumNos[wsindex] is the spectrum Number of workspace index ‘wsindex’;
4. SpectrumIDs[i], L2[i], Polar[i], Azimuthal[i] and optional DetectorIDs[i] correspond to the detector of a same spectrum.
There are some limitations of this algorithm.
2. For each spectrum, there is only one and only one new detector. Thus, if one spectrum is associated with a group of detectors previously, the replacement (new) detector is the one which is (diffraction) focused on after this algorithm is called.
Categories: Algorithms | Diffraction\DataHandling | DataHandling\Instrument
C++ source: EditInstrumentGeometry.cpp (last modified: 2017-03-24)
C++ header: EditInstrumentGeometry.h (last modified: 2016-06-13)