Table of Contents
Loads data from a reflectometry table file and stores it in a table workspace (TableWorkspace class).
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | The name of the table file to read, including its full or relative path. The file extension must be .tbl. Allowed extensions: [‘.tbl’] |
OutputWorkspace | Output | TableWorkspace | Mandatory | The name of the workspace that will be created. |
LoadReflTBl is loads ascii files in Reflectometry TBL format into a tableworkspace. Format accepted is strict to only allow 17 columns of data.
The 17 columns are split up into rows of 8, so a single row in the TBL file would be split into 3 colums like so: (Where Z is the newly created stitch group index) A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q
becomes
A, B, C, D, E, P, Q, Z F, G, H, I, J, P, Q, Z K, L, M, N, O, P, Q, Z
Categories: Algorithms | DataHandling\Text