Thomas Braun
Thomas Braun
I'm still not able to use this due to ``` !!! Threadsafe assertion FAILED !!! Message: "Wave type mismatch" Please provide the following information if you contact the MIES developers:...
I've hacked my way around the assertion. - Please regenerate the databrowser macro to avoid the spurious listbox in the main window. The regeneration code is now fixed in main....
Some more testing: Gad2 nwb with all sweeps loaded: - ``` selb = select(selchannels(AD), selvis(all), selSweeps()) selc = select($selb, selstimset("X1PS_SubThres*"), selSCIIndex(0), selRACIndex(1)) data($selc) ``` gives an RTE in SF_GetSelectDataWithRACorSCIIndex as...
Reassigning so that Tim can test it.
@timjarsky @MichaelHuth Michael is looking into the error you are seeing. I've created https://github.com/AllenInstitute/MIES/pull/2238 to enhance the error message.
All operations will accept an array of select statements. Operations which accept a range will drop that argument. tp will warn when range is set in the select statement. `select`...
And it would be nice if we could recursively do selections: ``` sel = select(sweeps()) sel1 = select($sel, selectRange(E1)) ``` This helps in disecting a bunch of sweeps (an RAC?)...
Tim will ask Molecular Devices if they can add it.
@MichaelHuth Thanks!