You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `PSQ_Ramp <http://10.128.24.29/master/file/_m_i_e_s___analysis_functions___patch_seq_8ipf.html?highlight=psq_ramp#_CPPv28PSQ_Ramp6stringP19AnalysisFunction_V3>`__ with tests, documentation and flow chart
76
84
- Port to V3 API
85
+
- Fix spike detection logic
86
+
- Support indexing
87
+
- PSQ_SearchForSpikes: Fix searching for multiple spikes and finding none
88
+
- Patch Seq Rheobase: Increase post pulse baseline chunk size to 500ms
89
+
- PSQ_Rheobase: Fix stimset length check
77
90
78
91
- Introduce Analysis functions V3. All new analysis functions should use this format.
79
92
- Add support for analysis parameters which can be attached to stimsets and are passed into the analysis function.
@@ -84,7 +97,8 @@ Analysis Functions
84
97
- Ensure that MID_SWEEP_EVENT is always reached
85
98
- Analysis parameters: Add method to request the types as well
86
99
A breaking change is that the names now must be separated with commas
87
-
(,) as that is more in line who we store the entries in the stimset.
100
+
(,) as that is more in line how we store the entries in the stimset.
101
+
- Add PRE_SET_EVENT and fix POST_SET_EVENT for indexing
88
102
89
103
Foreign Function interface
90
104
--------------------------
@@ -103,6 +117,13 @@ General
103
117
- AFH_ExtractOneDimDataFromSweep: More documentation and add support for TTL channels
104
118
- All hardware dependent XOPs are now not a compilation requirement anymore
105
119
- Reorganize menu
120
+
- Add a cache for the labnotebook queries, this speeds up reading out the
121
+
labnotebook by around two orders of magnitude
122
+
- Add shortcuts to most common MIES panels
123
+
- Use fast line drawing for oscilloscope traces (Igor Pro 8 only)
124
+
- Make Multi Device DAQ the default
125
+
- Let NWB_ExportAllData use the given NWB via overrideFilePath and not use the
126
+
standard NWB file derived from the experiment name
106
127
107
128
Installer
108
129
---------
@@ -167,6 +188,9 @@ New numerical keys
167
188
- "Autobias Vcom variance": Voltage variance [mV]
168
189
- "Autobias Ibias max": Maximum current [pA]
169
190
- "Autobias": On/Off
191
+
- "Set Cycle count": Number of times a stimset was completely acquired in a row
192
+
- "Stimset acquisition cycle ID": Unique identifier which is constant for all
193
+
sweeps of an RAC with the same stimset and set cycle count.
170
194
171
195
New textual keys
172
196
~~~~~~~~~~~~~~~~
@@ -194,7 +218,7 @@ Changed textual entries
194
218
NWB/IPNWB
195
219
---------
196
220
197
-
None
221
+
- Store the Igor Pro history in NWB on interactive export
198
222
199
223
File format
200
224
~~~~~~~~~~~
@@ -215,6 +239,12 @@ WaveBuilder
215
239
- Add GUI for handling analysis parameters
216
240
- Sort the list of shown stimsets across channel types
217
241
- Add stimset checksum to the stimset wavenote
242
+
- Fail with a good error message on unknown delta modes on stimset creation
243
+
- Upgrade WP/WPT waves to hold per entry delta operations and multipliers
244
+
- WPT now gained layers for epoch type specific data
245
+
- Add a new delta operation named "Explicit delta values" which allows to set
246
+
the delta value for each sweep
247
+
- Don't error out on the combine epoch tab with no stimsets available
218
248
219
249
Work Sequencing Engine
220
250
----------------------
@@ -231,6 +261,10 @@ Internal
231
261
- Mies Version: Add date and time of last commit
232
262
- Remove stale wrapper functions
233
263
- Removed stock XOPs/Procedures/HelpFiles with shortcuts to their original location
264
+
- Add MIESUtils XOP with MU_WaveModCount, WaveModCount is available in IP8
265
+
- Unify GetLastSetting and GetLastSettingText
266
+
- Wave cache: Allow to operate on a non-duplicated wave
267
+
- Enhance indexing documentation, add a human readable description how indexing should work
0 commit comments