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
- Each Derivatives filename MUST be of the form:
`<source_entities>[_keyword-<value>]_<suffix>.<ext>`
(where `<value>` could either be an `<index>` or a `<label>` depending on
the keyword; see [Definitions][definitions])
- When the derivatives chain involves outputs derived from a single raw input,
`source_entities` MUST be the entire source filename, with the omission of
the source suffix and extension.
so the suffix (and extension) are stripped. It is possible (even if not too common) to have files with multiple suffixes (e.g. _T1w and _PD). That creates a collision while establishing any derivative data on such sets of files (ref: #518, #519; also I think mentioned as possible problem within BEP014 to store transformations). I wonder how we could/should resolve it?
There is an odd _mod- entity used ATM only for _mod-<priorsuffix>_defacemask. Shouldn't <source_entities> description in above to at least allow (if not to RECOMMEND to remove possible ambiguity and to make it more explicit) to add _mod- entity with the original suffix?
The text was updated successfully, but these errors were encountered:
ATM (v1.4.0-373-g2f0f61b) BIDS says
so the suffix (and extension) are stripped. It is possible (even if not too common) to have files with multiple suffixes (e.g.
_T1w
and_PD
). That creates a collision while establishing any derivative data on such sets of files (ref: #518, #519; also I think mentioned as possible problem within BEP014 to store transformations). I wonder how we could/should resolve it?There is an odd
_mod-
entity used ATM only for_mod-<priorsuffix>_defacemask
. Shouldn't<source_entities>
description in above to at least allow (if not to RECOMMEND to remove possible ambiguity and to make it more explicit) to add_mod-
entity with the original suffix?The text was updated successfully, but these errors were encountered: