.. algorithm:: .. summary:: .. relatedalgorithms:: .. properties:: Description ----------- Workflow algorithm that loads EQSANS event data and applies basic corrections to the workspace. The workflow proceeds as follows: 1. Determine the sample-detector distance and store it in the logs. 2. Locate the appropriate instrument configuration file and process it according to the input properties. 3. Move the detector position to the correct sample-detector distance. 4. Determine the source slit size and store it in the logs. 5. Read in the masked areas of the detector from the instrument configuration file and store them in the logs so that we can retrieve them later (see :ref:`SANSMask `). 6. Move the detector according to the correct beam center position, which is either given as input to the algorithm or pre-determined and stored in the input *ReductionProperties*. 7. Apply a TOF correction to take into account frame correction and the neutron flight path using :ref:`EQSANSTofStructure `. This step includes trimming the edges of the TOF distribution according to the input properties or the instrument configuration file. 8. Convert TOF into wavelength. 9. Rebin the data according to the input *WavelengthStep*. This algorithm is rarely called directly. It is called by :ref:`SANSReduction `. |LoadEQSANS.png| .. |LoadEQSANS.png| image:: /images/LoadEQSANS.png .. categories:: .. sourcelink::