🚀 New/Added
- Added "use_sample_mask" key for `fd_threshold` parameter, which if set to True, generates a sample mask to pass
to nilearn's `NiftiLabelsMasker` for censoring prior to nuisance regression.
Internally, the ``clean__extrapolate`` parameter is used to set extrapolate to False. If condition filtering is
requested, when "use_sample_mask" key for `fd_threshold` parameter is True, then the truncated timeseries is
temporarily padded to ensure the correct indices corresponding to the condition are obtained.
- Added new property.