Merge
=====

This tool merges *.raw files and can create a text annotation file. Should be used for example to merge samples of diffent classes to form a single dataset file to be further processed by Mixer. Can merge arbitrary number of *.raw files. If annotation file is created, samples from each of the input *.raw files are annotated as separate class (the number of classes in annotation is the same as the number of intput *.raw files). The order of *.raw files on the command line correspond to the order of classes in the annotation file. There is also a commentary line in the annotation file with a description of the classes.



Use:

merge.exe -o outputFile file1.raw file2.raw [ file3.raw ...] [-a]
-a	Will create an annotation file. 
-o	The name of raw and annotation file (without extensions).


Common Use:

merge.exe -o faceExperimentDataset faceData.raw nonFaceData.raw -a

merge.exe -o faceData faceData1.raw faceData2.raw