ProcessDasNexusLog v1

../_images/ProcessDasNexusLog-v1_dlg.png

ProcessDasNexusLog dialog.

Table of Contents

Warning

ProcessDasNexusLog is deprecated and has no replacement.

Summary

Very specialized algorithm to fix certain SNS DAS logs that cannot be used directly.

Properties

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.

Description

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