Michael Huth
Michael Huth
For DA the hw and GUI channel is the same, change code to e.g. `guiChannelNumber = hwChannelNumber // describe` and then call with guiChannelNumber
Does this approach destroys the clipboard content?
Review all functions that use: `SB_GetSweepDataFolder`, `BSP_GetSweepDF` General changes: Add a column a SweepMap with CRC of sweep number, experiment name, device name. Then function take these as argument, resolve...
Regarding `BSP_FirstAndLastSweepAcquired`: The function returns the last index inclusive. Also the function has a bigger general issue that it is not multiple device aware. I think it actually should have...
`TestEpochRecreationShortNames` and the generator: I rewrote the the whole test and the generator to work properly with multiple devices loaded in the SB. I also added two utility functions to...
Yes, these functions solve that.
Use TPMarker as index for single TP. Testpulse Cycle Id is constant over all TPs from one acquisition run. Publish zeromq from TP_TSAnalysis thread function Use TUF-XOP to save last...
@t-b Feedback request for general design improvements.
- [x] Change TP return functions to have an headstage argument and slice also HS. Then return tpADC, tpDAC, tpStorage slice as 1d wave. - [x] Add test that DimLabels...
@t-b I diagnosed an issue with the JSON construction for publishing in this PR that requires an update of the JSON XOP to the current version where we fixed the...