We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pattern_search_scans.csv
dwi | (?=.*sbref)(?=.*dwi)(?=.*AP).*\|(?=.*sbref)(?=.*dmri)(?=.*AP).* | sub-{bids_pid}_ses-{bids_age}_acq-dir79_dir-AP_run-{run_number:03d}_sbref{ext} dwi | (?=.*sbref)(?=.*dwi)(?=.*AP).*\|(?=.*sbref)(?=.*dmri)(?=.*PA).* | sub-{bids_pid}_ses-{bids_age}_acq-dir79_dir-PA_run-{run_number:03d}_sbref{ext}
Shouldn't the 2nd line, the PA_sbref pattens, both be (?=.*PA)?
(?=.*PA)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pattern_search_scans.csv
Shouldn't the 2nd line, the PA_sbref pattens, both be
(?=.*PA)
?The text was updated successfully, but these errors were encountered: