azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/azonenberg/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<_whitenotifier-8> [scopehal-apps] robot-army opened issue #395: Implausible values in spectrum readout on TEK MSO68B - https://git.io/JD6NK
<_whitenotifier-8> [scopehal-apps] robot-army commented on issue #395: Implausible values in spectrum readout on TEK MSO68B - https://git.io/JD6xQ
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 268 seconds]
Degi_ is now known as Degi
<_whitenotifier-8> [scopehal-apps] robot-army commented on issue #395: Implausible values in spectrum readout on TEK MSO68B - https://git.io/JD6pD
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiJM
<_whitenotifier-8> [scopehal-apps] azonenberg commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiUL
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiU4
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiT3
<_whitenotifier-8> [scopehal-apps] hansfbaier edited a comment on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiT3
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDika
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiLQ
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDitT
<_whitenotifier-8> [scopehal-apps] hansfbaier edited a comment on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDitT
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDit2
<_whitenotifier-8> [scopehal-apps] hansfbaier edited a comment on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDit2
<_whitenotifier-8> [scopehal-apps] hansfbaier commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiqy
<_whitenotifier-8> [scopehal-apps] hansfbaier edited a comment on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDiqy
<_whitenotifier-8> [scopehal-apps] azonenberg labeled issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JM3Wa
<_whitenotifier-8> [scopehal-apps] azonenberg commented on issue #393: starting glscopeclient fails (Option 'strip-debug' registered more than once) - https://git.io/JDimn
<_whitenotifier-8> [scopehal-apps] azonenberg edited issue #393: glscopeclient looks in /usr/bin for plugins when installed system-wide and tried to dlopen every binary on the system - https://git.io/JM3Wa
<_whitenotifier-8> [scopehal-apps] azonenberg edited issue #393: glscopeclient looks in /usr/bin for plugins when installed system-wide and tries to dlopen every binary on the system - https://git.io/JM3Wa
nelgau has quit [Remote host closed the connection]
nelgau has joined #scopehal
nelgau has quit [Ping timeout: 268 seconds]
nelgau has joined #scopehal
nelgau has quit [Ping timeout: 240 seconds]
<azonenberg> Status update: major refactoring is about half to 2/3 done
<azonenberg> Y axis gain. offset, and units are now properties of a stream rather than a channelo
<azonenberg> a channel*
<azonenberg> which means a channel can have sub-streams with different scales or units (e.g. mag/angle)
<azonenberg> the next step once that's done will be to add an "import s-parameter" filter similar to the tone generation filters i have now
<azonenberg> and then to make the channel emulation and de-embed filters take an s-parameter channel as an input
<azonenberg> rather than a string filename parameter
<azonenberg> this means you can visualize the actual params being applied to your channel *and* do further analysis or even filtering on them
<azonenberg> I'm going to bed and will continue tomorrow, but will be pushing a massive update tomorrow that will touch almost every file in the project :p
<azonenberg> but this is necessary in order to allow filters to output multiple data streams
<azonenberg> that may not be the same
nelgau has joined #scopehal
kbeckmann has quit [Ping timeout: 256 seconds]
bvernoux has joined #scopehal
kbeckmann has joined #scopehal
kbeckmann has quit [Client Quit]
kbeckmann has joined #scopehal
someone-else has joined #scopehal
someone-else has quit [Client Quit]
<azonenberg> Finished the refactoring but have some big regressions i'm now investigating
kbeckmann has quit [Ping timeout: 256 seconds]
kbeckmann has joined #scopehal
<_whitenotifier-8> [scopehal] azonenberg pushed 4 commits to master [+0/-2/±239] https://git.io/JD1hA
<_whitenotifier-8> [scopehal] azonenberg 84fc7b0 - Refactoring: Y axis units are now a property of the stream rather than the channel
<_whitenotifier-8> [scopehal] azonenberg dd447ce - Removed vestigial SignalGeneratorOscilloscope class which had been broken for a long time
<_whitenotifier-8> [scopehal] azonenberg 54f20c6 - Refactoring: Y axis range/offset are now stream rather than channel attributes
<_whitenotifier-8> [scopehal] azonenberg 3e26d4e - OscilloscopeChannel: fixed bug in refactoring causing SetOffset / SetVoltageRange to not work correctly
<_whitenotifier-8> [scopehal-apps] azonenberg pushed 4 commits to master [+0/-0/±17] https://git.io/JD1hx
<_whitenotifier-8> [scopehal-apps] azonenberg c345b84 - Refactoring: Y axis units are now a property of the stream rather than the channel
<_whitenotifier-8> [scopehal-apps] azonenberg 5b56821 - Refactoring: Y axis gain/offset are now properties of stream rather than channel
<_whitenotifier-8> [scopehal-apps] azonenberg 6180e7b - Updated submodules
<_whitenotifier-8> [scopehal-apps] azonenberg 06f1008 - FilterGraphEditorWidget: use correct units for multi stream gain/offset