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
Problem with missing epochs could be solved like this: If no wildcard patterns are used in the textual epoch specification for epochs() then we can keep non-existing epochs as empty ranges. e.g. for sweep 18 we would return a (2,2) array where the range for E2 is [NaN,NaN]. Then in data() we skip sweep data extraction if the current range evaluated is [NaN,NaN].
If wildcards are used for epoch names in epochs we can not do that because we do not know how many matches we get for each sweep. We also do not know how the matches order up, such that a "auto indexed" addition may hit on unrelated ranges.
skipping over missing epochs - using the full stimset name is okay (rather than wildcards), especially if there were a way to pass the acquired stimulus set names over zeroMQ
Generate a warning when data is missing
The text was updated successfully, but these errors were encountered:
From #2109 (comment):
and from #2109 (comment):
The text was updated successfully, but these errors were encountered: