Data editing > Data-mapped variables > Automatically generating a Quantum spec > Files produced by qdiaxes > Table specifications file
 
Table specifications file
The filename.tab file contains a tab statement for each data item in the qdi file being processed. There are two types of tab statements generated.
Apart from grid axes produced for data items with more than one iteration, all axes are tabbed by the dummy breakdown ‘XXXXXX’, that is:
tab item_name XXXXXX
These can easily be stream-edited to use any standard analysis breakdown which you want to define. Data items with multiple iterations produce grid axes which are tabbed as usual, that is:
tab item_name GRID
item_name
The name of a data item in the qdi file.
XXXXXX or GRID
A dummy name against which to tabulate the first axis.
You will, no doubt, need to make changes to these statements in the axes file.
See also
Files produced by qdiaxes