Skip to content
New issue

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

BCP pattern matching fmap error #2

Open
dmoracze opened this issue Dec 7, 2022 · 0 comments
Open

BCP pattern matching fmap error #2

dmoracze opened this issue Dec 7, 2022 · 0 comments

Comments

@dmoracze
Copy link

dmoracze commented Dec 7, 2022

You have the following to map the AP field maps:

(?=.*spinechofield)(?=.*AP).*$

But this also matches the PA field maps since "SpinEchoFieldMap" has an "ap".
Probably better to have:

(?=.*spinechofield)(?=.*_AP).*$

and then

(?=.*spinechofield)(?=.*_PA).*$

for consistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant