forked from cengique/pandora-matlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatlab-session_2008-10-16_measure-timings.log
3701 lines (2907 loc) · 166 KB
/
matlab-session_2008-10-16_measure-timings.log
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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
< M A T L A B >
Copyright 1984-2006 The MathWorks, Inc.
Version 7.3.0.298 (R2006b)
August 03, 2006
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> if usejava('jvm'), com.mathworks.services.Prefs.setBooleanPref('EditorGraphicalDebugging', false); end
>> ls /djlab/shared/databases/
Xlib: extension "XFree86-Misc" missing on display "localhost:10.0".
GPe_cg_sim_halfact_2007_01 GPe_jre_physiol_2004-2005_PCDX
GPe_cg_sim_maxcond_2005_07 GPe_jre_physiol_blockers_2007-08_HDF5
>> ls /djlab/shared/databases/GPe_jre_physiol_2004-2005_PCDX/
Xlib: extension "XFree86-Misc" missing on display "localhost:10.0".
cip_traces_all_axoclamp_Raw.txt
cip_traces_all_axoclamp_Raw.txt~
createPhysiolDB.m
createPhysiolDB.m~
loadLatestDB.m
loadLatestDB.m~
physiol_compare_bundle_10_fixed_ItemIndex.mat
physiol_compare_bundle_11_updated_blockers.mat
physiol_compare_bundle_12_manually_added_0802_and_missing_0728.mat
physiol_compare_bundle_4_relocated.mat
physiol_compare_bundle_5_added_missing.mat
physiol_compare_bundle_6_lisu_findspikes.mat
physiol_compare_bundle_7_added_halfwidth.mat
physiol_compare_bundle_8_update_tracesets.mat
physiol_compare_bundle_9_added_fixVwidth_measure.mat
physiol_compare_bundle_9b_added_fixVwidth_wo_blockers.mat
physiol_dataset_9_combined_blockers_2008.mat
physiol_dball_9.mat
README
README~
>> load '/djlab/shared/databases/GPe_jre_physiol_2004-2005_PCDX/physiol_dataset_9_combined_blockers_2008.mat'
>> whos
Name Size Bytes Class Attributes
a_fs 1x1 141445174 physiol_cip_traceset_fileset
>> a_fs.list
ans =
Columns 1 through 2
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 3 through 4
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 5 through 6
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 7 through 8
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 9 through 10
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 11 through 12
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 13 through 14
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 15 through 16
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 17 through 18
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 19 through 20
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 21 through 22
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 23 through 24
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 25 through 26
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 27 through 28
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 29 through 30
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 31 through 32
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 33 through 34
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 35 through 36
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 37 through 38
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 39 through 40
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 41 through 42
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 43 through 44
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 45 through 46
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 47 through 48
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 49 through 50
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 51 through 52
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 53 through 54
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 55 through 56
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 57 through 58
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 59 through 60
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 61 through 62
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 63 through 64
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 65 through 66
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 67 through 68
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 69 through 70
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 71 through 72
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 73 through 74
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 75 through 76
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 77 through 78
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 79 through 80
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 81 through 82
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 83 through 84
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 85 through 86
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 87 through 88
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 89 through 90
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 91 through 92
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 93 through 94
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 95 through 96
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 97 through 98
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 99 through 100
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 101 through 102
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 103 through 104
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 105 through 106
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 107 through 108
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 109 through 110
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 111 through 112
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 113 through 114
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 115 through 116
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 117 through 118
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 119 through 120
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 121 through 122
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 123 through 124
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 125 through 126
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 127 through 128
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 129 through 130
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 131 through 132
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 133 through 134
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 135 through 136
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 137 through 138
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 139 through 140
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 141 through 142
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 143 through 144
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 145 through 146
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 147 through 148
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 149 through 150
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 151 through 152
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 153 through 154
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 155 through 156
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 157 through 158
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 159 through 160
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 161 through 162
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 163 through 164
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 165 through 166
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 167 through 168
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 169 through 170
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 171 through 172
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 173 through 174
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 175 through 176
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 177 through 178
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 179 through 180
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 181 through 182
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 183 through 184
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 185 through 186
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 187 through 188
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 189 through 190
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 191 through 192
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 193 through 194
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 195 through 196
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 197 through 198
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 199 through 200
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 201 through 202
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 203 through 204
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 205 through 206
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 207 through 208
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 209 through 210
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 211 through 212
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 213 through 214
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 215 through 216
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 217 through 218
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 219 through 220
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 221 through 222
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 223 through 224
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 225 through 226
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 227 through 228
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 229 through 230
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 231 through 232
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 233 through 234
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 235 through 236
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 237 through 238
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 239 through 240
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 241 through 242
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 243 through 244
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 245 through 246
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 247 through 248
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 249 through 250
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 251 through 252
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 253 through 254
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 255 through 256
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 257 through 258
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 259 through 260
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 261 through 262
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 263 through 264
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 265 through 266
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 267 through 268
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 269 through 270
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 271 through 272
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 273 through 274
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 275 through 276
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 277 through 278
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 279 through 280
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 281 through 282
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 283 through 284
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 285 through 286
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 287 through 288
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 289 through 290
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 291 through 292
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 293 through 294
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 295 through 296
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 297 through 298
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 299 through 300
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 301 through 302
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 303 through 304
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 305 through 306
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 307 through 308
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 309 through 310
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 311 through 312
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 313 through 314
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 315 through 316
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 317 through 318
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 319 through 320
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 321 through 322
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 323 through 324
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 325 through 326
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Columns 327 through 328
[1x1 physiol_cip_traceset] [1x1 physiol_cip_traceset]
Column 329
[1x1 physiol_cip_traceset]
>> a_fs.list{1}
physiol_cip_traceset, traceset gpd0411a (/Raw/gpd04/gpd0411/Gpd0411a.all), trials 5-33
ans =
data_src: '/Raw/gpd04/gpd0411/Gpd0411a.all'
vchan: 1
ichan: 2
vgain: 4
igain: 10
treatments: [1x1 struct]
neuron_id: 'gpd0411a'
params_tests_dataset: [1x1 params_tests_dataset]
Optional properties of physiol_cip_traceset:
ans =
profile_class_name: 'getProfileAllSpikes'
offset_y: -9
cip_list: [1x19 double]
>> a_fs.list{329}
physiol_cip_traceset, traceset gps0729c_chan2 (gps0729c.hdf5), trials 127
ans =
data_src: 'gps0729c.hdf5'
vchan: 2
ichan: 1
vgain: 1
igain: 1
treatments: [1x1 struct]
neuron_id: 'gps0729c_chan2'
params_tests_dataset: [1x1 params_tests_dataset]
Optional properties of physiol_cip_traceset:
ans =
ImChan: 'Amp1 Im'
VmChan: 'Amp1 Vm'
addTreats: [1x1 struct]
renameTreats: [1x1 struct]
trials: [1x52 double]
nsHDF5: []
profile_class_name: 'getProfileAllSpikes'
Trials: {[1x1 struct]}
cip_list: [1x1 struct]
>> tic; phys_dball = params_tests_db(phys_fileset_big5, 1:10); toc
??? Undefined function or variable 'phys_fileset_big5'.
>> tic; phys_dball = params_tests_db(a_fs, 1:10); toc
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 1 (3000 points @ 10 KHz)
Warning: vPP curvature ignored, v' > 15 for gpd0411a(t1) (Spont spike#11)
> In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVmMaxCurvPhasePlane.m,253,1">spike_shape.calcInitVmMaxCurvPhasePlane at 253</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVm.m,117,1">spike_shape.calcInitVm at 117</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/getResults.m,81,1">spike_shape.getResults at 81</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@trace/analyzeSpikesInPeriod.m,61,1">trace.analyzeSpikesInPeriod at 61</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@cip_trace/getProfileAllSpikes.m,36,1">cip_trace.getProfileAllSpikes at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/cip_trace_profile.m,56,1">physiol_cip_traceset.cip_trace_profile at 56</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/loadItemProfile.m,30,1">physiol_cip_traceset.loadItemProfile at 30</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/testNames.m,36,1">params_tests_dataset.testNames at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset_fileset/readDBItems.m,52,1">physiol_cip_traceset_fileset.readDBItems at 52</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/params_tests_db.m,60,1">params_tests_dataset.params_tests_db at 60</a>
Warning: Warning: Max curv phase plane method signal failure, falling back to supersampled threshold method.
> In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVm.m,123,1">spike_shape.calcInitVm at 123</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/getResults.m,81,1">spike_shape.getResults at 81</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@trace/analyzeSpikesInPeriod.m,61,1">trace.analyzeSpikesInPeriod at 61</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@cip_trace/getProfileAllSpikes.m,36,1">cip_trace.getProfileAllSpikes at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/cip_trace_profile.m,56,1">physiol_cip_traceset.cip_trace_profile at 56</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/loadItemProfile.m,30,1">physiol_cip_traceset.loadItemProfile at 30</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/testNames.m,36,1">params_tests_dataset.testNames at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset_fileset/readDBItems.m,52,1">physiol_cip_traceset_fileset.readDBItems at 52</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/params_tests_db.m,60,1">params_tests_dataset.params_tests_db at 60</a>
Reading fileset:
Loading traceset traceset gpd0411a (/Raw/gpd04/gpd0411/Gpd0411a.all), trials 5-33 on row 1
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 1 (3000 points @ 10 KHz)
Warning: vPP curvature ignored, v' > 15 for gpd0411a(t1) (Spont spike#11)
> In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVmMaxCurvPhasePlane.m,253,1">spike_shape.calcInitVmMaxCurvPhasePlane at 253</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVm.m,117,1">spike_shape.calcInitVm at 117</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/getResults.m,81,1">spike_shape.getResults at 81</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@trace/analyzeSpikesInPeriod.m,61,1">trace.analyzeSpikesInPeriod at 61</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@cip_trace/getProfileAllSpikes.m,36,1">cip_trace.getProfileAllSpikes at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/cip_trace_profile.m,56,1">physiol_cip_traceset.cip_trace_profile at 56</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/loadItemProfile.m,30,1">physiol_cip_traceset.loadItemProfile at 30</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/testNames.m,36,1">params_tests_dataset.testNames at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/readDBItems.m,42,1">params_tests_dataset.readDBItems at 42</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset_fileset/readDBItems.m,69,1">physiol_cip_traceset_fileset.readDBItems at 69</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/params_tests_db.m,60,1">params_tests_dataset.params_tests_db at 60</a>
Warning: Warning: Max curv phase plane method signal failure, falling back to supersampled threshold method.
> In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/calcInitVm.m,123,1">spike_shape.calcInitVm at 123</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@spike_shape/getResults.m,81,1">spike_shape.getResults at 81</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@trace/analyzeSpikesInPeriod.m,61,1">trace.analyzeSpikesInPeriod at 61</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@cip_trace/getProfileAllSpikes.m,36,1">cip_trace.getProfileAllSpikes at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/cip_trace_profile.m,56,1">physiol_cip_traceset.cip_trace_profile at 56</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset/loadItemProfile.m,30,1">physiol_cip_traceset.loadItemProfile at 30</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/testNames.m,36,1">params_tests_dataset.testNames at 36</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/readDBItems.m,42,1">params_tests_dataset.readDBItems at 42</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset_fileset/readDBItems.m,69,1">physiol_cip_traceset_fileset.readDBItems at 69</a>
In <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/params_tests_db.m,60,1">params_tests_dataset.params_tests_db at 60</a>
Error in ==> <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/readDBItems.m,42,1">params_tests_dataset.readDBItems at 42</a>
test_names = testNames(obj, items(1));
Error in ==> <a href="error:/djlab/private/cengiz/work/pandora/classes/@physiol_cip_traceset_fileset/readDBItems.m,69,1">physiol_cip_traceset_fileset.readDBItems at 69</a>
[item_params, tmp_param_names, item_tests, tmp_test_names] = readDBItems(item);
Error in ==> <a href="error:/djlab/private/cengiz/work/pandora/classes/@params_tests_dataset/params_tests_db.m,60,1">params_tests_dataset.params_tests_db at 60</a>
[params, param_names, tests, test_names] = readDBItems(args{:});
>> warning off backtrace
>> warning off verbose
>> warning off calcInitVm:info
>> tic; phys_dball = params_tests_db(a_fs, 1:10); toc
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 1 (3000 points @ 10 KHz)
Reading fileset:
Loading traceset traceset gpd0411a (/Raw/gpd04/gpd0411/Gpd0411a.all), trials 5-33 on row 1
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 1 (3000 points @ 10 KHz)
Reading:
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 5, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 6, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 6, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 7, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 7, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 8, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 8, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 9, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 9, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 10, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 10, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 11, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 11, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 12, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 12, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 13, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 13, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411a(t9) (Recov spike#1).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 14, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 14, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 15, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 15, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 16, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 16, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 17, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 17, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 18, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 18, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 19, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 19, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 20, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 20, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 21, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 21, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 22, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 22, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 23, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 23, channel 1 (3000 points @ 10 KHz)
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 24, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 24, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 25, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 25, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 26, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 26, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 27, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 27, channel 1 (3000 points @ 10 KHz)
Warning: Spike failed to repolarize.
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 28, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 28, channel 1 (3000 points @ 10 KHz)
Warning: Spike failed to repolarize.
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 29, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 29, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 30, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 30, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 31, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 31, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 32, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 32, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 33, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411a.all, trace 33, channel 1 (3000 points @ 10 KHz)
Elapsed time took 53.05 seconds.
Loading traceset traceset gpd0411b (/Raw/gpd04/gpd0411/Gpd0411b.all), trials 1-42 on row 2
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 1, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 1, channel 1 (3000 points @ 10 KHz)
Reading:
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 1, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 1, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 2, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 2, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 3, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 3, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 4, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 4, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 5, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 5, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 6, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 6, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 7, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 7, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 8, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 8, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 9, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 9, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 10, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 10, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 11, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 11, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 12, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 12, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t12) (Spont spike#20).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 13, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 13, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 14, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 14, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t14) (Recov spike#20).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 15, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 15, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 16, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 16, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 17, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 17, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t17) (Pulse spike#1).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 18, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 18, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 19, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 19, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t19) (Pulse spike#1).
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 20, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 20, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 21, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 21, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 22, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 22, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t22) (Spont spike#17).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 23, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 23, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 24, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 24, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 25, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 25, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 26, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 26, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 27, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 27, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 28, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 28, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t28) (Recov spike#22).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 29, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 29, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t29) (Recov spike#1).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 30, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 30, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 31, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 31, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 32, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 32, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 33, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 33, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t33) (Spont spike#11).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 34, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 34, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 35, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 35, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 36, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 36, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 37, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 37, channel 1 (3000 points @ 10 KHz)
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 38, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 38, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 39, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 39, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t39) (Spont spike#12).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 40, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 40, channel 1 (3000 points @ 10 KHz)
Warning: Not a spike: gpd0411b(t40) (Spont spike#16).
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 41, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 41, channel 1 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 42, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411b.all, trace 42, channel 1 (3000 points @ 10 KHz)
Elapsed time took 87.30 seconds.
Loading traceset traceset gpd0411c (/Raw/gpd04/gpd0411/Gpd0411c.all), trials 1-37 on row 3
readpcdx: /Raw/gpd04/gpd0411/Gpd0411c.all, trace 1, channel 2 (3000 points @ 10 KHz)
readpcdx: /Raw/gpd04/gpd0411/Gpd0411c.all, trace 1, channel 1 (3000 points @ 10 KHz)