Michael Huth
Michael Huth
I looked into it and the issue is actually not the averaging. What happens is that for Min and Max the wave scale is copied to the result. Thus, the...
At the moment there is not. We have an operation dataset to join data to a dataset, but we have no operation to extract a single dataset from an expression...
@timjarsky I added the extract operation that allows to extract a single dataset from a multi dataset expression. Your substraction expression looks like: `$currentA - extract($currentA, 0)` then. I noticed...
> Nitpick: the sweep numbering shown in the legend for the average trace reflects only one dataset, not both. The background for this is the following: The `sweepgroup` average mode...
I renamed the mode to just `group`.
- Extend avg operation to support also select input data either single or as array of selects with already existing modes. data() is then applied implicitly. - Add new mode...
The stimulus comment in AB_LoadSweepFromNWB refers to the Sweep DA channel data waves. It does not load the stimset. Loading algorithm: The current algorithm is rather dumb and iterates over...
@t-b This PR now always recreates the epochs, whereas the issue states epochs should only be recreated if we do not have any epoch data. However, we recently changed the...
@t-b Look slike the double key check for LBN entry adds actually found a case. In https://github.com/AllenInstitute/MIES/commit/061808a7dfabe27e2e3d816612778cf53cc49613#diff-3c3244d0695973447e26d7c941860a630c1fd265833753040b49c4b3d7c20520 I introduced "Sampling interval multiplier" at index 26, where an entry of the...
I dropped https://github.com/AllenInstitute/MIES/commit/403130ac5d1ed2838b6e5ec036fd61109a5005ad (AFH: Add function to get headstage from channelType/channelNumber, 2025-04-02) in favor of a LBN based utility function based on the approach used in DataConfigurationRecreation.