File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -219,17 +219,16 @@ def get_ME(eid, video_type):
219219 return Times , ME
220220
221221
222- Times = cam0 ['times' ]
223222
224223def get_example_images (eid ):
225224
226225
227- eids = get_repeated_sites ()
228- # eid = eids[23]
229- # video_type = 'body'
226+ # eids = get_repeated_sites()
227+ ## eid = eids[23]
228+ ## video_type = 'body'
230229
231- #eids = ['15f742e1-1043-45c9-9504-f1e8a53c1744']
232- eids = ['4a45c8ba-db6f-4f11-9403-56e06a33dfa4' ]
230+ # #eids = ['15f742e1-1043-45c9-9504-f1e8a53c1744']
231+ # eids = ['4a45c8ba-db6f-4f11-9403-56e06a33dfa4']
233232 frts = {'body' :30 , 'left' :60 ,'right' :150 }
234233
235234 one = ONE ()
@@ -1265,7 +1264,6 @@ def plot_all(eid):
12651264
12661265 plt .tight_layout ()
12671266
1268- s2 = ' ' .join (l )
12691267
12701268 # print QC outcome in title and DLC task version
12711269 one = ONE ()
@@ -1338,7 +1336,7 @@ def plot_all(eid):
13381336 plt .tight_layout (rect = [0 , 0.03 , 1 , 0.95 ])
13391337 #plt.savefig(f'/home/mic/reproducible_dlc/overviewJune/{eid}.png')
13401338 #plt.savefig(f'/home/mic/reproducible_dlc/all_DLC/{s1}_{eid}.png')
1341- plt .savefig (f'/home/mic/reproducible_dlc/miles_QC_update /{ s1 } _{ eid } .png' )
1339+ plt .savefig (f'/home/mic/reproducible_dlc/motor_correlate /{ s1 } _{ eid } .png' )
13421340 plt .close ()
13431341
13441342
You can’t perform that action at this time.
0 commit comments