psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

`spec2bids` needs option to force-drop "unused" content #71

Open mih opened 6 years ago

mih commented 6 years ago

Rational: such content can be non-anonymized earlier versions of data files that must not be leaked. Immediately before spec2bids is done, it should perform this step by default (but with the ability to disable it when necessary, e.g. when fixing up a dataset with prior history and additional branches).

bpoldrack commented 5 years ago

Just to be clear: We are talking about force-dropping from the BIDS dataset, not the study dataset, right?

mih commented 5 years ago

Yes

bpoldrack commented 5 years ago

@mih Why drop beforehand? Particularly non-anonymized could be created during execution of spec2bids (and in fact is - defacing is done after conversion). Seems to me it would be reasonable to do it afterwards instead. Do I miss something, that might lead to both being necessary?