Skip to content

Commit a89d8d3

Browse files
authored
Update overview_plot_dlc.py
1 parent 1d93820 commit a89d8d3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

dlc/overview_plot_dlc.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,16 @@ def get_ME(eid, video_type):
219219
return Times, ME
220220

221221

222-
Times = cam0['times']
223222

224223
def 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

0 commit comments

Comments
 (0)