File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
},
36
36
{
37
37
"cell_type" : " code" ,
38
- "execution_count" : 3 ,
38
+ "execution_count" : 2 ,
39
39
"id" : " 6193b269-fbac-46de-9404-e9fc4097c068" ,
40
40
"metadata" : {
41
41
"tags" : []
42
42
},
43
43
"outputs" : [],
44
44
"source" : [
45
45
" # reconstructed movie of CaImAn Sue demo movie after running motion correction and CNMF algorithms\n " ,
46
- " movie = np.load('/home/clewis7/Desktop/scipy_demos /rcm.npy')\n " ,
46
+ " movie = np.load('/home/clewis7/repos/fastplotlib-scipy2023/data /rcm.npy')\n " ,
47
47
" \n " ,
48
48
" # temporal traces of identified neurons\n " ,
49
- " temporal = np.load('/home/clewis7/Desktop/scipy_demos /temporal.npy')\n " ,
49
+ " temporal = np.load('/home/clewis7/repos/fastplotlib-scipy2023/data /temporal.npy')\n " ,
50
50
" \n " ,
51
51
" # contours of identified neurons\n " ,
52
- " contours = np.load('/home/clewis7/Desktop/scipy_demos /contours.npy', allow_pickle=True)"
52
+ " contours = np.load('/home/clewis7/repos/fastplotlib-scipy2023/data /contours.npy', allow_pickle=True)"
53
53
]
54
54
},
55
55
{
56
56
"cell_type" : " code" ,
57
- "execution_count" : 4 ,
57
+ "execution_count" : 3 ,
58
58
"id" : " 6017327f-b197-4d1a-a6d0-36d9712957b1" ,
59
59
"metadata" : {
60
60
"tags" : []
66
66
" (3000, 170, 170)"
67
67
]
68
68
},
69
- "execution_count" : 4 ,
69
+ "execution_count" : 3 ,
70
70
"metadata" : {},
71
71
"output_type" : " execute_result"
72
72
}
77
77
},
78
78
{
79
79
"cell_type" : " code" ,
80
- "execution_count" : 6 ,
80
+ "execution_count" : 4 ,
81
81
"id" : " f0df4095-d3cb-42b0-8330-a54681ed4b7f" ,
82
82
"metadata" : {
83
83
"tags" : []
89
89
" (155, 3000)"
90
90
]
91
91
},
92
- "execution_count" : 6 ,
92
+ "execution_count" : 4 ,
93
93
"metadata" : {},
94
94
"output_type" : " execute_result"
95
95
}
100
100
},
101
101
{
102
102
"cell_type" : " code" ,
103
- "execution_count" : 7 ,
103
+ "execution_count" : 5 ,
104
104
"id" : " 0d236133-7a66-42a3-b493-c999368e9fac" ,
105
105
"metadata" : {
106
106
"tags" : []
112
112
" (155,)"
113
113
]
114
114
},
115
- "execution_count" : 7 ,
115
+ "execution_count" : 5 ,
116
116
"metadata" : {},
117
117
"output_type" : " execute_result"
118
118
}
You can’t perform that action at this time.
0 commit comments