-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path5_famFaceGrey_2017_Jan_26_1027.log
9806 lines (9806 loc) · 436 KB
/
5_famFaceGrey_2017_Jan_26_1027.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
9.7018 EXP Created window1 = Window(allowGUI=True, allowStencil=False, autoLog=True, bitsMode=UNKNOWN, blendMode='avg', color=array([ 0., 0., 0.]), colorSpace='rgb', fullscr=UNKNOWN, gamma=None, lms=UNKNOWN, monitor=<psychopy.monitors.calibTools.Monitor object at 0x1631FBF0>, name='window1', pos=[0, 0], screen=0, size=array([1280, 1024]), stereo=False, units='pix', useFBO=True, useRetina=False, viewOri=0.0, viewPos=None, viewScale=None, waitBlanking=True, winType='pyglet')
9.7019 EXP window1: recordFrameIntervals = False
9.8675 EXP window1: recordFrameIntervals = True
10.0509 EXP window1: recordFrameIntervals = False
10.3259 EXP Created text = TextStim(alignHoriz='center', alignVert='center', antialias=True, autoLog=True, bold=False, color='white', colorSpace='named', contrast=1.0, depth=-1.0, flipHoriz=False, flipVert=False, font='Arial', fontFiles=[], height=25, italic=False, name='text', opacity=1.0, ori=0, pos=array([ 0., 0.]), rgb=array([ 255., 255., 255.]), text=unicode(...), units='pix', win=Window(...), wrapWidth=500)
10.3287 EXP Created imageBekannt = ImageStim(autoLog=True, color=array([ 1., 1., 1.]), colorSpace='rgb', contrast=1.0, depth=0.0, flipHoriz=False, flipVert=False, image='sin', interpolate=True, mask=None, maskParams=None, name='imageBekannt', opacity=1.0, ori=0.0, pos=array([ 0., 100.]), size=array([ 300., 300.]), texRes=128, units='pix', win=Window(...))
10.3597 EXP Created ratingBekannt = RatingScale(acceptKeys=[], acceptPreText=UNKNOWN, acceptSize=UNKNOWN, acceptText=UNKNOWN, autoLog=True, choices=[u'1.ja', u'2.nein'], depth=0, disappear=False, flipVert=False, high=1, kwargs=UNKNOWN, labels=list(...), leftKeys=['left'], lineColor='White', low=0, marker=TextStim(...), markerColor='darkorange', markerExpansion=UNKNOWN, markerStart=None, maxTime=0.0, minTime=0.4, mouseOnly=True, name='ratingBekannt', noMouse=False, pos=[0.0, -0.390625], precision=1, respKeys=[], rightKeys=['right'], scale='<default>', self=UNKNOWN, showAccept=False, showValue=True, singleClick=True, size=0.6, skipKeys=[], stretch=1.0, textColor='LightGray', textFont='Helvetica Bold', textSize=0.18000000000000002, tickHeight=-1, tickMarks=1.0, win=Window(...))
10.3679 EXP Created text_6 = TextStim(alignHoriz='center', alignVert='center', antialias=True, autoLog=True, bold=False, color=u'white', colorSpace='named', contrast=1.0, depth=-2.0, flipHoriz=False, flipVert=False, font=u'Arial', fontFiles=[], height=50, italic=False, name='text_6', opacity=1.0, ori=0, pos=array([ 0., -100.]), rgb=array([ 255., 255., 255.]), text=u'Bekannt?', units='pix', win=Window(...), wrapWidth=500)
10.3699 EXP Created image_3 = ImageStim(autoLog=True, color=array([ 1., 1., 1.]), colorSpace='rgb', contrast=1.0, depth=0.0, flipHoriz=False, flipVert=False, image='sin', interpolate=True, mask=None, maskParams=None, name='image_3', opacity=1.0, ori=0.0, pos=array([ 0., 100.]), size=array([ 300., 300.]), texRes=128, units='pix', win=Window(...))
10.3957 EXP Created ratingK1 = RatingScale(acceptKeys=[], acceptPreText=UNKNOWN, acceptSize=UNKNOWN, acceptText=UNKNOWN, autoLog=True, choices=[u' ', u'1. SchauspielerIn', u' '], depth=0, disappear=False, flipVert=False, high=2, kwargs=UNKNOWN, labels=list(...), leftKeys=['left'], lineColor='White', low=0, marker=TextStim(...), markerColor='darkorange', markerExpansion=UNKNOWN, markerStart=None, maxTime=0.0, minTime=0.4, mouseOnly=True, name='ratingK1', noMouse=False, pos=[0.0, -0.390625], precision=1, respKeys=[], rightKeys=['right'], scale='<default>', self=UNKNOWN, showAccept=False, showValue=True, singleClick=True, size=0.36, skipKeys=[], stretch=1.0, textColor='LightGray', textFont='Helvetica Bold', textSize=0.10800000000000001, tickHeight=-1, tickMarks=2.0, win=Window(...))
10.4117 EXP Created ratingK2 = RatingScale(acceptKeys=[], acceptPreText=UNKNOWN, acceptSize=UNKNOWN, acceptText=UNKNOWN, autoLog=True, choices=[u'2. MusikerIn', u'3. ModeratorIn'], depth=0, disappear=False, flipVert=False, high=1, kwargs=UNKNOWN, labels=list(...), leftKeys=['left'], lineColor='White', low=0, marker=TextStim(...), markerColor='darkorange', markerExpansion=UNKNOWN, markerStart=None, maxTime=0.0, minTime=0.4, mouseOnly=True, name='ratingK2', noMouse=False, pos=[0.0, -0.5859375], precision=1, respKeys=[], rightKeys=['right'], scale='<default>', self=UNKNOWN, showAccept=False, showValue=True, singleClick=True, size=0.36, skipKeys=[], stretch=1.0, textColor='LightGray', textFont='Helvetica Bold', textSize=0.10800000000000001, tickHeight=-1, tickMarks=1.0, win=Window(...))
10.4267 EXP Created ratingK3 = RatingScale(acceptKeys=[], acceptPreText=UNKNOWN, acceptSize=UNKNOWN, acceptText=UNKNOWN, autoLog=True, choices=[u'4. PolitikerIn', u'5. SportlerIn'], depth=0, disappear=False, flipVert=False, high=1, kwargs=UNKNOWN, labels=list(...), leftKeys=['left'], lineColor='White', low=0, marker=TextStim(...), markerColor='darkorange', markerExpansion=UNKNOWN, markerStart=None, maxTime=0.0, minTime=0.4, mouseOnly=True, name='ratingK3', noMouse=False, pos=[0.0, -0.78125], precision=1, respKeys=[], rightKeys=['right'], scale='<default>', self=UNKNOWN, showAccept=False, showValue=True, singleClick=True, size=0.36, skipKeys=[], stretch=1.0, textColor='LightGray', textFont='Helvetica Bold', textSize=0.10800000000000001, tickHeight=-1, tickMarks=1.0, win=Window(...))
10.4335 EXP Created text_4 = TextStim(alignHoriz='center', alignVert='center', antialias=True, autoLog=True, bold=False, color=u'white', colorSpace='named', contrast=1.0, depth=-3.0, flipHoriz=False, flipVert=False, font=u'Arial', fontFiles=[], height=50, italic=False, name='text_4', opacity=1.0, ori=0, pos=array([ 0., -100.]), rgb=array([ 255., 255., 255.]), text=u'Beruf/Kontext?', units='pix', win=Window(...), wrapWidth=500)
10.4387 EXP Created text_5 = TextStim(alignHoriz='center', alignVert='center', antialias=True, autoLog=True, bold=False, color=u'white', colorSpace='named', contrast=1.0, depth=-1.0, flipHoriz=False, flipVert=False, font=u'Arial', fontFiles=[], height=50, italic=False, name='text_5', opacity=1.0, ori=0, pos=array([-200., -200.]), rgb=array([ 255., 255., 255.]), text=u'default text', units='pix', win=Window(...), wrapWidth=500)
10.4405 EXP Created image_2 = ImageStim(autoLog=True, color=array([ 1., 1., 1.]), colorSpace='rgb', contrast=1.0, depth=-3.0, flipHoriz=False, flipVert=False, image='sin', interpolate=True, mask=None, maskParams=None, name='image_2', opacity=1.0, ori=0.0, pos=array([ 0., 100.]), size=array([ 300., 300.]), texRes=128, units='pix', win=Window(...))
10.4546 EXP Created text_2 = TextStim(alignHoriz='center', alignVert='center', antialias=True, autoLog=True, bold=False, color=u'white', colorSpace='named', contrast=1.0, depth=0.0, flipHoriz=False, flipVert=False, font=u'Arial', fontFiles=[], height=50, italic=False, name='text_2', opacity=1.0, ori=0, pos=array([ 0., 0.]), rgb=array([ 255., 255., 255.]), text=unicode(...), units='pix', win=Window(...), wrapWidth=500)
10.4547 EXP window1: recordFrameIntervals = False
10.5695 EXP text: wrapWidth = 1000
10.5695 EXP ratingBekannt: flipVert = False
10.5695 EXP ratingBekannt: autoLog = True
10.5695 EXP ratingK1: flipVert = False
10.5695 EXP ratingK1: autoLog = True
10.5695 EXP ratingK2: flipVert = False
10.5695 EXP ratingK2: autoLog = True
10.5695 EXP ratingK3: flipVert = False
10.5695 EXP ratingK3: autoLog = True
10.5695 EXP text: autoDraw = True
10.5695 EXP text: text = u'Vielen Dank f\xfcr Ihre Teilnahme an dieser Studie.\n\nIm Folgenden werden Ihnen Gesichter von verschiedenen ber\xfchmten Pers\xf6nlichkeiten gezeigt. Bitte beantworten Sie die angegebenen Fragen zu jeder Person gr\xfcndlich, aber z\xfcgig.\n\nSie werden zu jedem Bild gefragt werden, ob Sie die Person an sich, Ihren Beruf und Ihren Namen kennen. Um Ihre Antwort einzugeben, klicken Sie bitte die passende Option entweder mit der Maus an oder dr\xfccken die entsprechende Nummer Ihrer Antwort auf der Tastatur. Den Namen einer Person tippen Sie bitte mit Hilfe der Tastatur ein.\n\nFalls Sie die Frage nach dem Beruf einer Person nicht beantworten k\xf6nnen, w\xe4hlen Sie bitte den Beruf aus, der Ihnen am wahrscheinlichsten erscheint, und machen weiter. Wenn Sie den Namen einer Person nicht kennen, k\xf6nnen Sie das Feld leer lassen und ENTER dr\xfccken, um zum n\xe4chsten Bild zu gelangen.\n\nBitte beachten Sie, dass die gleiche Person mehrfach in dem Experiment vorkommen kann.\n\nBei Fragen zum Experiment wenden Sie sich bitte jetzt an Ihre/n Versuchsleiter/in. Falls Sie nach der Studie noch offene Fragen haben, kontaktieren Sie bitte a.garlichs@uni-bielefeld.de.\n\nUm mit dem Experiment zu beginnen, dr\xfccken Sie bitte die LEERTASTE.'
10.5697 EXP window1: recordFrameIntervals = False
38.2731 DATA Keypress: space
38.2888 EXP Imported greyInnerList.csv as conditions, 224 conditions, 2 params
38.2905 EXP Created sequence: random, trialTypes=224, nReps=1, seed=None
38.2910 EXP New trial (rep=0, index=0): {'num': 18, 'pic': u'./greyInner/BastianSchweinsteiger14_1_cut.png'}
38.2986 EXP RatingScale ratingBekannt: reset()
38.3225 EXP text: autoDraw = False
38.3225 EXP imageBekannt: image = u'./greyInner/BastianSchweinsteiger14_1_cut.png'
38.3225 EXP imageBekannt: autoDraw = True
38.3225 EXP ratingBekannt: autoDraw = True
38.3225 EXP text_6: autoDraw = True
41.8213 DATA Mouse: Left button down, pos=(463,297)
41.8226 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
41.8227 DATA RatingScale ratingBekannt: rating RT=3.523
41.8227 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.523)]
41.8435 EXP RatingScale ratingK1: reset()
41.8435 EXP RatingScale ratingK2: reset()
41.8436 EXP RatingScale ratingK3: reset()
41.8537 EXP imageBekannt: autoDraw = False
41.8537 EXP ratingBekannt: autoDraw = False
41.8537 EXP text_6: autoDraw = False
41.8537 EXP image_3: image = u'./greyInner/BastianSchweinsteiger14_1_cut.png'
41.8537 EXP image_3: autoDraw = True
41.8537 EXP ratingK1: autoDraw = True
41.8537 EXP ratingK2: autoDraw = True
41.8537 EXP ratingK3: autoDraw = True
41.8537 EXP text_4: autoDraw = True
41.8902 DATA Mouse: Left button up, pos=(463,297)
44.8203 DATA Mouse: Left button down, pos=(728,116)
44.8234 DATA RatingScale ratingK3: (mouse single-click) rating=sport
44.8235 DATA RatingScale ratingK3: rating RT=2.976
44.8235 DATA RatingScale ratingK3: history=[(None, 0.0), ('sport', 2.976)]
44.8700 EXP image_3: autoDraw = False
44.8700 EXP ratingK1: autoDraw = False
44.8700 EXP ratingK2: autoDraw = False
44.8700 EXP ratingK3: autoDraw = False
44.8700 EXP text_4: autoDraw = False
44.8700 EXP text_5: alignHoriz = 'left'
44.8700 EXP image_2: image = u'./greyInner/BastianSchweinsteiger14_1_cut.png'
44.8700 EXP text_5: autoDraw = True
44.8700 EXP image_2: autoDraw = True
44.8870 DATA Mouse: Left button up, pos=(728,116)
48.2856 DATA Keypress: lshift
48.4522 DATA Keypress: b
48.6353 DATA Keypress: a
48.7355 DATA Keypress: s
48.9855 DATA Keypress: t
49.2186 DATA Keypress: i
49.3185 DATA Keypress: a
49.4185 DATA Keypress: n
49.6184 DATA Keypress: space
49.7857 DATA Keypress: lshift
50.0848 DATA Keypress: s
50.3014 DATA Keypress: c
50.4347 DATA Keypress: h
50.6013 DATA Keypress: w
50.6678 DATA Keypress: e
50.8178 DATA Keypress: i
50.9013 DATA Keypress: n
51.0844 DATA Keypress: s
51.2013 DATA Keypress: t
51.3843 DATA Keypress: e
51.5341 DATA Keypress: i
51.7341 DATA Keypress: g
51.8172 DATA Keypress: e
51.9008 DATA Keypress: r
54.0166 DATA Keypress: return
54.0347 EXP New trial (rep=0, index=1): {'num': 213, 'pic': u'./greyInner/notfamousface12_2_cut.png'}
54.0606 EXP RatingScale ratingBekannt: reset()
54.0830 EXP text_5: autoDraw = False
54.0830 EXP image_2: autoDraw = False
54.0830 EXP imageBekannt: image = u'./greyInner/notfamousface12_2_cut.png'
54.0830 EXP imageBekannt: autoDraw = True
54.0830 EXP ratingBekannt: autoDraw = True
54.0830 EXP text_6: autoDraw = True
56.7488 DATA Keypress: num_2
61.5302 DATA Mouse: Left button down, pos=(843,291)
61.5316 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
61.5317 DATA RatingScale ratingBekannt: rating RT=7.470
61.5317 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 7.47)]
61.5606 EXP RatingScale ratingK1: reset()
61.5607 EXP RatingScale ratingK2: reset()
61.5607 EXP RatingScale ratingK3: reset()
61.5797 EXP imageBekannt: autoDraw = False
61.5797 EXP ratingBekannt: autoDraw = False
61.5797 EXP text_6: autoDraw = False
61.5797 EXP image_3: image = u'./greyInner/notfamousface12_2_cut.png'
61.5797 EXP image_3: autoDraw = True
61.5797 EXP ratingK1: autoDraw = True
61.5797 EXP ratingK2: autoDraw = True
61.5797 EXP ratingK3: autoDraw = True
61.5797 EXP text_4: autoDraw = True
61.6134 DATA Mouse: Left button up, pos=(843,291)
72.0591 DATA Mouse: Left button down, pos=(503,217)
72.0615 DATA RatingScale ratingK2: (mouse single-click) rating=music
72.0616 DATA RatingScale ratingK2: rating RT=10.499
72.0616 DATA RatingScale ratingK2: history=[(None, 0.0), ('music', 10.499)]
72.0985 DATA Mouse: Left button up, pos=(503,217)
72.1087 EXP image_3: autoDraw = False
72.1087 EXP ratingK1: autoDraw = False
72.1087 EXP ratingK2: autoDraw = False
72.1087 EXP ratingK3: autoDraw = False
72.1087 EXP text_4: autoDraw = False
72.1087 EXP text_5: alignHoriz = 'left'
72.1087 EXP image_2: image = u'./greyInner/notfamousface12_2_cut.png'
72.1087 EXP text_5: autoDraw = True
72.1087 EXP image_2: autoDraw = True
74.7758 DATA Keypress: return
74.8086 EXP New trial (rep=0, index=2): {'num': 128, 'pic': u'./greyInner/KatjaBurkard4_1_cut.png'}
74.8238 EXP RatingScale ratingBekannt: reset()
74.8411 EXP text_5: autoDraw = False
74.8411 EXP image_2: autoDraw = False
74.8411 EXP imageBekannt: image = u'./greyInner/KatjaBurkard4_1_cut.png'
74.8411 EXP imageBekannt: autoDraw = True
74.8411 EXP ratingBekannt: autoDraw = True
74.8411 EXP text_6: autoDraw = True
85.0039 DATA Mouse: Left button down, pos=(470,309)
85.0053 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
85.0054 DATA RatingScale ratingBekannt: rating RT=10.181
85.0055 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 10.181)]
85.0355 EXP RatingScale ratingK1: reset()
85.0356 EXP RatingScale ratingK2: reset()
85.0357 EXP RatingScale ratingK3: reset()
85.0536 EXP imageBekannt: autoDraw = False
85.0536 EXP ratingBekannt: autoDraw = False
85.0536 EXP text_6: autoDraw = False
85.0536 EXP image_3: image = u'./greyInner/KatjaBurkard4_1_cut.png'
85.0536 EXP image_3: autoDraw = True
85.0536 EXP ratingK1: autoDraw = True
85.0536 EXP ratingK2: autoDraw = True
85.0536 EXP ratingK3: autoDraw = True
85.0536 EXP text_4: autoDraw = True
85.0867 DATA Mouse: Left button up, pos=(470,309)
87.6861 DATA Mouse: Left button down, pos=(746,201)
87.6885 DATA RatingScale ratingK2: (mouse single-click) rating=host
87.6885 DATA RatingScale ratingK2: rating RT=2.651
87.6886 DATA RatingScale ratingK2: history=[(None, 0.0), ('host', 2.651)]
87.7357 EXP image_3: autoDraw = False
87.7357 EXP ratingK1: autoDraw = False
87.7357 EXP ratingK2: autoDraw = False
87.7357 EXP ratingK3: autoDraw = False
87.7357 EXP text_4: autoDraw = False
87.7357 EXP text_5: alignHoriz = 'left'
87.7357 EXP image_2: image = u'./greyInner/KatjaBurkard4_1_cut.png'
87.7357 EXP text_5: autoDraw = True
87.7357 EXP image_2: autoDraw = True
87.7357 EXP text_5: text = u'Name?\n\n'
87.7528 DATA Mouse: Left button up, pos=(746,201)
98.5150 DATA Keypress: lshift
98.6148 DATA Keypress: k
99.3313 DATA Keypress: a
99.4647 DATA Keypress: t
99.7977 DATA Keypress: j
99.9145 DATA Keypress: a
100.0476 DATA Keypress: space
100.1817 DATA Keypress: lshift
100.4643 DATA Keypress: b
100.7140 DATA Keypress: u
100.8973 DATA Keypress: r
101.3138 DATA Keypress: k
101.5136 DATA Keypress: h
101.6304 DATA Keypress: a
101.8136 DATA Keypress: r
101.9802 DATA Keypress: d
103.9961 DATA Keypress: return
104.0135 EXP New trial (rep=0, index=3): {'num': 154, 'pic': u'./greyInner/NeilPatrickHarris(Barney)2_2_cut.png'}
104.0263 EXP RatingScale ratingBekannt: reset()
104.0458 EXP text_5: autoDraw = False
104.0458 EXP image_2: autoDraw = False
104.0458 EXP imageBekannt: image = u'./greyInner/NeilPatrickHarris(Barney)2_2_cut.png'
104.0458 EXP imageBekannt: autoDraw = True
104.0458 EXP ratingBekannt: autoDraw = True
104.0458 EXP text_6: autoDraw = True
107.7945 DATA Mouse: Left button down, pos=(437,292)
107.7959 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
107.7960 DATA RatingScale ratingBekannt: rating RT=3.769
107.7960 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.769)]
107.8161 EXP RatingScale ratingK1: reset()
107.8161 EXP RatingScale ratingK2: reset()
107.8162 EXP RatingScale ratingK3: reset()
107.8275 EXP imageBekannt: autoDraw = False
107.8275 EXP ratingBekannt: autoDraw = False
107.8275 EXP text_6: autoDraw = False
107.8275 EXP image_3: image = u'./greyInner/NeilPatrickHarris(Barney)2_2_cut.png'
107.8275 EXP image_3: autoDraw = True
107.8275 EXP ratingK1: autoDraw = True
107.8275 EXP ratingK2: autoDraw = True
107.8275 EXP ratingK3: autoDraw = True
107.8275 EXP text_4: autoDraw = True
107.8944 DATA Mouse: Left button up, pos=(437,292)
109.9936 DATA Mouse: Left button down, pos=(669,316)
109.9951 DATA RatingScale ratingK1: (mouse single-click) rating=act
109.9952 DATA RatingScale ratingK1: rating RT=2.178
109.9952 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 2.178)]
110.0263 EXP image_3: autoDraw = False
110.0263 EXP ratingK1: autoDraw = False
110.0263 EXP ratingK2: autoDraw = False
110.0263 EXP ratingK3: autoDraw = False
110.0263 EXP text_4: autoDraw = False
110.0263 EXP text_5: alignHoriz = 'left'
110.0263 EXP image_2: image = u'./greyInner/NeilPatrickHarris(Barney)2_2_cut.png'
110.0263 EXP text_5: autoDraw = True
110.0263 EXP image_2: autoDraw = True
110.0608 DATA Mouse: Left button up, pos=(669,316)
111.5596 DATA Keypress: lshift
111.6930 DATA Keypress: n
112.2767 DATA Keypress: e
112.4094 DATA Keypress: i
112.5926 DATA Keypress: l
112.7258 DATA Keypress: space
112.8424 DATA Keypress: lshift
113.0589 DATA Keypress: p
113.2089 DATA Keypress: a
113.3922 DATA Keypress: t
113.5586 DATA Keypress: r
113.7418 DATA Keypress: i
113.8754 DATA Keypress: c
113.9752 DATA Keypress: k
114.1253 DATA Keypress: space
114.2418 DATA Keypress: lshift
114.6924 DATA Keypress: h
114.8751 DATA Keypress: a
115.1249 DATA Keypress: r
115.1914 DATA Keypress: r
115.9578 DATA Keypress: i
116.1078 DATA Keypress: s
117.1739 DATA Keypress: return
117.1917 EXP New trial (rep=0, index=4): {'num': 101, 'pic': u'./greyInner/JimParsons(SheldonCooper)1_1_cut.png'}
117.2082 EXP RatingScale ratingBekannt: reset()
117.2237 EXP text_5: autoDraw = False
117.2237 EXP image_2: autoDraw = False
117.2237 EXP imageBekannt: image = u'./greyInner/JimParsons(SheldonCooper)1_1_cut.png'
117.2237 EXP imageBekannt: autoDraw = True
117.2237 EXP ratingBekannt: autoDraw = True
117.2237 EXP text_6: autoDraw = True
120.2062 DATA Mouse: Left button down, pos=(494,300)
120.2079 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
120.2079 DATA RatingScale ratingBekannt: rating RT=2.999
120.2080 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.999)]
120.2270 EXP RatingScale ratingK1: reset()
120.2270 EXP RatingScale ratingK2: reset()
120.2271 EXP RatingScale ratingK3: reset()
120.2391 EXP imageBekannt: autoDraw = False
120.2391 EXP ratingBekannt: autoDraw = False
120.2391 EXP text_6: autoDraw = False
120.2391 EXP image_3: image = u'./greyInner/JimParsons(SheldonCooper)1_1_cut.png'
120.2391 EXP image_3: autoDraw = True
120.2391 EXP ratingK1: autoDraw = True
120.2391 EXP ratingK2: autoDraw = True
120.2391 EXP ratingK3: autoDraw = True
120.2391 EXP text_4: autoDraw = True
120.2595 DATA Mouse: Left button up, pos=(493,300)
121.6549 DATA Mouse: Left button down, pos=(615,307)
121.6565 DATA RatingScale ratingK1: (mouse single-click) rating=act
121.6565 DATA RatingScale ratingK1: rating RT=1.428
121.6566 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 1.112), ('act', 1.428)]
121.6881 EXP image_3: autoDraw = False
121.6881 EXP ratingK1: autoDraw = False
121.6881 EXP ratingK2: autoDraw = False
121.6881 EXP ratingK3: autoDraw = False
121.6881 EXP text_4: autoDraw = False
121.6881 EXP text_5: alignHoriz = 'left'
121.6881 EXP image_2: image = u'./greyInner/JimParsons(SheldonCooper)1_1_cut.png'
121.6881 EXP text_5: autoDraw = True
121.6881 EXP image_2: autoDraw = True
121.7221 DATA Mouse: Left button up, pos=(615,307)
125.7039 DATA Keypress: lshift
125.9875 DATA Keypress: j
126.1703 DATA Keypress: i
126.3203 DATA Keypress: m
126.4202 DATA Keypress: space
126.5535 DATA Keypress: lshift
126.7035 DATA Keypress: p
126.8700 DATA Keypress: a
127.2197 DATA Keypress: r
127.4364 DATA Keypress: s
127.5364 DATA Keypress: o
127.7026 DATA Keypress: n
128.8857 DATA Keypress: return
128.9032 EXP New trial (rep=0, index=5): {'num': 104, 'pic': u'./greyInner/JimParsons(SheldonCooper)8_1_cut.png'}
128.9330 EXP RatingScale ratingBekannt: reset()
128.9520 EXP text_5: autoDraw = False
128.9520 EXP image_2: autoDraw = False
128.9520 EXP imageBekannt: image = u'./greyInner/JimParsons(SheldonCooper)8_1_cut.png'
128.9520 EXP imageBekannt: autoDraw = True
128.9520 EXP ratingBekannt: autoDraw = True
128.9520 EXP text_6: autoDraw = True
132.2012 DATA Mouse: Left button down, pos=(497,298)
132.2026 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
132.2027 DATA RatingScale ratingBekannt: rating RT=3.269
132.2027 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.269)]
132.2259 EXP RatingScale ratingK1: reset()
132.2259 EXP RatingScale ratingK2: reset()
132.2260 EXP RatingScale ratingK3: reset()
132.2508 EXP imageBekannt: autoDraw = False
132.2508 EXP ratingBekannt: autoDraw = False
132.2508 EXP text_6: autoDraw = False
132.2508 EXP image_3: image = u'./greyInner/JimParsons(SheldonCooper)8_1_cut.png'
132.2508 EXP image_3: autoDraw = True
132.2508 EXP ratingK1: autoDraw = True
132.2508 EXP ratingK2: autoDraw = True
132.2508 EXP ratingK3: autoDraw = True
132.2508 EXP text_4: autoDraw = True
132.2677 DATA Mouse: Left button up, pos=(497,298)
134.8516 DATA Mouse: Left button down, pos=(595,298)
134.8517 DATA RatingScale ratingK1: (mouse single-click) rating=act
134.8518 DATA RatingScale ratingK1: rating RT=2.625
134.8518 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.826), ('act', 2.625)]
134.8998 EXP image_3: autoDraw = False
134.8998 EXP ratingK1: autoDraw = False
134.8998 EXP ratingK2: autoDraw = False
134.8998 EXP ratingK3: autoDraw = False
134.8998 EXP text_4: autoDraw = False
134.8998 EXP text_5: alignHoriz = 'left'
134.8998 EXP image_2: image = u'./greyInner/JimParsons(SheldonCooper)8_1_cut.png'
134.8998 EXP text_5: autoDraw = True
134.8998 EXP image_2: autoDraw = True
134.9500 DATA Mouse: Left button up, pos=(595,298)
135.9831 DATA Keypress: lshift
136.0829 DATA Keypress: j
136.2827 DATA Keypress: i
136.3828 DATA Keypress: m
136.5159 DATA Keypress: space
136.7327 DATA Keypress: lshift
137.0491 DATA Keypress: p
137.2157 DATA Keypress: a
137.4491 DATA Keypress: r
137.6489 DATA Keypress: s
137.6989 DATA Keypress: o
137.8988 DATA Keypress: n
138.5818 DATA Keypress: return
138.5994 EXP New trial (rep=0, index=6): {'num': 28, 'pic': u'./greyInner/Beyonce3_2_cut.png'}
138.6054 EXP RatingScale ratingBekannt: reset()
138.6147 EXP text_5: autoDraw = False
138.6147 EXP image_2: autoDraw = False
138.6147 EXP imageBekannt: image = u'./greyInner/Beyonce3_2_cut.png'
138.6147 EXP imageBekannt: autoDraw = True
138.6147 EXP ratingBekannt: autoDraw = True
138.6147 EXP text_6: autoDraw = True
141.8472 DATA Mouse: Left button down, pos=(449,309)
141.8487 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
141.8488 DATA RatingScale ratingBekannt: rating RT=3.243
141.8488 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.243)]
141.8701 EXP RatingScale ratingK1: reset()
141.8702 EXP RatingScale ratingK2: reset()
141.8702 EXP RatingScale ratingK3: reset()
141.8801 EXP imageBekannt: autoDraw = False
141.8801 EXP ratingBekannt: autoDraw = False
141.8801 EXP text_6: autoDraw = False
141.8801 EXP image_3: image = u'./greyInner/Beyonce3_2_cut.png'
141.8801 EXP image_3: autoDraw = True
141.8801 EXP ratingK1: autoDraw = True
141.8801 EXP ratingK2: autoDraw = True
141.8801 EXP ratingK3: autoDraw = True
141.8801 EXP text_4: autoDraw = True
141.9137 DATA Mouse: Left button up, pos=(449,309)
144.9626 DATA Mouse: Left button down, pos=(530,208)
144.9650 DATA RatingScale ratingK2: (mouse single-click) rating=music
144.9651 DATA RatingScale ratingK2: rating RT=3.093
144.9651 DATA RatingScale ratingK2: history=[(None, 0.0), ('music', 3.093)]
145.0122 EXP image_3: autoDraw = False
145.0122 EXP ratingK1: autoDraw = False
145.0122 EXP ratingK2: autoDraw = False
145.0122 EXP ratingK3: autoDraw = False
145.0122 EXP text_4: autoDraw = False
145.0122 EXP text_5: alignHoriz = 'left'
145.0122 EXP image_2: image = u'./greyInner/Beyonce3_2_cut.png'
145.0122 EXP text_5: autoDraw = True
145.0122 EXP image_2: autoDraw = True
145.0458 DATA Mouse: Left button up, pos=(530,208)
146.1954 DATA Keypress: lshift
146.4453 DATA Keypress: b
146.7286 DATA Keypress: e
147.0450 DATA Keypress: y
147.1617 DATA Keypress: o
147.2783 DATA Keypress: n
147.6282 DATA Keypress: c
147.7455 DATA Keypress: e
147.9281 DATA Keypress: space
148.8443 DATA Keypress: lshift
148.9619 DATA Keypress: k
149.1442 DATA Keypress: n
149.4607 DATA Keypress: w
149.6440 DATA Keypress: o
150.9932 DATA Keypress: backspace
151.1434 DATA Keypress: backspace
151.7098 DATA Keypress: o
152.6428 DATA Keypress: w
152.9760 DATA Keypress: l
153.1755 DATA Keypress: e
153.3931 DATA Keypress: s
155.5417 DATA Keypress: return
155.5594 EXP New trial (rep=0, index=7): {'num': 138, 'pic': u'./greyInner/LisaEdelstein(DrLisaCuddy)2_2_cut.png'}
155.5816 EXP RatingScale ratingBekannt: reset()
155.5912 EXP text_5: autoDraw = False
155.5912 EXP image_2: autoDraw = False
155.5912 EXP imageBekannt: image = u'./greyInner/LisaEdelstein(DrLisaCuddy)2_2_cut.png'
155.5912 EXP imageBekannt: autoDraw = True
155.5912 EXP ratingBekannt: autoDraw = True
155.5912 EXP text_6: autoDraw = True
164.3047 DATA Mouse: Left button down, pos=(466,300)
164.3062 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
164.3063 DATA RatingScale ratingBekannt: rating RT=8.724
164.3064 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 8.724)]
164.3321 EXP RatingScale ratingK1: reset()
164.3322 EXP RatingScale ratingK2: reset()
164.3322 EXP RatingScale ratingK3: reset()
164.3543 EXP imageBekannt: autoDraw = False
164.3543 EXP ratingBekannt: autoDraw = False
164.3543 EXP text_6: autoDraw = False
164.3543 EXP image_3: image = u'./greyInner/LisaEdelstein(DrLisaCuddy)2_2_cut.png'
164.3543 EXP image_3: autoDraw = True
164.3543 EXP ratingK1: autoDraw = True
164.3543 EXP ratingK2: autoDraw = True
164.3543 EXP ratingK3: autoDraw = True
164.3543 EXP text_4: autoDraw = True
164.3713 DATA Mouse: Left button up, pos=(466,300)
168.4880 DATA Mouse: Left button down, pos=(635,303)
168.4881 DATA RatingScale ratingK1: (mouse single-click) rating=act
168.4881 DATA RatingScale ratingK1: rating RT=4.155
168.4882 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 4.155)]
168.5359 EXP image_3: autoDraw = False
168.5359 EXP ratingK1: autoDraw = False
168.5359 EXP ratingK2: autoDraw = False
168.5359 EXP ratingK3: autoDraw = False
168.5359 EXP text_4: autoDraw = False
168.5359 EXP text_5: alignHoriz = 'left'
168.5359 EXP image_2: image = u'./greyInner/LisaEdelstein(DrLisaCuddy)2_2_cut.png'
168.5359 EXP text_5: autoDraw = True
168.5359 EXP image_2: autoDraw = True
168.5862 DATA Mouse: Left button up, pos=(635,303)
169.8356 DATA Keypress: return
169.8530 EXP New trial (rep=0, index=8): {'num': 58, 'pic': u'./greyInner/ElvisPresley4_10_cut.png'}
170.0169 EXP RatingScale ratingBekannt: reset()
170.0352 EXP text_5: autoDraw = False
170.0352 EXP image_2: autoDraw = False
170.0352 EXP imageBekannt: image = u'./greyInner/ElvisPresley4_10_cut.png'
170.0352 EXP imageBekannt: autoDraw = True
170.0352 EXP ratingBekannt: autoDraw = True
170.0352 EXP text_6: autoDraw = True
172.2347 DATA Mouse: Left button down, pos=(446,290)
172.2361 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
172.2362 DATA RatingScale ratingBekannt: rating RT=2.219
172.2363 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.219)]
172.4179 EXP RatingScale ratingK1: reset()
172.4180 EXP RatingScale ratingK2: reset()
172.4180 EXP RatingScale ratingK3: reset()
172.4185 DATA Mouse: Left button up, pos=(446,290)
172.4342 EXP imageBekannt: autoDraw = False
172.4342 EXP ratingBekannt: autoDraw = False
172.4342 EXP text_6: autoDraw = False
172.4342 EXP image_3: image = u'./greyInner/ElvisPresley4_10_cut.png'
172.4342 EXP image_3: autoDraw = True
172.4342 EXP ratingK1: autoDraw = True
172.4342 EXP ratingK2: autoDraw = True
172.4342 EXP ratingK3: autoDraw = True
172.4342 EXP text_4: autoDraw = True
173.8507 DATA Mouse: Left button down, pos=(540,197)
173.8530 DATA RatingScale ratingK2: (mouse single-click) rating=music
173.8531 DATA RatingScale ratingK2: rating RT=1.434
173.8531 DATA RatingScale ratingK2: history=[(None, 0.0), ('music', 1.434)]
174.0243 DATA Mouse: Left button up, pos=(540,197)
174.0333 EXP image_3: autoDraw = False
174.0333 EXP ratingK1: autoDraw = False
174.0333 EXP ratingK2: autoDraw = False
174.0333 EXP ratingK3: autoDraw = False
174.0333 EXP text_4: autoDraw = False
174.0333 EXP text_5: alignHoriz = 'left'
174.0333 EXP image_2: image = u'./greyInner/ElvisPresley4_10_cut.png'
174.0333 EXP text_5: autoDraw = True
174.0333 EXP image_2: autoDraw = True
174.0333 EXP text_5: text = u'Name?\n\n'
175.0502 DATA Keypress: lshift
175.3501 DATA Keypress: e
175.5832 DATA Keypress: l
175.8000 DATA Keypress: v
175.9664 DATA Keypress: i
176.0164 DATA Keypress: s
176.1665 DATA Keypress: space
176.2996 DATA Keypress: lshift
176.6995 DATA Keypress: p
176.9327 DATA Keypress: r
176.9994 DATA Keypress: e
177.3161 DATA Keypress: s
177.5492 DATA Keypress: l
177.7491 DATA Keypress: e
178.0824 DATA Keypress: y
179.6648 DATA Keypress: return
179.6824 EXP New trial (rep=0, index=9): {'num': 61, 'pic': u'./greyInner/EmilyDeschanel15_1_cut.png'}
179.6968 EXP RatingScale ratingBekannt: reset()
179.7147 EXP text_5: autoDraw = False
179.7147 EXP image_2: autoDraw = False
179.7147 EXP imageBekannt: image = u'./greyInner/EmilyDeschanel15_1_cut.png'
179.7147 EXP imageBekannt: autoDraw = True
179.7147 EXP ratingBekannt: autoDraw = True
179.7147 EXP text_6: autoDraw = True
187.6118 DATA Mouse: Left button down, pos=(478,308)
187.6132 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
187.6133 DATA RatingScale ratingBekannt: rating RT=7.916
187.6134 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 7.916)]
187.6357 EXP RatingScale ratingK1: reset()
187.6358 EXP RatingScale ratingK2: reset()
187.6358 EXP RatingScale ratingK3: reset()
187.6445 EXP imageBekannt: autoDraw = False
187.6445 EXP ratingBekannt: autoDraw = False
187.6445 EXP text_6: autoDraw = False
187.6445 EXP image_3: image = u'./greyInner/EmilyDeschanel15_1_cut.png'
187.6445 EXP image_3: autoDraw = True
187.6445 EXP ratingK1: autoDraw = True
187.6445 EXP ratingK2: autoDraw = True
187.6445 EXP ratingK3: autoDraw = True
187.6445 EXP text_4: autoDraw = True
187.7115 DATA Mouse: Left button up, pos=(478,308)
188.7612 DATA Mouse: Left button down, pos=(646,320)
188.7630 DATA RatingScale ratingK1: (mouse single-click) rating=act
188.7631 DATA RatingScale ratingK1: rating RT=1.126
188.7631 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.526), ('act', 1.126)]
188.8108 EXP image_3: autoDraw = False
188.8108 EXP ratingK1: autoDraw = False
188.8108 EXP ratingK2: autoDraw = False
188.8108 EXP ratingK3: autoDraw = False
188.8108 EXP text_4: autoDraw = False
188.8108 EXP text_5: alignHoriz = 'left'
188.8108 EXP image_2: image = u'./greyInner/EmilyDeschanel15_1_cut.png'
188.8108 EXP text_5: autoDraw = True
188.8108 EXP image_2: autoDraw = True
188.8445 DATA Mouse: Left button up, pos=(646,320)
190.0442 DATA Keypress: return
190.0615 EXP New trial (rep=0, index=10): {'num': 152, 'pic': u'./greyInner/NeilPatrickHarris(Barney)11_2_cut.png'}
190.0845 EXP RatingScale ratingBekannt: reset()
190.0937 EXP text_5: autoDraw = False
190.0937 EXP image_2: autoDraw = False
190.0937 EXP imageBekannt: image = u'./greyInner/NeilPatrickHarris(Barney)11_2_cut.png'
190.0937 EXP imageBekannt: autoDraw = True
190.0937 EXP ratingBekannt: autoDraw = True
190.0937 EXP text_6: autoDraw = True
197.0078 DATA Mouse: Left button down, pos=(467,296)
197.0092 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
197.0093 DATA RatingScale ratingBekannt: rating RT=6.924
197.0093 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 6.924)]
197.0286 EXP RatingScale ratingK1: reset()
197.0287 EXP RatingScale ratingK2: reset()
197.0287 EXP RatingScale ratingK3: reset()
197.0408 EXP imageBekannt: autoDraw = False
197.0408 EXP ratingBekannt: autoDraw = False
197.0408 EXP text_6: autoDraw = False
197.0408 EXP image_3: image = u'./greyInner/NeilPatrickHarris(Barney)11_2_cut.png'
197.0408 EXP image_3: autoDraw = True
197.0408 EXP ratingK1: autoDraw = True
197.0408 EXP ratingK2: autoDraw = True
197.0408 EXP ratingK3: autoDraw = True
197.0408 EXP text_4: autoDraw = True
197.0745 DATA Mouse: Left button up, pos=(467,296)
198.0073 DATA Mouse: Left button down, pos=(608,320)
198.0088 DATA RatingScale ratingK1: (mouse single-click) rating=act
198.0089 DATA RatingScale ratingK1: rating RT=0.979
198.0089 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 0.979)]
198.0402 EXP image_3: autoDraw = False
198.0402 EXP ratingK1: autoDraw = False
198.0402 EXP ratingK2: autoDraw = False
198.0402 EXP ratingK3: autoDraw = False
198.0402 EXP text_4: autoDraw = False
198.0402 EXP text_5: alignHoriz = 'left'
198.0402 EXP image_2: image = u'./greyInner/NeilPatrickHarris(Barney)11_2_cut.png'
198.0402 EXP text_5: autoDraw = True
198.0402 EXP image_2: autoDraw = True
198.0402 EXP text_5: text = u'Name?\n\n'
198.1241 DATA Mouse: Left button up, pos=(608,320)
199.6569 DATA Keypress: lshift
199.8901 DATA Keypress: n
200.1067 DATA Keypress: e
200.2231 DATA Keypress: i
200.3899 DATA Keypress: l
200.5398 DATA Keypress: space
200.6730 DATA Keypress: lshift
201.0562 DATA Keypress: p
201.2228 DATA Keypress: a
201.4727 DATA Keypress: t
201.6393 DATA Keypress: r
201.7734 DATA Keypress: i
201.9058 DATA Keypress: c
202.0058 DATA Keypress: k
202.1557 DATA Keypress: space
202.2224 DATA Keypress: lshift
202.4056 DATA Keypress: h
202.5390 DATA Keypress: a
202.7555 DATA Keypress: r
202.9054 DATA Keypress: r
203.0055 DATA Keypress: i
203.0720 DATA Keypress: s
204.3714 DATA Keypress: return
204.3889 EXP New trial (rep=0, index=11): {'num': 45, 'pic': u'./greyInner/CobieSmulders(Robin)5_1_cut.png'}
204.4039 EXP RatingScale ratingBekannt: reset()
204.4211 EXP text_5: autoDraw = False
204.4211 EXP image_2: autoDraw = False
204.4211 EXP imageBekannt: image = u'./greyInner/CobieSmulders(Robin)5_1_cut.png'
204.4211 EXP imageBekannt: autoDraw = True
204.4211 EXP ratingBekannt: autoDraw = True
204.4211 EXP text_6: autoDraw = True
212.0017 DATA Mouse: Left button down, pos=(468,302)
212.0030 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
212.0031 DATA RatingScale ratingBekannt: rating RT=7.599
212.0031 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 7.598)]
212.0223 EXP RatingScale ratingK1: reset()
212.0224 EXP RatingScale ratingK2: reset()
212.0224 EXP RatingScale ratingK3: reset()
212.0345 EXP imageBekannt: autoDraw = False
212.0345 EXP ratingBekannt: autoDraw = False
212.0345 EXP text_6: autoDraw = False
212.0345 EXP image_3: image = u'./greyInner/CobieSmulders(Robin)5_1_cut.png'
212.0345 EXP image_3: autoDraw = True
212.0345 EXP ratingK1: autoDraw = True
212.0345 EXP ratingK2: autoDraw = True
212.0345 EXP ratingK3: autoDraw = True
212.0345 EXP text_4: autoDraw = True
212.0851 DATA Mouse: Left button up, pos=(468,302)
213.1345 DATA Mouse: Left button down, pos=(629,301)
213.1361 DATA RatingScale ratingK1: (mouse single-click) rating=act
213.1362 DATA RatingScale ratingK1: rating RT=1.113
213.1362 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 1.113)]
213.1670 EXP image_3: autoDraw = False
213.1670 EXP ratingK1: autoDraw = False
213.1670 EXP ratingK2: autoDraw = False
213.1670 EXP ratingK3: autoDraw = False
213.1670 EXP text_4: autoDraw = False
213.1670 EXP text_5: alignHoriz = 'left'
213.1670 EXP image_2: image = u'./greyInner/CobieSmulders(Robin)5_1_cut.png'
213.1670 EXP text_5: autoDraw = True
213.1670 EXP image_2: autoDraw = True
213.2178 DATA Mouse: Left button up, pos=(629,301)
214.4674 DATA Keypress: return
214.4847 EXP New trial (rep=0, index=12): {'num': 219, 'pic': u'./greyInner/notfamousface4_2_cut.png'}
214.5539 EXP RatingScale ratingBekannt: reset()
214.5668 EXP text_5: autoDraw = False
214.5668 EXP image_2: autoDraw = False
214.5668 EXP imageBekannt: image = u'./greyInner/notfamousface4_2_cut.png'
214.5668 EXP imageBekannt: autoDraw = True
214.5668 EXP ratingBekannt: autoDraw = True
214.5668 EXP text_6: autoDraw = True
219.7320 DATA Mouse: Left button down, pos=(830,310)
219.7333 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
219.7334 DATA RatingScale ratingBekannt: rating RT=5.179
219.7334 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 5.179)]
219.8138 EXP RatingScale ratingK1: reset()
219.8138 EXP RatingScale ratingK2: reset()
219.8138 EXP RatingScale ratingK3: reset()
219.8313 EXP imageBekannt: autoDraw = False
219.8313 EXP ratingBekannt: autoDraw = False
219.8313 EXP text_6: autoDraw = False
219.8313 EXP image_3: image = u'./greyInner/notfamousface4_2_cut.png'
219.8313 EXP image_3: autoDraw = True
219.8313 EXP ratingK1: autoDraw = True
219.8313 EXP ratingK2: autoDraw = True
219.8313 EXP ratingK3: autoDraw = True
219.8313 EXP text_4: autoDraw = True
219.8315 DATA Mouse: Left button up, pos=(832,310)
227.0289 DATA Mouse: Left button down, pos=(834,211)
227.0310 DATA RatingScale ratingK2: (mouse single-click) rating=host
227.0310 DATA RatingScale ratingK2: rating RT=7.216
227.0311 DATA RatingScale ratingK2: history=[(None, 0.0), ('host', 7.216)]
227.1117 EXP image_3: autoDraw = False
227.1117 EXP ratingK1: autoDraw = False
227.1117 EXP ratingK2: autoDraw = False
227.1117 EXP ratingK3: autoDraw = False
227.1117 EXP text_4: autoDraw = False
227.1117 EXP text_5: alignHoriz = 'left'
227.1117 EXP image_2: image = u'./greyInner/notfamousface4_2_cut.png'
227.1117 EXP text_5: autoDraw = True
227.1117 EXP image_2: autoDraw = True
227.1117 EXP text_5: text = u'Name?\n\n'
227.1286 DATA Mouse: Left button up, pos=(834,211)
228.3790 DATA Keypress: return
228.4123 EXP New trial (rep=0, index=13): {'num': 158, 'pic': u'./greyInner/NicoleKidman5_1_cut.png'}
228.4301 EXP RatingScale ratingBekannt: reset()
228.4447 EXP text_5: autoDraw = False
228.4447 EXP image_2: autoDraw = False
228.4447 EXP imageBekannt: image = u'./greyInner/NicoleKidman5_1_cut.png'
228.4447 EXP imageBekannt: autoDraw = True
228.4447 EXP ratingBekannt: autoDraw = True
228.4447 EXP text_6: autoDraw = True
231.7601 DATA Mouse: Left button down, pos=(475,299)
231.7615 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
231.7616 DATA RatingScale ratingBekannt: rating RT=3.331
231.7616 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.331)]
231.7859 EXP RatingScale ratingK1: reset()
231.7860 EXP RatingScale ratingK2: reset()
231.7860 EXP RatingScale ratingK3: reset()
231.8099 EXP imageBekannt: autoDraw = False
231.8099 EXP ratingBekannt: autoDraw = False
231.8099 EXP text_6: autoDraw = False
231.8099 EXP image_3: image = u'./greyInner/NicoleKidman5_1_cut.png'
231.8099 EXP image_3: autoDraw = True
231.8099 EXP ratingK1: autoDraw = True
231.8099 EXP ratingK2: autoDraw = True
231.8099 EXP ratingK3: autoDraw = True
231.8099 EXP text_4: autoDraw = True
231.8435 DATA Mouse: Left button up, pos=(475,299)
233.0431 DATA Mouse: Left button down, pos=(604,320)
233.0446 DATA RatingScale ratingK1: (mouse single-click) rating=act
233.0447 DATA RatingScale ratingK1: rating RT=1.258
233.0447 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.641), ('act', 1.258)]
233.0928 EXP image_3: autoDraw = False
233.0928 EXP ratingK1: autoDraw = False
233.0928 EXP ratingK2: autoDraw = False
233.0928 EXP ratingK3: autoDraw = False
233.0928 EXP text_4: autoDraw = False
233.0928 EXP text_5: alignHoriz = 'left'
233.0928 EXP image_2: image = u'./greyInner/NicoleKidman5_1_cut.png'
233.0928 EXP text_5: autoDraw = True
233.0928 EXP image_2: autoDraw = True
233.0928 EXP text_5: text = u'Name?\n\n'
233.1431 DATA Mouse: Left button up, pos=(604,320)
234.5592 DATA Keypress: lshift
234.7423 DATA Keypress: n
234.9089 DATA Keypress: i
235.1423 DATA Keypress: c
235.2755 DATA Keypress: o
235.4422 DATA Keypress: l
235.5421 DATA Keypress: e
235.6587 DATA Keypress: space
235.8920 DATA Keypress: lshift
236.2917 DATA Keypress: k
236.5082 DATA Keypress: i
236.7249 DATA Keypress: d
236.9080 DATA Keypress: m
236.9915 DATA Keypress: a
237.1248 DATA Keypress: n
238.0076 DATA Keypress: return
238.0250 EXP New trial (rep=0, index=14): {'num': 191, 'pic': u'./greyInner/TomCruise1_1_cut.png'}
238.0348 EXP RatingScale ratingBekannt: reset()
238.0574 EXP text_5: autoDraw = False
238.0574 EXP image_2: autoDraw = False
238.0574 EXP imageBekannt: image = u'./greyInner/TomCruise1_1_cut.png'
238.0574 EXP imageBekannt: autoDraw = True
238.0574 EXP ratingBekannt: autoDraw = True
238.0574 EXP text_6: autoDraw = True
240.0735 DATA Mouse: Left button down, pos=(485,317)
240.0750 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
240.0751 DATA RatingScale ratingBekannt: rating RT=2.040
240.0751 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.039)]
240.0938 EXP RatingScale ratingK1: reset()
240.0939 EXP RatingScale ratingK2: reset()
240.0940 EXP RatingScale ratingK3: reset()
240.1065 EXP imageBekannt: autoDraw = False
240.1065 EXP ratingBekannt: autoDraw = False
240.1065 EXP text_6: autoDraw = False
240.1065 EXP image_3: image = u'./greyInner/TomCruise1_1_cut.png'
240.1065 EXP image_3: autoDraw = True
240.1065 EXP ratingK1: autoDraw = True
240.1065 EXP ratingK2: autoDraw = True
240.1065 EXP ratingK3: autoDraw = True
240.1065 EXP text_4: autoDraw = True
240.1400 DATA Mouse: Left button up, pos=(485,317)
241.0580 DATA Mouse: Left button down, pos=(614,301)
241.0581 DATA RatingScale ratingK1: (mouse single-click) rating=act
241.0581 DATA RatingScale ratingK1: rating RT=0.963
241.0582 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.43), ('act', 0.963)]
241.0890 EXP image_3: autoDraw = False
241.0890 EXP ratingK1: autoDraw = False
241.0890 EXP ratingK2: autoDraw = False
241.0890 EXP ratingK3: autoDraw = False
241.0890 EXP text_4: autoDraw = False
241.0890 EXP text_5: alignHoriz = 'left'
241.0890 EXP image_2: image = u'./greyInner/TomCruise1_1_cut.png'
241.0890 EXP text_5: autoDraw = True
241.0890 EXP image_2: autoDraw = True
241.1396 DATA Mouse: Left button up, pos=(614,301)
242.1227 DATA Keypress: lshift
242.3060 DATA Keypress: t
242.8557 DATA Keypress: o
242.9890 DATA Keypress: m
243.1055 DATA Keypress: space
243.2889 DATA Keypress: lshift
243.6896 DATA Keypress: c
244.0219 DATA Keypress: r
244.1219 DATA Keypress: u
244.2717 DATA Keypress: i
244.4717 DATA Keypress: s
244.6718 DATA Keypress: e
245.2880 DATA Keypress: return
245.3054 EXP New trial (rep=0, index=15): {'num': 156, 'pic': u'./greyInner/NicoleKidman14_1_cut.png'}
245.3101 EXP RatingScale ratingBekannt: reset()
245.3212 EXP text_5: autoDraw = False
245.3212 EXP image_2: autoDraw = False
245.3212 EXP imageBekannt: image = u'./greyInner/NicoleKidman14_1_cut.png'
245.3212 EXP imageBekannt: autoDraw = True
245.3212 EXP ratingBekannt: autoDraw = True
245.3212 EXP text_6: autoDraw = True
247.8870 DATA Mouse: Left button down, pos=(456,300)
247.8885 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
247.8886 DATA RatingScale ratingBekannt: rating RT=2.578
247.8886 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.578)]
247.9089 EXP RatingScale ratingK1: reset()
247.9089 EXP RatingScale ratingK2: reset()
247.9090 EXP RatingScale ratingK3: reset()
247.9200 EXP imageBekannt: autoDraw = False
247.9200 EXP ratingBekannt: autoDraw = False
247.9200 EXP text_6: autoDraw = False
247.9200 EXP image_3: image = u'./greyInner/NicoleKidman14_1_cut.png'
247.9200 EXP image_3: autoDraw = True
247.9200 EXP ratingK1: autoDraw = True
247.9200 EXP ratingK2: autoDraw = True
247.9200 EXP ratingK3: autoDraw = True
247.9200 EXP text_4: autoDraw = True
247.9532 DATA Mouse: Left button up, pos=(456,300)
248.6534 DATA Mouse: Left button down, pos=(588,308)
248.6550 DATA RatingScale ratingK1: (mouse single-click) rating=act
248.6551 DATA RatingScale ratingK1: rating RT=0.745
248.6551 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 0.745)]
248.7030 EXP image_3: autoDraw = False
248.7030 EXP ratingK1: autoDraw = False
248.7030 EXP ratingK2: autoDraw = False
248.7030 EXP ratingK3: autoDraw = False
248.7030 EXP text_4: autoDraw = False
248.7030 EXP text_5: alignHoriz = 'left'
248.7030 EXP image_2: image = u'./greyInner/NicoleKidman14_1_cut.png'
248.7030 EXP text_5: autoDraw = True
248.7030 EXP image_2: autoDraw = True
248.7366 DATA Mouse: Left button up, pos=(588,308)
249.7530 DATA Keypress: lshift
249.9528 DATA Keypress: n
250.1372 DATA Keypress: i
250.2526 DATA Keypress: c
250.7691 DATA Keypress: o
250.9357 DATA Keypress: l
250.9596 DATA Keypress: e
251.1355 DATA Keypress: space
251.2857 DATA Keypress: lshift
251.6187 DATA Keypress: k
251.7854 DATA Keypress: i
251.8686 DATA Keypress: r
252.0521 DATA Keypress: d
252.1520 DATA Keypress: m
252.3186 DATA Keypress: n
252.8350 DATA Keypress: backspace
252.9690 DATA Keypress: backspace
253.1515 DATA Keypress: backspace
253.3014 DATA Keypress: backspace
253.9679 DATA Keypress: d
254.1344 DATA Keypress: m
254.2177 DATA Keypress: a
254.3011 DATA Keypress: n
255.0174 DATA Keypress: return
255.0349 EXP New trial (rep=0, index=16): {'num': 55, 'pic': u'./greyInner/DannFlorek(DonaldDonCragen)8_1_cut.png'}
255.0515 EXP RatingScale ratingBekannt: reset()
255.0670 EXP text_5: autoDraw = False
255.0670 EXP image_2: autoDraw = False
255.0670 EXP imageBekannt: image = u'./greyInner/DannFlorek(DonaldDonCragen)8_1_cut.png'
255.0670 EXP imageBekannt: autoDraw = True
255.0670 EXP ratingBekannt: autoDraw = True
255.0670 EXP text_6: autoDraw = True
264.7634 DATA Mouse: Left button down, pos=(792,312)
264.7650 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
264.7651 DATA RatingScale ratingBekannt: rating RT=9.713
264.7651 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 9.713)]
264.7982 EXP RatingScale ratingK1: reset()
264.7982 EXP RatingScale ratingK2: reset()
264.7983 EXP RatingScale ratingK3: reset()
264.8131 EXP imageBekannt: autoDraw = False
264.8131 EXP ratingBekannt: autoDraw = False
264.8131 EXP text_6: autoDraw = False
264.8131 EXP image_3: image = u'./greyInner/DannFlorek(DonaldDonCragen)8_1_cut.png'
264.8131 EXP image_3: autoDraw = True
264.8131 EXP ratingK1: autoDraw = True
264.8131 EXP ratingK2: autoDraw = True
264.8131 EXP ratingK3: autoDraw = True
264.8131 EXP text_4: autoDraw = True
264.8322 DATA Mouse: Left button up, pos=(792,312)
271.8772 DATA Mouse: Left button down, pos=(697,312)
271.8789 DATA RatingScale ratingK1: (mouse single-click) rating=act
271.8789 DATA RatingScale ratingK1: rating RT=7.080
271.8790 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 5.23), ('act', 7.08)]
271.9267 EXP image_3: autoDraw = False
271.9267 EXP ratingK1: autoDraw = False
271.9267 EXP ratingK2: autoDraw = False
271.9267 EXP ratingK3: autoDraw = False
271.9267 EXP text_4: autoDraw = False
271.9267 EXP text_5: alignHoriz = 'left'
271.9267 EXP image_2: image = u'./greyInner/DannFlorek(DonaldDonCragen)8_1_cut.png'
271.9267 EXP text_5: autoDraw = True
271.9267 EXP image_2: autoDraw = True
271.9766 DATA Mouse: Left button up, pos=(697,312)
272.9433 DATA Keypress: return
272.9607 EXP New trial (rep=0, index=17): {'num': 161, 'pic': u'./greyInner/OmarEpps(DrEricForeman)1_5_cut.png'}
272.9900 EXP RatingScale ratingBekannt: reset()
273.0097 EXP text_5: autoDraw = False
273.0097 EXP image_2: autoDraw = False
273.0097 EXP imageBekannt: image = u'./greyInner/OmarEpps(DrEricForeman)1_5_cut.png'
273.0097 EXP imageBekannt: autoDraw = True
273.0097 EXP ratingBekannt: autoDraw = True
273.0097 EXP text_6: autoDraw = True
275.1592 DATA Mouse: Left button down, pos=(480,304)
275.1609 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
275.1610 DATA RatingScale ratingBekannt: rating RT=2.170
275.1610 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.17)]
275.1950 EXP RatingScale ratingK1: reset()
275.1951 EXP RatingScale ratingK2: reset()
275.1951 EXP RatingScale ratingK3: reset()
275.2088 EXP imageBekannt: autoDraw = False
275.2088 EXP ratingBekannt: autoDraw = False
275.2088 EXP text_6: autoDraw = False
275.2088 EXP image_3: image = u'./greyInner/OmarEpps(DrEricForeman)1_5_cut.png'
275.2088 EXP image_3: autoDraw = True
275.2088 EXP ratingK1: autoDraw = True
275.2088 EXP ratingK2: autoDraw = True
275.2088 EXP ratingK3: autoDraw = True
275.2088 EXP text_4: autoDraw = True
275.2590 DATA Mouse: Left button up, pos=(480,304)
275.9088 DATA Mouse: Left button down, pos=(586,313)
275.9105 DATA RatingScale ratingK1: (mouse single-click) rating=act
275.9106 DATA RatingScale ratingK1: rating RT=0.714
275.9106 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.414), ('act', 0.714)]
275.9584 EXP image_3: autoDraw = False
275.9584 EXP ratingK1: autoDraw = False
275.9584 EXP ratingK2: autoDraw = False
275.9584 EXP ratingK3: autoDraw = False
275.9584 EXP text_4: autoDraw = False
275.9584 EXP text_5: alignHoriz = 'left'
275.9584 EXP image_2: image = u'./greyInner/OmarEpps(DrEricForeman)1_5_cut.png'
275.9584 EXP text_5: autoDraw = True
275.9584 EXP image_2: autoDraw = True
275.9584 EXP text_5: text = u'Name?\n\n'
275.9920 DATA Mouse: Left button up, pos=(586,313)
276.8752 DATA Keypress: return
276.8925 EXP New trial (rep=0, index=18): {'num': 130, 'pic': u'./greyInner/KatjaBurkard7_1_cut.png'}
276.8987 EXP RatingScale ratingBekannt: reset()
276.9081 EXP text_5: autoDraw = False
276.9081 EXP image_2: autoDraw = False
276.9081 EXP imageBekannt: image = u'./greyInner/KatjaBurkard7_1_cut.png'
276.9081 EXP imageBekannt: autoDraw = True
276.9081 EXP ratingBekannt: autoDraw = True
276.9081 EXP text_6: autoDraw = True
281.5745 DATA Mouse: Left button down, pos=(812,319)
281.5745 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
281.5746 DATA RatingScale ratingBekannt: rating RT=4.675
281.5746 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 4.675)]
281.5966 EXP RatingScale ratingK1: reset()
281.5967 EXP RatingScale ratingK2: reset()
281.5968 EXP RatingScale ratingK3: reset()
281.6059 EXP imageBekannt: autoDraw = False
281.6059 EXP ratingBekannt: autoDraw = False
281.6059 EXP text_6: autoDraw = False
281.6059 EXP image_3: image = u'./greyInner/KatjaBurkard7_1_cut.png'
281.6059 EXP image_3: autoDraw = True
281.6059 EXP ratingK1: autoDraw = True
281.6059 EXP ratingK2: autoDraw = True
281.6059 EXP ratingK3: autoDraw = True
281.6059 EXP text_4: autoDraw = True
281.6729 DATA Mouse: Left button up, pos=(812,319)
285.1746 DATA Mouse: Left button down, pos=(766,214)
285.1903 DATA RatingScale ratingK2: (mouse single-click) rating=host
285.1904 DATA RatingScale ratingK2: rating RT=3.592
285.1904 DATA RatingScale ratingK2: history=[(None, 0.0), ('host', 3.592)]
285.2380 EXP image_3: autoDraw = False
285.2380 EXP ratingK1: autoDraw = False
285.2380 EXP ratingK2: autoDraw = False
285.2380 EXP ratingK3: autoDraw = False
285.2380 EXP text_4: autoDraw = False
285.2380 EXP text_5: alignHoriz = 'left'
285.2380 EXP image_2: image = u'./greyInner/KatjaBurkard7_1_cut.png'
285.2380 EXP text_5: autoDraw = True
285.2380 EXP image_2: autoDraw = True
285.2380 EXP text_5: text = u'Name?\n\n'
285.2549 DATA Mouse: Left button up, pos=(766,214)
286.1878 DATA Keypress: return
286.2052 EXP New trial (rep=0, index=19): {'num': 117, 'pic': u'./greyInner/JudithRakers2_1_cut.png'}
286.2288 EXP RatingScale ratingBekannt: reset()
286.2375 EXP text_5: autoDraw = False
286.2375 EXP image_2: autoDraw = False
286.2375 EXP imageBekannt: image = u'./greyInner/JudithRakers2_1_cut.png'
286.2375 EXP imageBekannt: autoDraw = True
286.2375 EXP ratingBekannt: autoDraw = True