Skip to content

Commit

Permalink
FIX: Trail MEG directory formats with / (#1534)
Browse files Browse the repository at this point in the history
This `>` sign has been at the end of these filenames since v1.1.2 at least.
  • Loading branch information
effigies authored Jun 29, 2023
1 parent 6d7eb0f commit c03d654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appendices/meg-file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ directory.

```Text
[sub-<label>[_ses-<label>]_headshape.pos]
sub-<label>[_ses-<label>]_task-<label>[_run-<index>]_meg.ds>
sub-<label>[_ses-<label>]_task-<label>[_run-<index>]_meg.ds/
```

CTF's data storage is therefore via directories containing multiple files. The
Expand Down Expand Up @@ -255,7 +255,7 @@ containing multiple files without extensions.

```Text
[sub-<label>[_ses-<label>]_headshape.pos]
sub-<label>[_ses-<label>]_task-<label>[_run-<index>]_meg>
sub-<label>[_ses-<label>]_task-<label>[_run-<index>]_meg/
```

One SHOULD rename/create a parent run-specific directory and keep the original
Expand Down

0 comments on commit c03d654

Please sign in to comment.