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

fix(checkerboards): define multiple target intensities #116

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

JorisVincent
Copy link
Contributor

Previously, checkerboards could only draw a single target intensity, even if multiple targets are specified. For some stimuli however, I want to have two target checks, each with a different intensity value.

Use components.draw_regions to do the actual target drawing. Ensures consistency with other stimuli with targets.

Likely, this will need a bit more work... I'm not entirely sure what happens if you want to draw multiple target region, where each region consists of multiple checks...

@JorisVincent JorisVincent self-assigned this Dec 18, 2023
@JorisVincent JorisVincent changed the base branch from main to dev December 18, 2023 14:23
Use `components.draw_regions` to do the actual target drawing. Ensures consistency with other stimuli with targets
@JorisVincent JorisVincent force-pushed the fix/checkerboard_targets branch from 40019d5 to 442bd29 Compare December 18, 2023 14:23
@JorisVincent JorisVincent marked this pull request as ready for review December 18, 2023 14:54
@JorisVincent JorisVincent added the bug Something isn't working label Dec 18, 2023
@JorisVincent JorisVincent merged commit ab525b3 into dev Dec 18, 2023
8 checks passed
@JorisVincent JorisVincent deleted the fix/checkerboard_targets branch December 18, 2023 16:27
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

Successfully merging this pull request may close these issues.

1 participant