We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a91b2a commit c2767d6Copy full SHA for c2767d6
utils/type.js
@@ -200,7 +200,7 @@ module.exports = {
200
'\\/(?:(ses-[a-zA-Z0-9]+)' +
201
'\\/)?meg' +
202
'\\/\\1(_\\2)?(?:_task-[a-zA-Z0-9]+)?(?:_acq-[a-zA-Z0-9]+)?(?:_run-[0-9]+)?(?:_proc-[a-zA-Z0-9]+)?(?:_part-[0-9]+)?' +
203
- '(_meg.(ctf|fif|fif.gz|4d|kit|kdf|itab)|(_meg.ds\\/.*)|(_events.tsv|_channels.tsv|_meg.json|_coordsystem.json|_photo.jpg|_headshape.pos))$');
+ '(_meg.(fif|fif.gz|sqd|con|kdf|chn|trg|raw|raw.mhd)|(_meg.ds\\/.*)|(_events.tsv|_channels.tsv|_meg.json|_coordsystem.json|_photo.jpg|_headshape.pos))$');
204
return conditionalMatch(MegRe, path);
205
},
206
0 commit comments