Michael Huth
Michael Huth
Updates the lexer for Igor Pro from Wavemetrics with the functions and operations list of the latest Igor Pro 9 version.
I measured the filters of two of my SID with A. Lanakilas method and have the coefficients that SIDPlay2 uses. It is unclear how I calculate the values for the...
- [x] implementation - [x] add new tag to data to skip plotting in formula plotter, skip plotting filter.ranges component - [x] set data types on sub waves of combined...
from https://github.com/AllenInstitute/MIES/pull/2041#issuecomment-2017914543 > I've chatted with Tim about this and here is our conclusion: > Overwrite the existing epoch info in NWBv2 files, existing IPNWB functions: WriteSingleChannel, WriteEpochs, AppendEpochTable >...
Needs to convert HW channel to GUi channel first: https://github.com/AllenInstitute/MIES/blob/5bb3ee173b0eec34da3c13bedc995a42061f8013/Packages/MIES/MIES_Epochs.ipf#L846
Solution idea: - from region times calculate WB stimset sample indices - Use IndexAfterDecimation to calculate data wave sample indices - Create epochs based on these indices
from DataConfigurationResult requires https://github.com/AllenInstitute/MIES/pull/1990
DC_PrepareLBNEntries retrieves data for LNB entries from the GUI that actually have entries in DataConfigurationResult. Here the filled structure should be preferred because - we write only data in the...
The axis labels use a fixed font size that does not scale when the window size is increased, such that the labels are too tiny to read. https://github.com/AllenInstitute/MIES/blob/9a4ef75dcdf9af52ee81492c88908a6c44bc4be0/Packages/MIES/MIES_MiesUtilities.ipf#L3206 
Only on ITC: If multiple TTL channels are used with different size stimsets then the decimation uses the joined TTL data and decimates over the maximum stimset size. Depending on...