Closed
Description
To facilitate the implementation of bids-standard/bids-specification#622 if that comes through, with the following:
- Extend
FieldmapEstimation
with anid
property, and to keep a register of unique IDs (to ensure there're no duplicities). - Read the
id
from the BIDS metadata. If theid
is not present, generate one automatically and forward it to the derivatives. - Make sure the
id
makes it to the subworkflow name to ensure correct Nipype performance and avoid collisions.