You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Provide a wildcard: csFile_merge = 'myrec_*.bin
Provide a list of files: csFile_merge = {'myrec1.bin', 'myrec2.bin', 'myrec3.bin'}
Provide a text file containing a list of recording files separated by lines: csFile_merge = 'mylist.txt'