-
Notifications
You must be signed in to change notification settings - Fork 3
/
WhatsNew.txt
322 lines (236 loc) · 5.88 KB
/
WhatsNew.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
==============
AS OF 20240129
==============
- Allow remote fetch of filtered IM stream.
==============
AS OF 20230425
==============
New functions
-------------
GetGeomMap
GetProbeList
SetAnatomy_Pinpoint
==============
AS OF 20230411
==============
- Fecthes returning zero samples do not generate warnings.
==============
AS OF 20230202
==============
- GetStreamShankMap can only be used on NI stream (js = 0) because imec
ShankMaps are for internal use only. They will be replaced by geomMap.
- "Onebox" -> "OneBox"
==============
AS OF 20220101
==============
- Add 'LatencyTest.m' demo file.
- Retire 32-bit MATLAB support.
- Streamline CalinsNetMex.
- Simplify error handling.
- Users must reinstall @SpikeGL and CalinsNetMex.mexw64.
- Formerly streams were referenced by the single parameter streamID: {-1=nidq, 0+=imec-probe}.
Henceforth two parameters (js, ip) are used to select an expanded variety of streams:
- js: stream type: {0=nidq, 1=obx, 2=imec-probe}.
- ip: substream: {0=nidq (if js=0), 0+=which OneBox or imec probe}.
Examples (js, ip):
(0, 0) = nidq. // for nidq, ip is arbitrary but zero by convention
(1, 4) = obx4.
(2, 7) = imec7.
Note: ip has range [0..np-1], where, np is queried using GetStreamNP().
Affected functions
------------------
Fetch
FetchLatest
GetAcqChanCounts -> GetStreamAcqChans
GetFileStartCount -> GetStreamFileStart
GetImProbeCount -> GetStreamNP
GetImProbeSN -> GetStreamSN
GetImVoltageRange -> GetStreamVoltageRange
GetSampleRate -> GetStreamSampleRate
GetSaveChans -> GetStreamSaveChans
GetScanCount -> GetStreamSampleCount
IsUserOrder
MapSample
New functions
-------------
GetImecChanGains
GetParamsImecCommon
SetParamsImecCommon
GetParamsImecProbe
SetParamsImecProbe
GetParamsOneBox
SetParamsOneBox
GetStreamI16ToVolts
GetStreamMaxInt
GetStreamShankMap
Old -> New function replacements
--------------------------------
SetMetaData -> SetMetadata
Changed behavior
----------------
Fetch,
FetchLatest -> default channel subset is all_acquired, rather than all_saved.
Opto functions
--------------
Opto_getAttenuations
Opto_emit
==============
AS OF 20200309
==============
New functions
-------------
SetMultiDriveEnable
New parameters
--------------
GetDataDir
SetDataDir
EnumDataDir
==============
AS OF 20190327
==============
New functions
-------------
GetImProbeCount
GetImVoltageRange
MapSample
SetTriggerOffBeep
SetTriggerOnBeep
==============
AS OF 20190305
==============
New functions
-------------
SetNextFileName
==============
AS OF 20190214
==============
Old -> New function replacements
--------------------------------
GetRunDir -> GetDataDir
SetRunDir -> SetDataDir
EnumRunDir -> EnumDataDir
==============
AS OF 20180829
==============
Consolidate NI/IM functions using streamID as follows:
streamID = -1: NI,
streamID = 0: probe 0,
streamID = 1: probe 1, ...
New functions
-------------
GetSampleRate
Changed syntax
--------------
Fetch
FetchLatest
IsUserOrder
GetFileStartCount
GetScanCount
GetSaveChans
GetAcqChanCounts
==============
AS OF 20180715
==============
New functions
-------------
GetImProbeSN
==============
AS OF 20170903
==============
Old -> New function replacements
--------------------------------
GetAcqChanCounts -> GetAcqChanCountsNI, GetAcqChanCountsIm
Changed syntax
--------------
GetAcqChanCountsIm requires a streamID.
GetSaveChansIm now requires a streamID.
GetFileStartCountIm now requires a streamID.
GetScanCountIm now requires a streamID.
FetchIm, FetchLatestIm now require a streamID.
SetAudioParams now requires a subgroup name and params struct.
==============
AS OF 20170724
==============
New functions
-------------
SetMetaData
==============
AS OF 20170501
==============
Old -> New function replacements
--------------------------------
SetAOEnable -> SetAudioEnable
SetAOParams -> SetAudioParams
==============
AS OF 20160601
==============
New functions
-------------
GetFileStartCountIm, GetFileStartCountNi
Changed syntax
--------------
FetchLatestNi, FetchLatestIm now return [matrix, headCt].
==============
AS OF 20160502
==============
New functions
-------------
IsUserOrderIm, IsUserOrderNi
==============
AS OF 20160404
==============
Old -> New function replacements
--------------------------------
SetTrgEnable -> SetRecordingEnable
==============
AS OF 20160120
==============
Old -> New function replacements
--------------------------------
GetScanCount -> GetScanCountNi, GetScanCountIm
GetChannelSubset -> GetSaveChansNi, GetSaveChansIm
GetDAQData -> FetchNi, FetchIm
GetLastNDAQData -> FetchLatestNi, FetchLatestIm
Changed syntax
--------------
GetAcqChanCounts now returns vector including {AP,LF,SY,MN,MA,XA,DW}.
All other functions
-------------------
Same syntax
IMPORTANT
---------
Use new mex files.
==============
AS OF 20151231
==============
Contents.m documentation file is accurate.
Old retired functions
---------------------
FastSettle
GetCurrentRunFile
GetCurrentSaveFile
Old -> New function replacements
--------------------------------
ConsoleUnhide -> ConsoleShow
IsAcquiring -> IsRunning
DoQueryMatrix -> GetDAQData
GetDir -> EnumRunDir
GetSaveDir -> GetRunDir
GetSaveFile -> GetRunName
SetSaveDir -> SetRunDir
SetSaveFile -> SetRunName
SetSaving -> SetTrgEnable
StartACQ -> StartRun
StopACQ -> StopRun
New functions
-------------
GetAcqChanCounts
SetAOParams
SetAOEnable
SetDigOut
Changed syntax
--------------
GetDAQData now returns two params [mat,headCt]; where headCt is the
zero-based index of the first timepoint in the matrix. This allows
consecutive fetches.
GetAcqChanCounts now returns vector including {AP,LF,MN,MA,XA,DW}.