NILAB-UvA / bidsify

Tool to convert raw MRI datasets to BIDS-compatible datasets
Other
32 stars 6 forks source link

Metadata is not correctly written to json #2

Closed lukassnoek closed 6 years ago

lukassnoek commented 6 years ago

When metadata is included in the config.yml file, it's not written correctly to the json-files. Specifically, it appears to include the parent "node", e.g.:

func
    PhaseEncodingDirection: j

While it should be just:

PhaseEncodingDirection: j
lukassnoek commented 6 years ago

Fixed.