Skip to content
jamesjun edited this page Dec 20, 2017 · 3 revisions

csFile_merge parameter needs to be set if you would like to sort multiple recordings. This field is either set automatically using makeprm command or this could be set manually.

If you want to set manually, you can do it in three ways

  1. Provide a wildcard: csFile_merge = 'myrec_*.bin
  2. Provide a list of files: csFile_merge = {'myrec1.bin', 'myrec2.bin', 'myrec3.bin'}
  3. Provide a text file containing a list of recording files separated by lines: csFile_merge = 'mylist.txt'
Clone this wiki locally