Tim Jarsky

Results 87 comments of Tim Jarsky

Yes, those all make sense. Thanks @t-b

@MichaelHuth, what is the syntax for wildcard use with `selStimset`? Thank you.

[C57BL6J-742780.14.03.03.zip](https://github.com/user-attachments/files/16641773/C57BL6J-742780.14.03.03.zip) With the attached NWB file I can't get the following SF to work: ``` selCommon=select(selchannels(AD0), selvis(all), selCM(IC)) X3prelimSelect=select($selCommon, selStimset("X3*")) X3epoch=[E0,E2] X3epochs=epochs($X3epoch, $X3prelimSelect)# + [[0,10],[0,0]] selX3=select(selRange($X3epochs), $X3prelimSelect, selivsccsweepqc(passed)) data($selX3) ```...

@t-b I'd also like to add an option to select all baseline or all pulse epochs, for example. We could also give the user a chance to apply some QC....

@t-b I get the following assertion: ``` Igor Pro version: 9.0.6.1 (56565) ################################ !!! Threadsafe assertion FAILED !!! Message: "Unexpected number of matches or invalid regex" Please provide the following...

@t-b I get ` ** a wave read gave error: Index out of range for wave "peakX".` when moving between events in the SF window. I'm also seeing: 1. Many...

@t-b with the latest changes I get: ``` !!! Assertion FAILED !!! Message: "Expected a band pass filter with low > high" Please provide the following information if you contact...

If devices are running different experiments, then create two NWB files. If yoking, then a single NWB is preferred.

> @timjarsky THis has the changes for accepting multiple labnotebook keys and the new `anaFuncParam` operation. See above for examples. Thanks, @t-b. I'm excited to take a look. When you...