Michael Huth

Results 55 issues of Michael Huth

When profiling MIEs it turns out that FindIndizes runtime is a considerable part. Ideas for optimization: - for text comparison use "binary comparison" that should be faster - while doing...

Optimization
Issue Review 2025
PureEngineering

```diff diff --git a/Packages/MIES/MIES_Constants.ipf b/Packages/MIES/MIES_Constants.ipf index 84e9b698c..ba30be858 100644 --- a/Packages/MIES/MIES_Constants.ipf +++ b/Packages/MIES/MIES_Constants.ipf @@ -2313,3 +2313,5 @@ /// @anchor FFTWinFunctions Constant SUTTER_MAX_MAX_TP_PULSES = 10000 Constant INVALID_SWEEP_NUMBER = -1 + +StrConstant LNB_JSON_PREFIX...

First #2154 should be resolved. - For RAC currently over all initial selections is iterated, but it only needs to iterate over all unique sweep numbers per experiment/datafolder/device. - RAC...

Optimization
SweepFormula
Issue Review 2025
PureEngineering

We would like to rename the `data` operation to a better fitting name: Suggestions: - plot - graph - display

SweepFormula

Operations that typically take data(...) should also allow to ingest select as argument and then apply data(selectArg) and calculate on the data. - can be distinguished by the returned DATATYPE...

SweepFormula

This PR adds Sutter amplifier support to MIES

Amplifier

Diagnostic seems to point to this issue: If the execution is slower, e.g. with instrumentation then sweep 2 is acquired further or even to the end. Then the test assertions...

tp fitting with SweepFormula uses the sample rate in the fitting process. Before support for Sutter hardware was introduced DA and AD sample rates were the same. Now with Sutter...

bug
SweepFormula

- [x] Needs https://github.com/AllenInstitute/MIES/pull/2432 - [ ] Needs https://github.com/AllenInstitute/MIES/pull/2569 - [ ] Wait for epoch support in ipfx - [ ] Test a full QC run with recreated epoch info...