Table of Contents
Warning
ProcessDasNexusLog is deprecated and has no replacement.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | InOut | MatrixWorkspace | Mandatory | The name of the [[EventWorkspace]] to filter events from. |
LogToProcess | Input | string | Mandatory | The name of sample log to process. |
ProcessedLog | Input | string | Mandatory | The name of the new sample log processed from DAS log. |
OutputDirectory | Input | string | Mandatory | The directory for some other examination files to be written to. |
NumberOfOutputs | Input | number | 4000 | Number of log entries to be written to a file for examination. |
OutputLogFile | Input | string | The file name for the output data file. |
Some sample logs from DAS are written in the format such that the time stamps are the pulse times and the values are time-of-flight. They are usually used to record some mono-value sample log such as turning on or off of a sample environment device. This algorithm will convert sample logs of this time such that the new log will have the time stamp as the absolute time, i.e., sum of pulse time and time-of-flight.
This type of DAS sample log won’t be generated anymore in NeXus file. Hence algorithm ProcessDasNexusLog is deprecated.
No usage example is needed for a deprecated algorithm.
Categories: Algorithms | DataHandling\Logs | Deprecated