plotting and video stuff
@ -577,6 +577,7 @@ def main(base_path):
|
||||
def event_time_plot_with_agonistic_dur(conv_t_numpy, centered_communication, chase_dur_dist,
|
||||
centered_raster_times, jack_pct, max_dt, title='', chase_on_centered=True):
|
||||
fig = plt.figure(figsize=(20 / 2.54, 12 / 2.54))
|
||||
# fig = plt.figure(figsize=(14 / 2.54, 8 / 2.54))
|
||||
gs = gridspec.GridSpec(1, 1, left=0.1, bottom=0.125 , right=0.9, top=0.95)
|
||||
ax = fig.add_subplot(gs[0, 0])
|
||||
perm_p1, perm_p50, perm_p99, jk_p1, jk_p50, jk_p99, event_counts = centered_communication
|
||||
@ -637,7 +638,7 @@ def event_time_plot_with_agonistic_dur(conv_t_numpy, centered_communication, cha
|
||||
save_str = title.replace(' ', '_').replace('{', '').replace('}', '').replace('$', '')
|
||||
if not save_path.exists():
|
||||
save_path.mkdir(parents=True, exist_ok=True)
|
||||
plt.savefig(save_path / f'{save_str}.png', dpi=300)
|
||||
plt.savefig(save_path / f'xx_{save_str}.png', dpi=300)
|
||||
plt.close()
|
||||
|
||||
|
||||
|
@ -32,7 +32,7 @@ def main(folder, dt):
|
||||
lose_id = meta.loc[filename, 'Lose_ID']
|
||||
rise_bboxes = pd.read_csv(pathlib.Path(folder) / "risedetector_bboxes.csv", sep=',')
|
||||
chirp_bboxes = pd.read_csv(pathlib.Path(folder) / "chirpdetector_bboxes.csv", sep=',')
|
||||
rise_times = rise_bboxes['t0'][rise_bboxes['id'] == lose_id].to_numpy()
|
||||
rise_times = rise_bboxes['event_time'][rise_bboxes['id'] == lose_id].to_numpy()
|
||||
chirp_times = chirp_bboxes['chirp_times'][(chirp_bboxes['assigned_track'] == lose_id)].to_numpy()
|
||||
|
||||
# ToDo: rise and chipt times to times idxs!!!
|
||||
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 342 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 352 KiB |
Before Width: | Height: | Size: 383 KiB After Width: | Height: | Size: 386 KiB |
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 376 KiB |
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 385 KiB |
Before Width: | Height: | Size: 348 KiB After Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 327 KiB After Width: | Height: | Size: 327 KiB |
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 353 KiB |
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 339 KiB |
Before Width: | Height: | Size: 481 KiB After Width: | Height: | Size: 479 KiB |
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 310 KiB |
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 383 KiB After Width: | Height: | Size: 386 KiB |
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 319 KiB |
Before Width: | Height: | Size: 397 KiB After Width: | Height: | Size: 398 KiB |
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 368 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 355 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 366 KiB |
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 344 KiB |
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 307 KiB |