@@ -119,7 +119,7 @@ Many filenames and filepaths were changed during the process of experiment curat
...
@@ -119,7 +119,7 @@ Many filenames and filepaths were changed during the process of experiment curat
**Note:** many scripts iterate over files, using code like
**Note:** many scripts iterate over files, using code like
```matlab
```matlab
list = dir(‘../data/filespec*.mat’).
list = dir('../data/filespec*.mat').
```
```
These scripts may not throw an error for missing files, but instead run and return nothing or generate empty figures. The underlying issue remains the same.
These scripts may not throw an error for missing files, but instead run and return nothing or generate empty figures. The underlying issue remains the same.
...
@@ -140,4 +140,4 @@ For experiments where subjects.xlsx is generative, it may be necessary to either
...
@@ -140,4 +140,4 @@ For experiments where subjects.xlsx is generative, it may be necessary to either
`tools.file('list')` will list all subjects currently saved to `[ViNERS]/primary/`
`tools.file('list')` will list all subjects currently saved to `[ViNERS]/primary/`
IF you have multiple installations of ViNERS on your system, this issue can also arise if you have the wrong instance of ViNERS on your path. This can be tested by running `cd(tools.file)` and observing if the ViNERS path where you land is where you expected to land.
IF you have multiple installations of ViNERS on your system, this issue can also arise if you have the wrong instance of ViNERS on your path. This can be tested by running `cd(tools.file)` and observing if the ViNERS path where you land is where you expected to land.