You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the plotting module add a function to look for the MaxResponse CSV and indicate whether the stimulus had a response or not.
e.g. when you're flipping through traces it would indicate on the graph itself whether the stimulus met response criteria, would be useful in validating thresholds and as a QC when looking at the data in general.
Psuedocode
Within the plot function where it's plotting the names of each stimuli, add this within the loop
try import maxresponseP0.csv
For this stim [i]
Find value of Stim[i] from maxresponse
if Stim[i]==0
don't add anything the graph
else
Add text at stimwindow of stim[i] ##e.g. the amplitude of response, or maybe just a * to make it simple
The text was updated successfully, but these errors were encountered:
In the plotting module add a function to look for the MaxResponse CSV and indicate whether the stimulus had a response or not.
e.g. when you're flipping through traces it would indicate on the graph itself whether the stimulus met response criteria, would be useful in validating thresholds and as a QC when looking at the data in general.
Psuedocode
The text was updated successfully, but these errors were encountered: