Tim Jarsky
Tim Jarsky
Instead of the error message, display the currently selected stimulus set for the headstage selected in the slider.
Sweep removal in the data browser does not generally occur during data acquisition, so the impact on speed is low.
Expected state changes: seal --> whole cell --> reseal
@t-b @MichaelHuth does this need to be limited to select operations as input? For example, I'd like to pass in apfrequency data (see sample SF data below). ``` selbase =...
Hi @MichaelHuth , I tested ```avg([apfrequency($datA), apfrequency($datB)], sweepgroup)``` and it removes the x-data, that is, each average point is plotted against a single x value, even if ```vs.``` is provided....
@t-b @MichaelHuth [avgMethodTesting.pxp.zip](https://github.com/user-attachments/files/23593817/avgMethodTesting.pxp.zip)
@MichaelHuth this question is tangental to this PR. I expect the following three code snippets to return the same thing, but one doesn't. Am I misunderstanding what the "intersection" of...
Hi @MichaelHuth , thank you for the clear explanation. I define the intersection as the set of regions that overlap. So I would do the following: [100, 200] with [150,...
Hi @MichaelHuth, the latest changes may have broken averaging; I expect the bottom plot to contain the average of the to FI arrays in the top plot. [avgMethodTesting 2.pxp.zip](https://github.com/user-attachments/files/23618524/avgMethodTesting.2.pxp.zip) ```...
@MichaelHuth okay, the latest change is helpful: Now I want to subtract the first value in $currentA from all of $currentA. I imagined the syntax like this: $currentA - $currentA[0]....