Michael Huth

Results 78 comments of Michael Huth

> ED_FindIndizesAndRedimension: It does still resize the rows in values, but now you are not setting the updated NOTE_INDEX in ED_createWaveNote/ED_createTextNotes anymore when inserting post processing. Maybe you should pass...

- [x] Optimize upgrade LBN in DB. Move from DB_UpdateSweepPlot to device locking of DB. - [x] https://github.com/AllenInstitute/MIES/commit/970d2ab90e4e9ef02fd396037649cba9a51bb1f0 (bugfix: Handle missing result waves gracefully in Logbookviewer, 2025-04-02) Put result in...

The commit e26bbaf15de5e02dd25117a28d796b94bb4aab32 that includes the TTL Epoch should also solve #881 .

@t-b I added LBN capabilities. However, I am not sure if it makes sense to just consider it when inserting. Because if one adds a new entry it will have...

@t-b I have adapted the ITC fifopos threaded push and readout now including acq start time - *fingers crossed*

I think I did: - Loadstimsets() - Add stimset by saving another existing with a different name, I think I chose the AFT13 mid sweep stimset as template - RewriteAnalysisFunctions_IGNORE()...

I am not sure if we can solve that easily. Because when changing the screenresolution there are some GUI elements that scale in size (buttons, textfields, ...) and others (like...

If the current clamp mode for the headstage in MIES is different from the specific calmp mode of an amplifier setting (e.g. auto bridge balance that applies only to IC)...

- [x] GetClampState(headstage) -> `FFI_GetClampState(string device, variable headstage)` - [x] SetClampMode(headstage, mode) -> `FFI_SetClampMode(string device, variable headstage, variable clampMode)` - [x] SetHoldingPotential(headstage, value, enable) -> `FFI_SetHoldingPotential(string device, variable headstage, variable...

AI_GetFunctionConstantForClampMode -> get ctrl names -> AI_AmpStorageControlToRowLabel and then read from GetAmplifierParamStorageWave AI_MapFunctionConstantToName for clampState wave Adapt amplifier function such that GUIWrite = 1 only is effective if current HS...