MIES
MIES copied to clipboard
Multichannel Igor Electrophysiology Suite
Latest coverage data: https://byte-physics.de/public-downloads/aistorage/transfer/report/coverage Using UTF code coverage feature it was revealed that the following code paths are never executed: - [ ] Locked/unlocked indexing with TTL channels - [x]...
Github supports uploading artifacts directly to Github Pages: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow Using this needs some configuration in the project settings and a job like this one: ```yaml DeployGithubPages: name: Deploy Github Pages...
 While the HS0 and HS1 area is tagged, the unassociated channels (here AD2) has no tag on the left. It wold be good to have a tag at the...
Since 865b10ea (Analysis function dashboard: Fix the failure messages and make them more verbose, 2021-08-18) we use AD_GetPerSweepFailMessage to gather failure messages per sweep. But not yet all analysis functions...
In https://github.com/AllenInstitute/MIES/blob/3409060a378fa81f46bb175907562f0bdf646d28/Packages/MIES/MIES_SweepSaving.ipf#L172 the gain wave is created. For a GUI gain of 0, we get an "inf" entry. This is not further checked and written at https://github.com/AllenInstitute/MIES/blob/3409060a378fa81f46bb175907562f0bdf646d28/Packages/MIES/MIES_DAC-Hardware.ipf#L2265 into the configuration...
After power up on starting the first acquisition the initial DA value on the NI channels is undefined. In a loopback configuration this can be seen as random amplitudes of...
Coding conventions suggest to avoid that [1]. It's also longer than it needs to be and also makes code coverage smaller. ``` rg --multiline '\n[[:space:]]+(return|continue|Abort|AbortOnRTE|ASSERT).*\n[[:space:]]+break\n' Packages/MIES/*ipf ``` - [ ]...
The problem is that we don't record the state if a subwindow is shown or not.
File: issue-1743\Pvalb-IRES-Cre;Ai14-646904.13.03.02_original.pxp MIES version: ``` Release_2.6_20220606-39-g0882798c Date and time of last commit: 2022-09-02T17:27:13+02:00 Submodule status: f3493461480eaafa97939940693ed693860048a6 Packages/IPNWB (f349346) 56f1da31d786a593892280c2d2b2b1190def0fb5 Packages/doc/doxygen-filter-ipf (heads/main) a8d4707e7c72555baefbb9a4d52de920e1d8ebb9 Packages/unit-testing (a8d4707) ``` Dashboard with main 75613ddf (Merge...
The IVSCC pipeline would like to be able to configure our stimuli to set different holding potentials when running the long square pulses. We have started doing this manually but...