問題タブ [psychopy]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
242 参照

psychopy - PsychoPy Builder で円グラフを描画するにはどうすればよいですか

既存のビルダー スクリプトで使用する円グラフの半分を作成したいのですが、どうすればよいかわかりません。(実際にはスピードメーターを実装します)

誰か提案はありますか?

私は、いくつかのPythonコードに浸る必要があることに気づきました。

Google グループのこの古い投稿https://groups.google.com/forum/#!topic/psychopy-users/JcnS7ZtuVlMは、pylab を利用したサンプル コードを提供していますが、Builder にドロップされたときに動作させることができませんでした。

ありがとう、

0 投票する
2 に答える
264 参照

psychopy - display depth of stimulus (front, back, behind in front)

According to http://www.psychopy.org/api/visual/textstim.html 'depth' is now deprecated and 'Depth is now controlled simply by drawing order.'

I'm using Builder 1.80.06 and have most stimuli defined in Routine dialogs but I need to draw some at runtime using code and I want them to go behind the other stimuli but can't work out how to do this.

Is there any way this can be done now?

0 投票する
1 に答える
279 参照

c# - Installing PsychoPy as a third party package in Ironpython

I've been using IronPython to use functions in a C# .dll class library. I have also been using another set of packages called Psychopy. However, IronPython does not recognize Pyschopy packages. I tried placing a .pth file that said the following in IronPython's site-packages folder: C:/Program Files (x86)/PsychoPy2/Lib/site-packages/PsychoPy-1.80.03-py2.7.egg

I then changed the sys.prefix, sys.exec_prefix variables in site.py to "C:/Program Files (x86)/IronPython 2.7". Then, I went to the command line and in the ironpython shell, I tried to import psychopy. I received the following error:

I was wondering if anyone know how to install thrid party packages in Ironpython.

0 投票する
1 に答える
549 参照

psychopy - PsychoPy Coder: キー応答でループを終了する際の問題

参加者が刺激のサイズを継続的に (フレームごとに) 変更できる実験を実行しようとしました (つまり、UP キーを押し続けるとサイズが大きくなり、DOWN キーを押すとサイズが小さくなります)、ENTER を使用して確認します。鍵。pyglet から Key.StateHandle() を使用すると便利であり、基本的に私のコードは意図したとおりに機能することがわかりました。ただし、いくつかの「試行」がスキップされていることがわかりました。

これが私のコードです:

このルーチンは 5 回の試行につながるはずですが、一部の試行はスキップされます。プロトタイプの出力は次のとおりです。

スキップされた試行の順序も可変です。2 台の異なるコンピューター (Ubuntu/Windows 7) で問題が発生しました。私のコードに明らかなエラーはありますか、または別の方法で実験をコーディングする方法についてアドバイスはありますか?

0 投票する
2 に答える
1791 参照

psychopy - eye-tribe アイトラッカーをサイコピーに組み込む

私はサイコピーを使った実験を計画しています。eye-tribe eye-trackerでも眼球運動データを取得したいと考えています。

eyetribe の Sol のコードを見ました。pyTribe.py の使用方法に関するチュートリアルや指示はありますか?

ありがとう!

https://github.com/psychopy/psychopy/blob/7a6ffe699341338d1054f930b17e3027f11bc96d/psychopy/iohub/devices/eyetracker/hw/theeyetribe/pyTribe.py

ジボ

0 投票する
1 に答える
694 参照

timer - サイコピーでの実験刺激の可視タイマーの作成

フォーラムは初めてですが、ご協力をよろしくお願いいたします。私は一連の .jpg を持っており、ユーザーがそこに含まれる情報を調べているときに表示されます。説明書には、各 jpg を最大 120 秒間調べることができると記載されています。120 秒の制限の後に jpg が進むように、既にコーディングしています。

問題は、jpg を調べているときに時計/タイマー/ストップウォッチ機能をユーザーに表示する方法がわからないことです。目に見える時計を刺激に重ね合わせて、学習時間が終わったときに誰も驚かないようにする方法はありますか?

注: コーディングは初めてなので、可能であれば一般的な専門用語を使用してください。

ありがとうございました!

0 投票する
1 に答える
470 参照

psychopy - いくつかのパラメータ条件を満たすCSVファイルからランダムなデータを取得します

次のような CSV ファイルがあります。

現在、値「$arg」を「テキスト要素」に入れるだけで、「arg」列からランダムな値を取得できます</p>

私の質問は、「テキスト要素」や「コード要素」などの「ビルダー ビュー」を使用するだけで、条件 $cond='P' を満たす行に属する値をランダムに取得することは可能ですか?

0 投票する
1 に答える
248 参照

python-2.7 - ValueError: invalid literal for init() with base 10 - psychopy gamma correction PR650

I am attempting to gamma correct my screen and do a chromatic calibration using a PR650, Psychopy (latest version) and Mac OSx with Mavericks.

When running the gamma calibration without the PR650 attached I don't get any errors, but with it attached the psychopy freezes after one measurement and the below error is given. I am new to psychopy and so any help would be great!

#xA;