UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

MasterDataFileRead #328

Closed heffjos closed 11 years ago

heffjos commented 11 years ago

This pull request adds the function MasterDataFileRead.m to read data files. Here are the overall changes:

  1. MasterDataFileSkipRows is removed. Rows beginning with '#' in data files are skipped.
  2. MasterDataFileSkipCols is removed. MasterDataFileRead.m can handle strings present.
  3. The subject number column (column 2) in SubjDir list is removed. Subject are now identified by the subject name (column 1).
  4. MasterDataFileRead can handle mixed data files where some rows can hold data and others hold pointers to other data files. Pointers to other data files are indicated with a '@' at the beginning of a line in a data file.
  5. Added more descriptive checks for the data file.