-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path17_famFaceGrey_2017_Feb_09_1443.log
9961 lines (9961 loc) · 498 KB
/
17_famFaceGrey_2017_Feb_09_1443.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
10.7098 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 0x153CBDF0>, 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')
10.7098 EXP window1: recordFrameIntervals = False
10.8754 EXP window1: recordFrameIntervals = True
11.0588 EXP window1: recordFrameIntervals = False
11.3445 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)
11.3478 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(...))
11.3801 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(...))
11.3882 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)
11.3905 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(...))
11.4149 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(...))
11.4312 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(...))
11.4462 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(...))
11.4533 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)
11.4585 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)
11.4611 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(...))
11.4737 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)
11.4739 EXP window1: recordFrameIntervals = False
11.6120 EXP text: wrapWidth = 1000
11.6120 EXP ratingBekannt: flipVert = False
11.6120 EXP ratingBekannt: autoLog = True
11.6120 EXP ratingK1: flipVert = False
11.6120 EXP ratingK1: autoLog = True
11.6120 EXP ratingK2: flipVert = False
11.6120 EXP ratingK2: autoLog = True
11.6120 EXP ratingK3: flipVert = False
11.6120 EXP ratingK3: autoLog = True
11.6120 EXP text: autoDraw = True
11.6120 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 auch z.B. den Namen ihres Charakters in einer Fernsehserie/einem Film, in dem sie mitgespielt hat, nennen. Falls Sie \xfcber keinerlei Information zu dem Namen einer Person verf\xfcgen, 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.'
11.6121 EXP window1: recordFrameIntervals = False
96.1736 DATA Keypress: space
96.1822 EXP Imported greyInnerList.csv as conditions, 224 conditions, 2 params
96.1839 EXP Created sequence: random, trialTypes=224, nReps=1, seed=None
96.1844 EXP New trial (rep=0, index=0): {'num': 200, 'pic': u'./greyInner/UrsulavonderLeyen8_2_cut.png'}
96.1973 EXP RatingScale ratingBekannt: reset()
96.2064 EXP text: autoDraw = False
96.2064 EXP imageBekannt: image = u'./greyInner/UrsulavonderLeyen8_2_cut.png'
96.2064 EXP imageBekannt: autoDraw = True
96.2064 EXP ratingBekannt: autoDraw = True
96.2064 EXP text_6: autoDraw = True
106.5880 DATA Mouse: Left button down, pos=(463,306)
106.6039 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
106.6039 DATA RatingScale ratingBekannt: rating RT=10.406
106.6040 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 10.406)]
106.6293 EXP RatingScale ratingK1: reset()
106.6293 EXP RatingScale ratingK2: reset()
106.6294 EXP RatingScale ratingK3: reset()
106.6523 EXP imageBekannt: autoDraw = False
106.6523 EXP ratingBekannt: autoDraw = False
106.6523 EXP text_6: autoDraw = False
106.6523 EXP image_3: image = u'./greyInner/UrsulavonderLeyen8_2_cut.png'
106.6523 EXP image_3: autoDraw = True
106.6523 EXP ratingK1: autoDraw = True
106.6523 EXP ratingK2: autoDraw = True
106.6523 EXP ratingK3: autoDraw = True
106.6523 EXP text_4: autoDraw = True
106.7526 DATA Mouse: Left button up, pos=(463,306)
118.9476 DATA Mouse: Left button down, pos=(615,324)
118.9491 DATA RatingScale ratingK1: (mouse single-click) rating=act
118.9492 DATA RatingScale ratingK1: rating RT=12.319
118.9492 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 12.319)]
118.9972 EXP image_3: autoDraw = False
118.9972 EXP ratingK1: autoDraw = False
118.9972 EXP ratingK2: autoDraw = False
118.9972 EXP ratingK3: autoDraw = False
118.9972 EXP text_4: autoDraw = False
118.9972 EXP text_5: alignHoriz = 'left'
118.9972 EXP image_2: image = u'./greyInner/UrsulavonderLeyen8_2_cut.png'
118.9972 EXP text_5: autoDraw = True
118.9972 EXP image_2: autoDraw = True
119.0975 DATA Mouse: Left button up, pos=(615,324)
128.1438 DATA Keypress: return
128.1615 EXP New trial (rep=0, index=1): {'num': 53, 'pic': u'./greyInner/DannFlorek(DonaldDonCragen)2_1_cut.png'}
128.1668 EXP RatingScale ratingBekannt: reset()
128.1766 EXP text_5: autoDraw = False
128.1766 EXP image_2: autoDraw = False
128.1766 EXP imageBekannt: image = u'./greyInner/DannFlorek(DonaldDonCragen)2_1_cut.png'
128.1766 EXP imageBekannt: autoDraw = True
128.1766 EXP ratingBekannt: autoDraw = True
128.1766 EXP text_6: autoDraw = True
136.4257 DATA Mouse: Left button down, pos=(846,305)
136.4416 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
136.4417 DATA RatingScale ratingBekannt: rating RT=8.274
136.4417 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 8.274)]
136.4628 EXP RatingScale ratingK1: reset()
136.4629 EXP RatingScale ratingK2: reset()
136.4630 EXP RatingScale ratingK3: reset()
136.4732 EXP imageBekannt: autoDraw = False
136.4732 EXP ratingBekannt: autoDraw = False
136.4732 EXP text_6: autoDraw = False
136.4732 EXP image_3: image = u'./greyInner/DannFlorek(DonaldDonCragen)2_1_cut.png'
136.4732 EXP image_3: autoDraw = True
136.4732 EXP ratingK1: autoDraw = True
136.4732 EXP ratingK2: autoDraw = True
136.4732 EXP ratingK3: autoDraw = True
136.4732 EXP text_4: autoDraw = True
136.6235 DATA Mouse: Left button up, pos=(846,305)
142.5877 DATA Mouse: Left button down, pos=(540,98)
142.5910 DATA RatingScale ratingK3: (mouse single-click) rating=polit
142.5910 DATA RatingScale ratingK3: rating RT=6.125
142.5911 DATA RatingScale ratingK3: history=[(None, 0.0), ('polit', 6.125)]
142.6205 EXP image_3: autoDraw = False
142.6205 EXP ratingK1: autoDraw = False
142.6205 EXP ratingK2: autoDraw = False
142.6205 EXP ratingK3: autoDraw = False
142.6205 EXP text_4: autoDraw = False
142.6205 EXP text_5: alignHoriz = 'left'
142.6205 EXP image_2: image = u'./greyInner/DannFlorek(DonaldDonCragen)2_1_cut.png'
142.6205 EXP text_5: autoDraw = True
142.6205 EXP image_2: autoDraw = True
142.6205 EXP text_5: text = u'Name?\n\n'
142.7708 DATA Mouse: Left button up, pos=(540,98)
145.8698 DATA Keypress: return
145.8871 EXP New trial (rep=0, index=2): {'num': 149, 'pic': u'./greyInner/MilaKunis5_2_cut.png'}
145.8929 EXP RatingScale ratingBekannt: reset()
145.9027 EXP text_5: autoDraw = False
145.9027 EXP image_2: autoDraw = False
145.9027 EXP imageBekannt: image = u'./greyInner/MilaKunis5_2_cut.png'
145.9027 EXP imageBekannt: autoDraw = True
145.9027 EXP ratingBekannt: autoDraw = True
145.9027 EXP text_6: autoDraw = True
148.7203 DATA Mouse: Left button down, pos=(454,308)
148.7361 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
148.7362 DATA RatingScale ratingBekannt: rating RT=2.843
148.7363 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.843)]
148.7579 EXP RatingScale ratingK1: reset()
148.7580 EXP RatingScale ratingK2: reset()
148.7580 EXP RatingScale ratingK3: reset()
148.7680 EXP imageBekannt: autoDraw = False
148.7680 EXP ratingBekannt: autoDraw = False
148.7680 EXP text_6: autoDraw = False
148.7680 EXP image_3: image = u'./greyInner/MilaKunis5_2_cut.png'
148.7680 EXP image_3: autoDraw = True
148.7680 EXP ratingK1: autoDraw = True
148.7680 EXP ratingK2: autoDraw = True
148.7680 EXP ratingK3: autoDraw = True
148.7680 EXP text_4: autoDraw = True
148.8516 DATA Mouse: Left button up, pos=(454,308)
150.5693 DATA Mouse: Left button down, pos=(674,319)
150.5694 DATA RatingScale ratingK1: (mouse single-click) rating=act
150.5694 DATA RatingScale ratingK1: rating RT=1.810
150.5695 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 1.81)]
150.6174 EXP image_3: autoDraw = False
150.6174 EXP ratingK1: autoDraw = False
150.6174 EXP ratingK2: autoDraw = False
150.6174 EXP ratingK3: autoDraw = False
150.6174 EXP text_4: autoDraw = False
150.6174 EXP text_5: alignHoriz = 'left'
150.6174 EXP image_2: image = u'./greyInner/MilaKunis5_2_cut.png'
150.6174 EXP text_5: autoDraw = True
150.6174 EXP image_2: autoDraw = True
150.6174 EXP text_5: text = u'Name?\n\n'
150.7176 DATA Mouse: Left button up, pos=(674,319)
151.6008 DATA Mouse: Left button down, pos=(527,362)
151.7339 DATA Mouse: Left button up, pos=(527,362)
157.7814 DATA Keypress: less
157.9146 DATA Keypress: m
159.0307 DATA Keypress: i
159.2974 DATA Keypress: l
159.4141 DATA Keypress: a
159.5640 DATA Keypress: space
160.1304 DATA Keypress: less
160.3804 DATA Keypress: less
160.5967 DATA Keypress: k
160.8301 DATA Keypress: u
161.5631 DATA Keypress: n
161.8472 DATA Keypress: i
161.9795 DATA Keypress: s
163.7623 DATA Keypress: return
163.7799 EXP New trial (rep=0, index=3): {'num': 191, 'pic': u'./greyInner/TomCruise1_1_cut.png'}
163.7838 EXP RatingScale ratingBekannt: reset()
163.7953 EXP text_5: autoDraw = False
163.7953 EXP image_2: autoDraw = False
163.7953 EXP imageBekannt: image = u'./greyInner/TomCruise1_1_cut.png'
163.7953 EXP imageBekannt: autoDraw = True
163.7953 EXP ratingBekannt: autoDraw = True
163.7953 EXP text_6: autoDraw = True
187.5191 DATA Mouse: Left button down, pos=(819,324)
187.5205 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
187.5206 DATA RatingScale ratingBekannt: rating RT=23.736
187.5206 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 23.736)]
187.5390 EXP RatingScale ratingK1: reset()
187.5390 EXP RatingScale ratingK2: reset()
187.5391 EXP RatingScale ratingK3: reset()
187.5520 EXP imageBekannt: autoDraw = False
187.5520 EXP ratingBekannt: autoDraw = False
187.5520 EXP text_6: autoDraw = False
187.5520 EXP image_3: image = u'./greyInner/TomCruise1_1_cut.png'
187.5520 EXP image_3: autoDraw = True
187.5520 EXP ratingK1: autoDraw = True
187.5520 EXP ratingK2: autoDraw = True
187.5520 EXP ratingK3: autoDraw = True
187.5520 EXP text_4: autoDraw = True
187.6207 DATA Mouse: Left button up, pos=(819,324)
191.6004 DATA Mouse: Left button down, pos=(806,98)
191.6037 DATA RatingScale ratingK3: (mouse single-click) rating=sport
191.6037 DATA RatingScale ratingK3: rating RT=4.062
191.6038 DATA RatingScale ratingK3: history=[(None, 0.0), ('sport', 4.062)]
191.6335 EXP image_3: autoDraw = False
191.6335 EXP ratingK1: autoDraw = False
191.6335 EXP ratingK2: autoDraw = False
191.6335 EXP ratingK3: autoDraw = False
191.6335 EXP text_4: autoDraw = False
191.6335 EXP text_5: alignHoriz = 'left'
191.6335 EXP image_2: image = u'./greyInner/TomCruise1_1_cut.png'
191.6335 EXP text_5: autoDraw = True
191.6335 EXP image_2: autoDraw = True
191.7005 DATA Mouse: Left button up, pos=(806,98)
193.6665 DATA Keypress: return
193.6839 EXP New trial (rep=0, index=4): {'num': 165, 'pic': u'./greyInner/OmarEpps(DrEricForeman)9_1_cut.png'}
193.6872 EXP RatingScale ratingBekannt: reset()
193.6995 EXP text_5: autoDraw = False
193.6995 EXP image_2: autoDraw = False
193.6995 EXP imageBekannt: image = u'./greyInner/OmarEpps(DrEricForeman)9_1_cut.png'
193.6995 EXP imageBekannt: autoDraw = True
193.6995 EXP ratingBekannt: autoDraw = True
193.6995 EXP text_6: autoDraw = True
210.2762 DATA Mouse: Left button down, pos=(855,310)
210.2775 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
210.2776 DATA RatingScale ratingBekannt: rating RT=16.590
210.2776 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 16.59)]
210.2973 EXP RatingScale ratingK1: reset()
210.2974 EXP RatingScale ratingK2: reset()
210.2975 EXP RatingScale ratingK3: reset()
210.3092 EXP imageBekannt: autoDraw = False
210.3092 EXP ratingBekannt: autoDraw = False
210.3092 EXP text_6: autoDraw = False
210.3092 EXP image_3: image = u'./greyInner/OmarEpps(DrEricForeman)9_1_cut.png'
210.3092 EXP image_3: autoDraw = True
210.3092 EXP ratingK1: autoDraw = True
210.3092 EXP ratingK2: autoDraw = True
210.3092 EXP ratingK3: autoDraw = True
210.3092 EXP text_4: autoDraw = True
210.3761 DATA Mouse: Left button up, pos=(855,310)
212.7787 DATA Mouse: Left button down, pos=(776,100)
212.7947 DATA RatingScale ratingK3: (mouse single-click) rating=sport
212.7948 DATA RatingScale ratingK3: rating RT=2.495
212.7948 DATA RatingScale ratingK3: history=[(None, 0.0), ('sport', 2.495)]
212.8247 EXP image_3: autoDraw = False
212.8247 EXP ratingK1: autoDraw = False
212.8247 EXP ratingK2: autoDraw = False
212.8247 EXP ratingK3: autoDraw = False
212.8247 EXP text_4: autoDraw = False
212.8247 EXP text_5: alignHoriz = 'left'
212.8247 EXP image_2: image = u'./greyInner/OmarEpps(DrEricForeman)9_1_cut.png'
212.8247 EXP text_5: autoDraw = True
212.8247 EXP image_2: autoDraw = True
212.8247 EXP text_5: text = u'Name?\n\n'
212.9250 DATA Mouse: Left button up, pos=(776,100)
215.0077 DATA Keypress: return
215.0250 EXP New trial (rep=0, index=5): {'num': 46, 'pic': u'./greyInner/CristinMilioti(Tracy_Mutter)10_1_cut.png'}
215.0315 EXP RatingScale ratingBekannt: reset()
215.0406 EXP text_5: autoDraw = False
215.0406 EXP image_2: autoDraw = False
215.0406 EXP imageBekannt: image = u'./greyInner/CristinMilioti(Tracy_Mutter)10_1_cut.png'
215.0406 EXP imageBekannt: autoDraw = True
215.0406 EXP ratingBekannt: autoDraw = True
215.0406 EXP text_6: autoDraw = True
231.5339 DATA Mouse: Left button down, pos=(788,318)
231.5352 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
231.5353 DATA RatingScale ratingBekannt: rating RT=16.503
231.5353 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 16.503)]
231.5561 EXP RatingScale ratingK1: reset()
231.5561 EXP RatingScale ratingK2: reset()
231.5562 EXP RatingScale ratingK3: reset()
231.5670 EXP imageBekannt: autoDraw = False
231.5670 EXP ratingBekannt: autoDraw = False
231.5670 EXP text_6: autoDraw = False
231.5670 EXP image_3: image = u'./greyInner/CristinMilioti(Tracy_Mutter)10_1_cut.png'
231.5670 EXP image_3: autoDraw = True
231.5670 EXP ratingK1: autoDraw = True
231.5670 EXP ratingK2: autoDraw = True
231.5670 EXP ratingK3: autoDraw = True
231.5670 EXP text_4: autoDraw = True
231.5836 DATA Mouse: Left button up, pos=(788,318)
235.0825 DATA Mouse: Left button down, pos=(633,308)
235.0840 DATA RatingScale ratingK1: (mouse single-click) rating=act
235.0841 DATA RatingScale ratingK1: rating RT=3.527
235.0841 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.678), ('act', 3.527)]
235.1322 EXP image_3: autoDraw = False
235.1322 EXP ratingK1: autoDraw = False
235.1322 EXP ratingK2: autoDraw = False
235.1322 EXP ratingK3: autoDraw = False
235.1322 EXP text_4: autoDraw = False
235.1322 EXP text_5: alignHoriz = 'left'
235.1322 EXP image_2: image = u'./greyInner/CristinMilioti(Tracy_Mutter)10_1_cut.png'
235.1322 EXP text_5: autoDraw = True
235.1322 EXP image_2: autoDraw = True
235.1322 EXP text_5: text = u'Name?\n\n'
235.2325 DATA Mouse: Left button up, pos=(633,308)
236.5152 DATA Keypress: return
236.5326 EXP New trial (rep=0, index=6): {'num': 123, 'pic': u'./greyInner/KaleyCuoco(Penny)3_1_cut.png'}
236.5364 EXP RatingScale ratingBekannt: reset()
236.5483 EXP text_5: autoDraw = False
236.5483 EXP image_2: autoDraw = False
236.5483 EXP imageBekannt: image = u'./greyInner/KaleyCuoco(Penny)3_1_cut.png'
236.5483 EXP imageBekannt: autoDraw = True
236.5483 EXP ratingBekannt: autoDraw = True
236.5483 EXP text_6: autoDraw = True
244.3786 DATA Mouse: Left button down, pos=(452,301)
244.3801 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
244.3801 DATA RatingScale ratingBekannt: rating RT=7.843
244.3802 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 7.843)]
244.4000 EXP RatingScale ratingK1: reset()
244.4000 EXP RatingScale ratingK2: reset()
244.4001 EXP RatingScale ratingK3: reset()
244.4116 EXP imageBekannt: autoDraw = False
244.4116 EXP ratingBekannt: autoDraw = False
244.4116 EXP text_6: autoDraw = False
244.4116 EXP image_3: image = u'./greyInner/KaleyCuoco(Penny)3_1_cut.png'
244.4116 EXP image_3: autoDraw = True
244.4116 EXP ratingK1: autoDraw = True
244.4116 EXP ratingK2: autoDraw = True
244.4116 EXP ratingK3: autoDraw = True
244.4116 EXP text_4: autoDraw = True
244.5286 DATA Mouse: Left button up, pos=(452,301)
265.7865 DATA Mouse: Left button down, pos=(610,312)
265.7881 DATA RatingScale ratingK1: (mouse single-click) rating=act
265.7882 DATA RatingScale ratingK1: rating RT=21.387
265.7882 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 21.387)]
265.8361 EXP image_3: autoDraw = False
265.8361 EXP ratingK1: autoDraw = False
265.8361 EXP ratingK2: autoDraw = False
265.8361 EXP ratingK3: autoDraw = False
265.8361 EXP text_4: autoDraw = False
265.8361 EXP text_5: alignHoriz = 'left'
265.8361 EXP image_2: image = u'./greyInner/KaleyCuoco(Penny)3_1_cut.png'
265.8361 EXP text_5: autoDraw = True
265.8361 EXP image_2: autoDraw = True
265.8361 EXP text_5: text = u'Name?\n\n'
265.9697 DATA Mouse: Left button up, pos=(610,312)
335.3907 DATA Keypress: lshift
335.5574 DATA Keypress: f
335.9739 DATA Keypress: i
336.9735 DATA Keypress: l
337.3065 DATA Keypress: m
337.5399 DATA Keypress: space
337.9897 DATA Keypress: lshift
338.2727 DATA Keypress: 2
340.3887 DATA Keypress: lshift
340.7719 DATA Keypress: e
341.6715 DATA Keypress: h
341.7881 DATA Keypress: e
342.0213 DATA Keypress: m
342.1379 DATA Keypress: a
342.2546 DATA Keypress: n
342.3879 DATA Keypress: space
342.8877 DATA Keypress: m
343.0375 DATA Keypress: e
343.1543 DATA Keypress: i
343.4041 DATA Keypress: n
343.4874 DATA Keypress: e
343.6373 DATA Keypress: r
343.7538 DATA Keypress: space
344.0372 DATA Keypress: less
344.8035 DATA Keypress: f
345.5865 DATA Keypress: backspace
345.8365 DATA Keypress: lshift
346.0030 DATA Keypress: f
346.3363 DATA Keypress: r
346.6360 DATA Keypress: e
347.3359 DATA Keypress: u
347.5524 DATA Keypress: n
347.7189 DATA Keypress: d
348.0687 DATA Keypress: i
348.4187 DATA Keypress: n
354.1495 DATA Keypress: return
354.1672 EXP New trial (rep=0, index=7): {'num': 132, 'pic': u'./greyInner/LeonardoDiCaprio2_1_cut.png'}
354.1741 EXP RatingScale ratingBekannt: reset()
354.1825 EXP text_5: autoDraw = False
354.1825 EXP image_2: autoDraw = False
354.1825 EXP imageBekannt: image = u'./greyInner/LeonardoDiCaprio2_1_cut.png'
354.1825 EXP imageBekannt: autoDraw = True
354.1825 EXP ratingBekannt: autoDraw = True
354.1825 EXP text_6: autoDraw = True
358.6477 DATA Mouse: Left button down, pos=(484,295)
358.6490 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
358.6491 DATA RatingScale ratingBekannt: rating RT=4.474
358.6491 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 4.474)]
358.6704 EXP RatingScale ratingK1: reset()
358.6704 EXP RatingScale ratingK2: reset()
358.6705 EXP RatingScale ratingK3: reset()
358.6806 EXP imageBekannt: autoDraw = False
358.6806 EXP ratingBekannt: autoDraw = False
358.6806 EXP text_6: autoDraw = False
358.6806 EXP image_3: image = u'./greyInner/LeonardoDiCaprio2_1_cut.png'
358.6806 EXP image_3: autoDraw = True
358.6806 EXP ratingK1: autoDraw = True
358.6806 EXP ratingK2: autoDraw = True
358.6806 EXP ratingK3: autoDraw = True
358.6806 EXP text_4: autoDraw = True
358.7644 DATA Mouse: Left button up, pos=(484,295)
360.3304 DATA Mouse: Left button down, pos=(630,306)
360.3319 DATA RatingScale ratingK1: (mouse single-click) rating=act
360.3320 DATA RatingScale ratingK1: rating RT=1.661
360.3321 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.828), ('act', 1.66)]
360.3801 EXP image_3: autoDraw = False
360.3801 EXP ratingK1: autoDraw = False
360.3801 EXP ratingK2: autoDraw = False
360.3801 EXP ratingK3: autoDraw = False
360.3801 EXP text_4: autoDraw = False
360.3801 EXP text_5: alignHoriz = 'left'
360.3801 EXP image_2: image = u'./greyInner/LeonardoDiCaprio2_1_cut.png'
360.3801 EXP text_5: autoDraw = True
360.3801 EXP image_2: autoDraw = True
360.4470 DATA Mouse: Left button up, pos=(630,306)
362.4129 DATA Keypress: lshift
362.5458 DATA Keypress: l
362.7958 DATA Keypress: e
363.6790 DATA Keypress: o
364.1788 DATA Keypress: n
364.2617 DATA Keypress: a
364.5285 DATA Keypress: r
365.1450 DATA Keypress: d
365.4115 DATA Keypress: o
365.5114 DATA Keypress: space
365.6449 DATA Keypress: d
366.4610 DATA Keypress: i
366.5944 DATA Keypress: space
366.7276 DATA Keypress: lshift
366.8444 DATA Keypress: k
367.2608 DATA Keypress: a
367.4108 DATA Keypress: p
367.8773 DATA Keypress: r
367.9939 DATA Keypress: i
368.1604 DATA Keypress: o
368.8435 DATA Keypress: return
368.8611 EXP New trial (rep=0, index=8): {'num': 109, 'pic': u'./greyInner/JoachimLoew4_1_cut.png'}
368.8684 EXP RatingScale ratingBekannt: reset()
368.8763 EXP text_5: autoDraw = False
368.8763 EXP image_2: autoDraw = False
368.8763 EXP imageBekannt: image = u'./greyInner/JoachimLoew4_1_cut.png'
368.8763 EXP imageBekannt: autoDraw = True
368.8763 EXP ratingBekannt: autoDraw = True
368.8763 EXP text_6: autoDraw = True
382.7724 DATA Mouse: Left button down, pos=(481,293)
382.7725 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
382.7726 DATA RatingScale ratingBekannt: rating RT=13.904
382.7726 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 13.903)]
382.7953 EXP RatingScale ratingK1: reset()
382.7953 EXP RatingScale ratingK2: reset()
382.7954 EXP RatingScale ratingK3: reset()
382.8037 EXP imageBekannt: autoDraw = False
382.8037 EXP ratingBekannt: autoDraw = False
382.8037 EXP text_6: autoDraw = False
382.8037 EXP image_3: image = u'./greyInner/JoachimLoew4_1_cut.png'
382.8037 EXP image_3: autoDraw = True
382.8037 EXP ratingK1: autoDraw = True
382.8037 EXP ratingK2: autoDraw = True
382.8037 EXP ratingK3: autoDraw = True
382.8037 EXP text_4: autoDraw = True
382.8875 DATA Mouse: Left button up, pos=(481,293)
383.8705 DATA Mouse: Left button down, pos=(565,208)
383.8728 DATA RatingScale ratingK2: (mouse single-click) rating=music
383.8729 DATA RatingScale ratingK2: rating RT=1.075
383.8729 DATA RatingScale ratingK2: history=[(None, 0.0), ('music', 1.075)]
383.9202 EXP image_3: autoDraw = False
383.9202 EXP ratingK1: autoDraw = False
383.9202 EXP ratingK2: autoDraw = False
383.9202 EXP ratingK3: autoDraw = False
383.9202 EXP text_4: autoDraw = False
383.9202 EXP text_5: alignHoriz = 'left'
383.9202 EXP image_2: image = u'./greyInner/JoachimLoew4_1_cut.png'
383.9202 EXP text_5: autoDraw = True
383.9202 EXP image_2: autoDraw = True
383.9872 DATA Mouse: Left button up, pos=(565,208)
390.1011 DATA Keypress: lshift
390.3012 DATA Keypress: b
390.4675 DATA Keypress: e
390.6843 DATA Keypress: a
390.9509 DATA Keypress: t
391.1510 DATA Keypress: l
391.2508 DATA Keypress: e
392.8510 DATA Keypress: s
393.9497 DATA Keypress: return
393.9671 EXP New trial (rep=0, index=9): {'num': 63, 'pic': u'./greyInner/EmilyDeschanel5_1_cut.png'}
393.9892 EXP RatingScale ratingBekannt: reset()
393.9994 EXP text_5: autoDraw = False
393.9994 EXP image_2: autoDraw = False
393.9994 EXP imageBekannt: image = u'./greyInner/EmilyDeschanel5_1_cut.png'
393.9994 EXP imageBekannt: autoDraw = True
393.9994 EXP ratingBekannt: autoDraw = True
393.9994 EXP text_6: autoDraw = True
402.9459 DATA Mouse: Left button down, pos=(808,325)
402.9473 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
402.9474 DATA RatingScale ratingBekannt: rating RT=8.957
402.9474 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 8.957)]
402.9849 EXP RatingScale ratingK1: reset()
402.9850 EXP RatingScale ratingK2: reset()
402.9850 EXP RatingScale ratingK3: reset()
402.9956 EXP imageBekannt: autoDraw = False
402.9956 EXP ratingBekannt: autoDraw = False
402.9956 EXP text_6: autoDraw = False
402.9956 EXP image_3: image = u'./greyInner/EmilyDeschanel5_1_cut.png'
402.9956 EXP image_3: autoDraw = True
402.9956 EXP ratingK1: autoDraw = True
402.9956 EXP ratingK2: autoDraw = True
402.9956 EXP ratingK3: autoDraw = True
402.9956 EXP text_4: autoDraw = True
403.0819 DATA Mouse: Left button up, pos=(808,325)
413.1417 DATA Mouse: Left button down, pos=(739,208)
413.1439 DATA RatingScale ratingK2: (mouse single-click) rating=host
413.1440 DATA RatingScale ratingK2: rating RT=10.157
413.1440 DATA RatingScale ratingK2: history=[(None, 0.0), ('host', 10.157)]
413.1913 EXP image_3: autoDraw = False
413.1913 EXP ratingK1: autoDraw = False
413.1913 EXP ratingK2: autoDraw = False
413.1913 EXP ratingK3: autoDraw = False
413.1913 EXP text_4: autoDraw = False
413.1913 EXP text_5: alignHoriz = 'left'
413.1913 EXP image_2: image = u'./greyInner/EmilyDeschanel5_1_cut.png'
413.1913 EXP text_5: autoDraw = True
413.1913 EXP image_2: autoDraw = True
413.2749 DATA Mouse: Left button up, pos=(739,208)
414.2251 DATA Keypress: return
414.2587 EXP New trial (rep=0, index=10): {'num': 22, 'pic': u'./greyInner/BenedictCumberbatch2_2_cut.png'}
414.3334 EXP RatingScale ratingBekannt: reset()
414.3407 EXP text_5: autoDraw = False
414.3407 EXP image_2: autoDraw = False
414.3407 EXP imageBekannt: image = u'./greyInner/BenedictCumberbatch2_2_cut.png'
414.3407 EXP imageBekannt: autoDraw = True
414.3407 EXP ratingBekannt: autoDraw = True
414.3407 EXP text_6: autoDraw = True
418.3396 DATA Mouse: Left button down, pos=(462,299)
418.3412 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
418.3413 DATA RatingScale ratingBekannt: rating RT=4.007
418.3413 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 4.007)]
418.4466 EXP RatingScale ratingK1: reset()
418.4466 EXP RatingScale ratingK2: reset()
418.4467 EXP RatingScale ratingK3: reset()
418.4557 EXP imageBekannt: autoDraw = False
418.4557 EXP ratingBekannt: autoDraw = False
418.4557 EXP text_6: autoDraw = False
418.4557 EXP image_3: image = u'./greyInner/BenedictCumberbatch2_2_cut.png'
418.4557 EXP image_3: autoDraw = True
418.4557 EXP ratingK1: autoDraw = True
418.4557 EXP ratingK2: autoDraw = True
418.4557 EXP ratingK3: autoDraw = True
418.4557 EXP text_4: autoDraw = True
418.4725 DATA Mouse: Left button up, pos=(462,299)
419.8404 DATA Mouse: Left button down, pos=(657,303)
419.8405 DATA RatingScale ratingK1: (mouse single-click) rating=act
419.8406 DATA RatingScale ratingK1: rating RT=1.393
419.8406 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 1.393)]
419.9550 EXP image_3: autoDraw = False
419.9550 EXP ratingK1: autoDraw = False
419.9550 EXP ratingK2: autoDraw = False
419.9550 EXP ratingK3: autoDraw = False
419.9550 EXP text_4: autoDraw = False
419.9550 EXP text_5: alignHoriz = 'left'
419.9550 EXP image_2: image = u'./greyInner/BenedictCumberbatch2_2_cut.png'
419.9550 EXP text_5: autoDraw = True
419.9550 EXP image_2: autoDraw = True
419.9550 EXP text_5: text = u'Name?\n\n'
419.9718 DATA Mouse: Left button up, pos=(657,303)
421.4549 DATA Keypress: lshift
421.5381 DATA Keypress: b
421.7715 DATA Keypress: e
422.0214 DATA Keypress: n
422.1047 DATA Keypress: e
423.0059 DATA Keypress: d
423.1708 DATA Keypress: i
423.6874 DATA Keypress: k
423.8206 DATA Keypress: t
423.9703 DATA Keypress: space
424.7532 DATA Keypress: lshift
424.9535 DATA Keypress: k
425.2200 DATA Keypress: u
425.5031 DATA Keypress: m
425.8030 DATA Keypress: b
425.9030 DATA Keypress: e
426.0363 DATA Keypress: r
426.6362 DATA Keypress: b
426.8193 DATA Keypress: e
427.0025 DATA Keypress: r
427.3692 DATA Keypress: t
427.7523 DATA Keypress: c
427.8523 DATA Keypress: h
429.6680 DATA Keypress: backspace
429.9012 DATA Keypress: backspace
430.0845 DATA Keypress: s
430.2512 DATA Keypress: c
430.4343 DATA Keypress: h
430.7177 DATA Keypress: space
431.9172 DATA Keypress: lshift
432.0504 DATA Keypress: 8
434.0996 DATA Keypress: lshift
434.3829 DATA Keypress: s
434.5491 DATA Keypress: h
434.7494 DATA Keypress: e
435.4824 DATA Keypress: r
435.7821 DATA Keypress: l
436.1822 DATA Keypress: o
436.3820 DATA Keypress: c
437.4981 DATA Keypress: k
438.5478 DATA Keypress: return
438.5653 EXP New trial (rep=0, index=11): {'num': 41, 'pic': u'./greyInner/CobieSmulders(Robin)12_1_cut.png'}
438.5888 EXP RatingScale ratingBekannt: reset()
438.5973 EXP text_5: autoDraw = False
438.5973 EXP image_2: autoDraw = False
438.5973 EXP imageBekannt: image = u'./greyInner/CobieSmulders(Robin)12_1_cut.png'
438.5973 EXP imageBekannt: autoDraw = True
438.5973 EXP ratingBekannt: autoDraw = True
438.5973 EXP text_6: autoDraw = True
460.0888 DATA Mouse: Left button down, pos=(846,298)
460.0901 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
460.0902 DATA RatingScale ratingBekannt: rating RT=21.501
460.0902 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 21.501)]
460.1296 EXP RatingScale ratingK1: reset()
460.1297 EXP RatingScale ratingK2: reset()
460.1297 EXP RatingScale ratingK3: reset()
460.1383 EXP imageBekannt: autoDraw = False
460.1383 EXP ratingBekannt: autoDraw = False
460.1383 EXP text_6: autoDraw = False
460.1383 EXP image_3: image = u'./greyInner/CobieSmulders(Robin)12_1_cut.png'
460.1383 EXP image_3: autoDraw = True
460.1383 EXP ratingK1: autoDraw = True
460.1383 EXP ratingK2: autoDraw = True
460.1383 EXP ratingK3: autoDraw = True
460.1383 EXP text_4: autoDraw = True
460.1552 DATA Mouse: Left button up, pos=(846,298)
464.6369 DATA Mouse: Left button down, pos=(620,321)
464.6384 DATA RatingScale ratingK1: (mouse single-click) rating=act
464.6385 DATA RatingScale ratingK1: rating RT=4.508
464.6385 DATA RatingScale ratingK1: history=[(None, 0.0), ('act', 4.508)]
464.7033 EXP image_3: autoDraw = False
464.7033 EXP ratingK1: autoDraw = False
464.7033 EXP ratingK2: autoDraw = False
464.7033 EXP ratingK3: autoDraw = False
464.7033 EXP text_4: autoDraw = False
464.7033 EXP text_5: alignHoriz = 'left'
464.7033 EXP image_2: image = u'./greyInner/CobieSmulders(Robin)12_1_cut.png'
464.7033 EXP text_5: autoDraw = True
464.7033 EXP image_2: autoDraw = True
464.7702 DATA Mouse: Left button up, pos=(620,321)
466.4862 DATA Keypress: return
466.5036 EXP New trial (rep=0, index=12): {'num': 73, 'pic': u'./greyInner/GuentherJauch4_1_cut.png'}
466.5092 EXP RatingScale ratingBekannt: reset()
466.5192 EXP text_5: autoDraw = False
466.5192 EXP image_2: autoDraw = False
466.5192 EXP imageBekannt: image = u'./greyInner/GuentherJauch4_1_cut.png'
466.5192 EXP imageBekannt: autoDraw = True
466.5192 EXP ratingBekannt: autoDraw = True
466.5192 EXP text_6: autoDraw = True
472.2504 DATA Mouse: Left button down, pos=(790,309)
472.2517 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
472.2518 DATA RatingScale ratingBekannt: rating RT=5.742
472.2518 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 5.742)]
472.2724 EXP RatingScale ratingK1: reset()
472.2725 EXP RatingScale ratingK2: reset()
472.2725 EXP RatingScale ratingK3: reset()
472.2833 EXP imageBekannt: autoDraw = False
472.2833 EXP ratingBekannt: autoDraw = False
472.2833 EXP text_6: autoDraw = False
472.2833 EXP image_3: image = u'./greyInner/GuentherJauch4_1_cut.png'
472.2833 EXP image_3: autoDraw = True
472.2833 EXP ratingK1: autoDraw = True
472.2833 EXP ratingK2: autoDraw = True
472.2833 EXP ratingK3: autoDraw = True
472.2833 EXP text_4: autoDraw = True
472.3337 DATA Mouse: Left button up, pos=(790,309)
485.8281 DATA Mouse: Left button down, pos=(497,125)
485.8313 DATA RatingScale ratingK3: (mouse single-click) rating=polit
485.8314 DATA RatingScale ratingK3: rating RT=13.556
485.8314 DATA RatingScale ratingK3: history=[(None, 0.0), ('polit', 13.556)]
485.8608 EXP image_3: autoDraw = False
485.8608 EXP ratingK1: autoDraw = False
485.8608 EXP ratingK2: autoDraw = False
485.8608 EXP ratingK3: autoDraw = False
485.8608 EXP text_4: autoDraw = False
485.8608 EXP text_5: alignHoriz = 'left'
485.8608 EXP image_2: image = u'./greyInner/GuentherJauch4_1_cut.png'
485.8608 EXP text_5: autoDraw = True
485.8608 EXP image_2: autoDraw = True
485.8608 EXP text_5: text = u'Name?\n\n'
485.9778 DATA Mouse: Left button up, pos=(497,125)
487.0109 DATA Keypress: return
487.0282 EXP New trial (rep=0, index=13): {'num': 158, 'pic': u'./greyInner/NicoleKidman5_1_cut.png'}
487.0356 EXP RatingScale ratingBekannt: reset()
487.0439 EXP text_5: autoDraw = False
487.0439 EXP image_2: autoDraw = False
487.0439 EXP imageBekannt: image = u'./greyInner/NicoleKidman5_1_cut.png'
487.0439 EXP imageBekannt: autoDraw = True
487.0439 EXP ratingBekannt: autoDraw = True
487.0439 EXP text_6: autoDraw = True
491.6269 DATA Mouse: Left button down, pos=(483,300)
491.6270 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
491.6271 DATA RatingScale ratingBekannt: rating RT=4.591
491.6271 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 4.591)]
491.6496 EXP RatingScale ratingK1: reset()
491.6497 EXP RatingScale ratingK2: reset()
491.6497 EXP RatingScale ratingK3: reset()
491.6585 EXP imageBekannt: autoDraw = False
491.6585 EXP ratingBekannt: autoDraw = False
491.6585 EXP text_6: autoDraw = False
491.6585 EXP image_3: image = u'./greyInner/NicoleKidman5_1_cut.png'
491.6585 EXP image_3: autoDraw = True
491.6585 EXP ratingK1: autoDraw = True
491.6585 EXP ratingK2: autoDraw = True
491.6585 EXP ratingK3: autoDraw = True
491.6585 EXP text_4: autoDraw = True
491.7422 DATA Mouse: Left button up, pos=(483,300)
492.8417 DATA Mouse: Left button down, pos=(622,301)
492.8432 DATA RatingScale ratingK1: (mouse single-click) rating=act
492.8433 DATA RatingScale ratingK1: rating RT=1.193
492.8433 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.726), ('act', 1.193)]
492.8915 EXP image_3: autoDraw = False
492.8915 EXP ratingK1: autoDraw = False
492.8915 EXP ratingK2: autoDraw = False
492.8915 EXP ratingK3: autoDraw = False
492.8915 EXP text_4: autoDraw = False
492.8915 EXP text_5: alignHoriz = 'left'
492.8915 EXP image_2: image = u'./greyInner/NicoleKidman5_1_cut.png'
492.8915 EXP text_5: autoDraw = True
492.8915 EXP image_2: autoDraw = True
492.8915 EXP text_5: text = u'Name?\n\n'
492.9418 DATA Mouse: Left button up, pos=(622,301)
494.4244 DATA Keypress: lshift
494.5077 DATA Keypress: n
494.7577 DATA Keypress: o
495.0740 DATA Keypress: backspace
495.7073 DATA Keypress: i
495.9406 DATA Keypress: c
496.4903 DATA Keypress: backspace
496.8402 DATA Keypress: k
497.8232 DATA Keypress: o
498.0229 DATA Keypress: l
498.1230 DATA Keypress: e
499.1892 DATA Keypress: backspace
501.3549 DATA Keypress: space
501.7713 DATA Keypress: lshift
502.0380 DATA Keypress: k
502.2546 DATA Keypress: i
502.7378 DATA Keypress: d
503.1375 DATA Keypress: m
503.4874 DATA Keypress: a
503.6540 DATA Keypress: n
504.9368 DATA Keypress: return
504.9542 EXP New trial (rep=0, index=14): {'num': 10, 'pic': u'./greyInner/AngelaMerkel6_1_cut.png'}
504.9921 EXP RatingScale ratingBekannt: reset()
505.0029 EXP text_5: autoDraw = False
505.0029 EXP image_2: autoDraw = False
505.0029 EXP imageBekannt: image = u'./greyInner/AngelaMerkel6_1_cut.png'
505.0029 EXP imageBekannt: autoDraw = True
505.0029 EXP ratingBekannt: autoDraw = True
505.0029 EXP text_6: autoDraw = True
528.9769 DATA Mouse: Left button down, pos=(769,308)
528.9784 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
528.9785 DATA RatingScale ratingBekannt: rating RT=23.986
528.9785 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 23.986)]
529.0361 EXP RatingScale ratingK1: reset()
529.0361 EXP RatingScale ratingK2: reset()
529.0361 EXP RatingScale ratingK3: reset()
529.0429 EXP imageBekannt: autoDraw = False
529.0429 EXP ratingBekannt: autoDraw = False
529.0429 EXP text_6: autoDraw = False
529.0429 EXP image_3: image = u'./greyInner/AngelaMerkel6_1_cut.png'
529.0429 EXP image_3: autoDraw = True
529.0429 EXP ratingK1: autoDraw = True
529.0429 EXP ratingK2: autoDraw = True
529.0429 EXP ratingK3: autoDraw = True
529.0429 EXP text_4: autoDraw = True
529.1115 DATA Mouse: Left button up, pos=(769,308)
535.8905 DATA Mouse: Left button down, pos=(735,203)
535.8929 DATA RatingScale ratingK2: (mouse single-click) rating=host
535.8930 DATA RatingScale ratingK2: rating RT=6.856
535.8930 DATA RatingScale ratingK2: history=[(None, 0.0), ('host', 6.855)]
535.9568 EXP image_3: autoDraw = False
535.9568 EXP ratingK1: autoDraw = False
535.9568 EXP ratingK2: autoDraw = False
535.9568 EXP ratingK3: autoDraw = False
535.9568 EXP text_4: autoDraw = False
535.9568 EXP text_5: alignHoriz = 'left'
535.9568 EXP image_2: image = u'./greyInner/AngelaMerkel6_1_cut.png'
535.9568 EXP text_5: autoDraw = True
535.9568 EXP image_2: autoDraw = True
536.0238 DATA Mouse: Left button up, pos=(735,203)
537.2732 DATA Keypress: return
537.2908 EXP New trial (rep=0, index=15): {'num': 125, 'pic': u'./greyInner/KaleyCuoco(Penny)7_1_cut.png'}
537.2974 EXP RatingScale ratingBekannt: reset()
537.3063 EXP text_5: autoDraw = False
537.3063 EXP image_2: autoDraw = False
537.3063 EXP imageBekannt: image = u'./greyInner/KaleyCuoco(Penny)7_1_cut.png'
537.3063 EXP imageBekannt: autoDraw = True
537.3063 EXP ratingBekannt: autoDraw = True
537.3063 EXP text_6: autoDraw = True
549.8860 DATA Mouse: Left button down, pos=(510,308)
549.8861 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
549.8862 DATA RatingScale ratingBekannt: rating RT=12.588
549.8862 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 12.588)]
549.9080 EXP RatingScale ratingK1: reset()
549.9081 EXP RatingScale ratingK2: reset()
549.9081 EXP RatingScale ratingK3: reset()
549.9175 EXP imageBekannt: autoDraw = False
549.9175 EXP ratingBekannt: autoDraw = False
549.9175 EXP text_6: autoDraw = False
549.9175 EXP image_3: image = u'./greyInner/KaleyCuoco(Penny)7_1_cut.png'
549.9175 EXP image_3: autoDraw = True
549.9175 EXP ratingK1: autoDraw = True
549.9175 EXP ratingK2: autoDraw = True
549.9175 EXP ratingK3: autoDraw = True
549.9175 EXP text_4: autoDraw = True
550.0534 DATA Mouse: Left button up, pos=(510,308)
551.9339 DATA Mouse: Left button down, pos=(627,305)
551.9355 DATA RatingScale ratingK1: (mouse single-click) rating=act
551.9356 DATA RatingScale ratingK1: rating RT=2.026
551.9356 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 1.676), ('act', 2.026)]
551.9836 EXP image_3: autoDraw = False
551.9836 EXP ratingK1: autoDraw = False
551.9836 EXP ratingK2: autoDraw = False
551.9836 EXP ratingK3: autoDraw = False
551.9836 EXP text_4: autoDraw = False
551.9836 EXP text_5: alignHoriz = 'left'
551.9836 EXP image_2: image = u'./greyInner/KaleyCuoco(Penny)7_1_cut.png'
551.9836 EXP text_5: autoDraw = True
551.9836 EXP image_2: autoDraw = True
551.9836 EXP text_5: text = u'Name?\n\n'
552.0671 DATA Mouse: Left button up, pos=(627,305)
580.6218 DATA Keypress: return
580.6392 EXP New trial (rep=0, index=16): {'num': 6, 'pic': u'./greyInner/AngelaMerkel1_1_cut.png'}
580.6446 EXP RatingScale ratingBekannt: reset()
580.6549 EXP text_5: autoDraw = False
580.6549 EXP image_2: autoDraw = False
580.6549 EXP imageBekannt: image = u'./greyInner/AngelaMerkel1_1_cut.png'
580.6549 EXP imageBekannt: autoDraw = True
580.6549 EXP ratingBekannt: autoDraw = True
580.6549 EXP text_6: autoDraw = True
583.4874 DATA Mouse: Left button down, pos=(474,303)
583.4888 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
583.4888 DATA RatingScale ratingBekannt: rating RT=2.844
583.4889 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 2.843)]
583.5101 EXP RatingScale ratingK1: reset()
583.5102 EXP RatingScale ratingK2: reset()
583.5102 EXP RatingScale ratingK3: reset()
583.5203 EXP imageBekannt: autoDraw = False
583.5203 EXP ratingBekannt: autoDraw = False
583.5203 EXP text_6: autoDraw = False
583.5203 EXP image_3: image = u'./greyInner/AngelaMerkel1_1_cut.png'
583.5203 EXP image_3: autoDraw = True
583.5203 EXP ratingK1: autoDraw = True
583.5203 EXP ratingK2: autoDraw = True
583.5203 EXP ratingK3: autoDraw = True
583.5203 EXP text_4: autoDraw = True
583.5706 DATA Mouse: Left button up, pos=(474,303)
584.7869 DATA Mouse: Left button down, pos=(560,115)
584.7901 DATA RatingScale ratingK3: (mouse single-click) rating=polit
584.7902 DATA RatingScale ratingK3: rating RT=1.277
584.7902 DATA RatingScale ratingK3: history=[(None, 0.0), ('polit', 1.277)]
584.8195 EXP image_3: autoDraw = False
584.8195 EXP ratingK1: autoDraw = False
584.8195 EXP ratingK2: autoDraw = False
584.8195 EXP ratingK3: autoDraw = False
584.8195 EXP text_4: autoDraw = False
584.8195 EXP text_5: alignHoriz = 'left'
584.8195 EXP image_2: image = u'./greyInner/AngelaMerkel1_1_cut.png'
584.8195 EXP text_5: autoDraw = True
584.8195 EXP image_2: autoDraw = True
584.8195 EXP text_5: text = u'Name?\n\n'
584.9366 DATA Mouse: Left button up, pos=(560,115)
585.7531 DATA Keypress: lshift
585.9863 DATA Keypress: a
586.3694 DATA Keypress: n
586.5862 DATA Keypress: g
586.7694 DATA Keypress: e
587.1525 DATA Keypress: l
587.3024 DATA Keypress: a
587.5690 DATA Keypress: space
587.6856 DATA Keypress: less
587.8190 DATA Keypress: comma
588.8515 DATA Keypress: lshift
589.1350 DATA Keypress: m
589.5183 DATA Keypress: e
589.6348 DATA Keypress: r
590.4178 DATA Keypress: k
590.5511 DATA Keypress: e
590.7345 DATA Keypress: l
591.4675 DATA Keypress: return
591.4850 EXP New trial (rep=0, index=17): {'num': 169, 'pic': u'./greyInner/RobertSeanLeonard(Wilson)2_6_cut.png'}
591.5385 EXP RatingScale ratingBekannt: reset()
591.5503 EXP text_5: autoDraw = False
591.5503 EXP image_2: autoDraw = False
591.5503 EXP imageBekannt: image = u'./greyInner/RobertSeanLeonard(Wilson)2_6_cut.png'
591.5503 EXP imageBekannt: autoDraw = True
591.5503 EXP ratingBekannt: autoDraw = True
591.5503 EXP text_6: autoDraw = True
595.9654 DATA Mouse: Left button down, pos=(838,312)
595.9668 DATA RatingScale ratingBekannt: (mouse single-click) rating=2.nein
595.9669 DATA RatingScale ratingBekannt: rating RT=4.428
595.9669 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'2.nein', 4.428)]
596.0336 EXP RatingScale ratingK1: reset()
596.0336 EXP RatingScale ratingK2: reset()
596.0337 EXP RatingScale ratingK3: reset()
596.0341 DATA Mouse: Left button up, pos=(838,312)
596.0487 EXP imageBekannt: autoDraw = False
596.0487 EXP ratingBekannt: autoDraw = False
596.0487 EXP text_6: autoDraw = False
596.0487 EXP image_3: image = u'./greyInner/RobertSeanLeonard(Wilson)2_6_cut.png'
596.0487 EXP image_3: autoDraw = True
596.0487 EXP ratingK1: autoDraw = True
596.0487 EXP ratingK2: autoDraw = True
596.0487 EXP ratingK3: autoDraw = True
596.0487 EXP text_4: autoDraw = True
598.3312 DATA Mouse: Left button down, pos=(702,310)
598.3327 DATA RatingScale ratingK1: (mouse single-click) rating=dummy
598.3328 DATA RatingScale ratingK1: rating RT=2.298
598.3328 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 2.298)]
598.4140 EXP image_3: autoDraw = False
598.4140 EXP ratingK1: autoDraw = False
598.4140 EXP ratingK2: autoDraw = False
598.4140 EXP ratingK3: autoDraw = False
598.4140 EXP text_4: autoDraw = False
598.4140 EXP text_5: alignHoriz = 'left'
598.4140 EXP image_2: image = u'./greyInner/RobertSeanLeonard(Wilson)2_6_cut.png'
598.4140 EXP text_5: autoDraw = True
598.4140 EXP image_2: autoDraw = True
598.4651 DATA Mouse: Left button up, pos=(702,310)
599.5308 DATA Keypress: return
599.5480 EXP New trial (rep=0, index=18): {'num': 76, 'pic': u'./greyInner/GeorgeClooney11_1_cut.png'}
599.5509 EXP RatingScale ratingBekannt: reset()
599.5637 EXP text_5: autoDraw = False
599.5637 EXP image_2: autoDraw = False
599.5637 EXP imageBekannt: image = u'./greyInner/GeorgeClooney11_1_cut.png'
599.5637 EXP imageBekannt: autoDraw = True
599.5637 EXP ratingBekannt: autoDraw = True
599.5637 EXP text_6: autoDraw = True
604.0621 DATA Mouse: Left button down, pos=(487,314)
604.0635 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
604.0635 DATA RatingScale ratingBekannt: rating RT=4.512
604.0636 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 4.512)]
604.0820 EXP RatingScale ratingK1: reset()
604.0821 EXP RatingScale ratingK2: reset()
604.0821 EXP RatingScale ratingK3: reset()
604.0952 EXP imageBekannt: autoDraw = False
604.0952 EXP ratingBekannt: autoDraw = False
604.0952 EXP text_6: autoDraw = False
604.0952 EXP image_3: image = u'./greyInner/GeorgeClooney11_1_cut.png'
604.0952 EXP image_3: autoDraw = True
604.0952 EXP ratingK1: autoDraw = True
604.0952 EXP ratingK2: autoDraw = True
604.0952 EXP ratingK3: autoDraw = True
604.0952 EXP text_4: autoDraw = True
604.1953 DATA Mouse: Left button up, pos=(487,314)
605.1284 DATA Mouse: Left button down, pos=(587,309)
605.1300 DATA RatingScale ratingK1: (mouse single-click) rating=act
605.1301 DATA RatingScale ratingK1: rating RT=1.047
605.1301 DATA RatingScale ratingK1: history=[(None, 0.0), ('dummy', 0.001), ('act', 0.881), ('act', 1.047)]
605.1613 EXP image_3: autoDraw = False
605.1613 EXP ratingK1: autoDraw = False
605.1613 EXP ratingK2: autoDraw = False
605.1613 EXP ratingK3: autoDraw = False
605.1613 EXP text_4: autoDraw = False
605.1613 EXP text_5: alignHoriz = 'left'
605.1613 EXP image_2: image = u'./greyInner/GeorgeClooney11_1_cut.png'
605.1613 EXP text_5: autoDraw = True
605.1613 EXP image_2: autoDraw = True
605.1613 EXP text_5: text = u'Name?\n\n'
605.2449 DATA Mouse: Left button up, pos=(587,309)
606.6777 DATA Keypress: lshift
606.8610 DATA Keypress: lshift
608.4102 DATA Keypress: g
609.5266 DATA Keypress: e
609.8764 DATA Keypress: o
610.0431 DATA Keypress: r
610.2595 DATA Keypress: g
610.3926 DATA Keypress: e
610.5428 DATA Keypress: space
611.9922 DATA Keypress: lshift
612.2420 DATA Keypress: k
612.5087 DATA Keypress: l
612.6918 DATA Keypress: u
613.2750 DATA Keypress: n
613.4415 DATA Keypress: i
614.6910 DATA Keypress: return
614.7087 EXP New trial (rep=0, index=19): {'num': 208, 'pic': u'./greyInner/WillSmith4_1_cut.png'}
614.7169 EXP RatingScale ratingBekannt: reset()
614.7239 EXP text_5: autoDraw = False
614.7239 EXP image_2: autoDraw = False
614.7239 EXP imageBekannt: image = u'./greyInner/WillSmith4_1_cut.png'
614.7239 EXP imageBekannt: autoDraw = True
614.7239 EXP ratingBekannt: autoDraw = True
614.7239 EXP text_6: autoDraw = True
618.6075 DATA Mouse: Left button down, pos=(462,301)
618.6076 DATA RatingScale ratingBekannt: (mouse single-click) rating=1.ja
618.6076 DATA RatingScale ratingBekannt: rating RT=3.890
618.6077 DATA RatingScale ratingBekannt: history=[(None, 0.0), (u'1.ja', 3.89)]
618.6311 EXP RatingScale ratingK1: reset()
618.6312 EXP RatingScale ratingK2: reset()
618.6312 EXP RatingScale ratingK3: reset()
618.6388 EXP imageBekannt: autoDraw = False
618.6388 EXP ratingBekannt: autoDraw = False
618.6388 EXP text_6: autoDraw = False
618.6388 EXP image_3: image = u'./greyInner/WillSmith4_1_cut.png'
618.6388 EXP image_3: autoDraw = True
618.6388 EXP ratingK1: autoDraw = True
618.6388 EXP ratingK2: autoDraw = True
618.6388 EXP ratingK3: autoDraw = True
618.6388 EXP text_4: autoDraw = True
618.7752 DATA Mouse: Left button up, pos=(462,301)
627.1692 DATA Mouse: Left button down, pos=(591,316)
627.1708 DATA RatingScale ratingK1: (mouse single-click) rating=act
627.1709 DATA RatingScale ratingK1: rating RT=8.539