AllenNeuralDynamics / AllenNeuralDynamics/aind-dynamic-foraging-data-utils

No reward trials somehow still have reward_time listed

オープン
#52 コメント 7 件 リアクション 0 件 担当者 1 名 @rachelstephlee が担当を希望しています GitHub で見る
主要言語
Python
スター
2
フォーク
0
平均マージ
1日 10時間
マージ済み PR(30日)
3

説明

Related to the https://github.com/AllenNeuralDynamics/aind-dynamic-foraging-data-utils/issues/49, sometimes unrewarded trials will have a reward_time listed.

This is found by:
```
buggy_trials = nwb.df_trials[(nwb.df_trials['reward'] == 0) & (~np.isnan(nwb.df_trials['reward_time']))]

buggy_trials[['reward', 'animal_response', 'reward_time', 'reward_outcome_time']]
```

Note that the `animal_response` isn't 2, which means no response, for these trials, so isn't that the animal didn't respond and somehow got a reward_time recorded.

The trials that have this issue drop dramatically if we use the correct goCue timing for t0 in https://github.com/AllenNeuralDynamics/aind-dynamic-foraging-data-utils/issues/49.

Bug was found originally in mouse 705599, session 2024-06-27_12-22-52, data asset ID: 659b036d-a469-477d-ba62-95b81e2aac43

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。