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
nothing should follow the suffix, other than an extension, which is delimited from it via a period. _SPIM is a suffix, and the only BIDS-valid form a SPIM filename can take is *_SPIM.*
the substring pos-88-5069-1709 (known to BIDS as an entity) should only contain one minus, which is used to separate the entity name (or key) from the value. The value should contain only alphanumeric characters. 88-5069-1709 is wrong, but e.g. 8850691709 or 88a5069a1709 would be correct.
the pos entity is not known to BIDS.
Again, unsure how to correct this.
The text was updated successfully, but these errors were encountered:
The dataset derivatives contain a number of files similar to the following:
There are three issues here:
_SPIM
is a suffix, and the only BIDS-valid form a SPIM filename can take is*_SPIM.*
pos-88-5069-1709
(known to BIDS as an entity) should only contain one minus, which is used to separate the entity name (or key) from the value. The value should contain only alphanumeric characters.88-5069-1709
is wrong, but e.g.8850691709
or88a5069a1709
would be correct.pos
entity is not known to BIDS.Again, unsure how to correct this.
The text was updated successfully, but these errors were encountered: