Deprecate participant_label
and exclude_participant_label
args
#262
Labels
blocked
Feature currently blocked from being implemented
deprecation
Begin deprecation of an outdated feature
Once we finish implementing the filtering apis #241, the
participant_label
andexclude_participant_label
arguments ongenerate_inputs()
become rather redundant. There would, at that point, be three separate ways to filter out subjects:BidsDatasets.filter()
, the magic--filter-<component>
args, and thegenerate_inputs()
arguments. I think we can probably afford to simplify and deprecate.The text was updated successfully, but these errors were encountered: