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

Transducers placed on top of head can end up out of bounds #47

Open
KTZ228 opened this issue Aug 7, 2024 · 1 comment
Open

Transducers placed on top of head can end up out of bounds #47

KTZ228 opened this issue Aug 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@KTZ228
Copy link
Collaborator

KTZ228 commented Aug 7, 2024

Say when you want to hit the dACC for example.
Error looks as follows:

{Error using makeBowl
The centre of the bowl must be within the grid.

Error in transducer_setup (line 46)
    bowl = makeBowl(grid_dims, trans_pos, transducer_pars.radius_grid, transducer_pars.Elements_OD(el_i), focus_pos);

Error in single_subject_pipeline (line 546)
                [~, source_labels] = transducer_setup(parameters.transducer, backtransf_coordinates(1,:), backtransf_coordinates(2,:), ...

If you need more informations feel free to let me know

@KTZ228
Copy link
Collaborator Author

KTZ228 commented Sep 19, 2024

This could be solved by adjusting the pipeline to add a bit of empty space along the z-axis (so above the head).
Another solution is to limit recruitment to people with small heads.

@jkosciessa jkosciessa added the bug Something isn't working label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants