Michael Huth

Results 55 issues of Michael Huth

For ITC only: Currently the fifopos is tracked in `TFH_Fifoloop` when the thread ended the fifpos retrieval function returns `NaN` for the fifopos. The Thread can end due to 3...

bug
DA_Ephys

In the AB it can happen that a user wants to load all sweeps from an experiment. Currently index over every single sweep selected and load sequentially. This could be...

AnalysisBrowser
Optimization

Currently the constants are utilized for both because their mapping partially fits. Though, the mapping for FunctionInfo is different and already overlaps now with some IGOR_TYPE_ constants. We should split...

CodeQuality

Currently the recreation of the GUIState wave works only on the current GUI. Thus, controls requested on recreation may not exist and the recreation asserts out when an old GUI...

bug
DA_Ephys

The AB could run much faster if the data loading could be parallelized, for e.g. Refresh, Load Sweeps etc. Current Situation: - LoadData to load data from PXPs is not...

AnalysisBrowser

Currently the DataBrowser offers only a short line to display sweepformula errors. With the current and future complexity of the sweepformula module this is not enough to give the user...

DataBrowser
SweepFormula
Issue Review 2025

close #2496

SweepFormula

There is currently an extract operation implemented for SF that extracts the one dataset from datasets. For further extension the complete operation can have a API like: `extract(dataset, datasetIndex, arrayRowIndex,...

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.*"),...

Unknown variable names (e.g. typo) result in ``` ################################ !!! Assertion FAILED !!! Message: "Variable not found" Please provide the following information if you contact the MIES developers: ################################ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...