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

Fixed duration stimuli with a large number of stimulus points leads to an error #150

Open
raacampbell opened this issue Feb 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Known obvious issue Issues that users are likely to report as bugs

Comments

@raacampbell
Copy link
Contributor

Load the power_check_multipoint.yml and then:


>> hZP.sendSamples('cond',2,'stimDurationSeconds',0.8)
Arrays have incompatible sizes for this operation.

Error in zapit.stimConfig/get.chanSamples (line 255)
                waveforms(:,3:4,ii) = waveforms(:,3:4,ii) .* blankingMask;

Error in zapit.pointer/sendSamples (line 190)
    waveforms = obj.stimConfig.chanSamples(:,:,conditionNumber);

Related documentation
 
>> hZP.sendSamples('cond',1,'stimDurationSeconds',0.8)
Arrays have incompatible sizes for this operation.

Error in zapit.stimConfig/get.chanSamples (line 255)
                waveforms(:,3:4,ii) = waveforms(:,3:4,ii) .* blankingMask;

Error in zapit.pointer/sendSamples (line 190)
    waveforms = obj.stimConfig.chanSamples(:,:,conditionNumber);

Related documentation
@raacampbell raacampbell added bug Something isn't working Known obvious issue Issues that users are likely to report as bugs labels Feb 6, 2024
@raacampbell raacampbell self-assigned this Feb 6, 2024
@raacampbell
Copy link
Contributor Author

Tried to reproduce this issue using a real camera but simulated DAQ and it does not happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Known obvious issue Issues that users are likely to report as bugs
Projects
None yet
Development

No branches or pull requests

1 participant