pscotti commited on
Commit
ee652c1
1 Parent(s): a0048c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -5,21 +5,21 @@ Using these files requires that you have already agreed to the Natural Scenes Da
5
  behavior numpy files correspond to the following order, in relation to the variables listed here: https://cvnlab.slite.page/p/fRv4lz5V2F/Untitled
6
 
7
  behavior = {
8
- "cocoidx": int(behav.iloc[jj]['73KID'])-1, #0
9
- "subject": subject, #1
10
- "session": int(behav.iloc[jj]['SESSION']), #2
11
- "run": int(behav.iloc[jj]['RUN']), #3
12
- "trial": int(behav.iloc[jj]['TRIAL']), #4
13
- "global_trial": int(i * (tar + 1)), #5
14
- "time": int(behav.iloc[jj]['TIME']), #6
15
- "isold": int(behav.iloc[jj]['ISOLD']), #7
16
- "iscorrect": iscorrect, #8
17
- "rt": rt, # 0 = no RT #9
18
- "changemind": changemind, #10
19
- "isoldcurrent": isoldcurrent, #11
20
- "iscorrectcurrent": iscorrectcurrent, #12
21
- "total1": total1, #13
22
- "total2": total2, #14
23
- "button": button, #15
24
- "shared1000": is_shared1000, #16
25
  }
 
5
  behavior numpy files correspond to the following order, in relation to the variables listed here: https://cvnlab.slite.page/p/fRv4lz5V2F/Untitled
6
 
7
  behavior = {
8
+ - "cocoidx": int(behav.iloc[jj]['73KID'])-1, #0
9
+ - "subject": subject, #1
10
+ - "session": int(behav.iloc[jj]['SESSION']), #2
11
+ - "run": int(behav.iloc[jj]['RUN']), #3
12
+ - "trial": int(behav.iloc[jj]['TRIAL']), #4
13
+ - "global_trial": int(i * (tar + 1)), #5
14
+ - "time": int(behav.iloc[jj]['TIME']), #6
15
+ - "isold": int(behav.iloc[jj]['ISOLD']), #7
16
+ - "iscorrect": iscorrect, #8
17
+ - "rt": rt, # 0 = no RT #9
18
+ - "changemind": changemind, #10
19
+ - "isoldcurrent": isoldcurrent, #11
20
+ - "iscorrectcurrent": iscorrectcurrent, #12
21
+ - "total1": total1, #13
22
+ - "total2": total2, #14
23
+ - "button": button, #15
24
+ - "shared1000": is_shared1000, #16
25
  }