Michael Huth
Michael Huth
Publishers added: testpulse results live testpulse results 1s update testpulse results 5s update testpulse results 10s update The TP results from TP analysis are packed in a JSON in TP_TSAnalysis...
It turned out that some tasks when using the TUFXOP are rather generic. e.g. attempting to retrieve a named storage and create it if it not exists. We could wrap...
Nicify main readme.md
close #978 close #2127
When given a sweepNo as argument with the simple FindValue approach the function returns only for the first hit. Thus, we have code paths that are not aware of sweeps...
With threadsafe disabled Some tests that are failing with sutter: - CheckPulseInfoGathering: pulseInfo comparison uses magic numbers that probably depend on sample interval and these are slightly off for SUTTER...
Take NWB_AppendSweepDuringDAQ, where we duplicate the LNB waves for pushing them to a thread. As the keys waves are not duplicated these are recreated on first LNB access in the...
There are situation where we use the cache in threads and also WaveModCounterWrapper as part of determining the cache key that returns NaN in threads. As WaveModCounterWrapper is not available...
Situation 1: - Experiment is untitled, NWB saving is enabled in DAEPhys panel - On acquire nwb save dialog pops up and asks for nwb name (NWB_PrepareExport) -> User chooses...
We could use a faster solution for a generic index lookups based on strings. We use that on key locations in MIES such as the Wave Cache and the Labnotebook....