Skip to content

SF: Error location is marked at the wrong spot in notebook #2575

@MichaelHuth

Description

@MichaelHuth

Demo code:

sel = select(selsweeps(), selstimset("*rheo*", "*supra*"), selvis(all))
selexpA = select(selexp("*.10A.*"), $sel, selchannels(AD0), selrange(E1))
selexpB = select(selexp("*.10B.*"), $sel, selchannels(AD0), selrange(E1))
selDAA = select(selexp("*.10A.*"), $sel, selchannels(DA0), selrange(E1))
selDAB = select(selexp("*.10B.*"), $sel, selchannels(DA0), selrange(E1))
freqA = apfrequency(data($selexpA))
currentA = max(data($selDAA))
freqB = apfrequency(data($selexpB))
currentB = max(data($selDAB))

$freqA
vs
$currentA
with
$freqB
vs 
$currentB
and
avg([$freqA, $freqB], sweepgroup1)
vs
avg([$currentA, $currentB], sweepgroup)

avgMethodTesting2.zip

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions