diff --git a/cell_overview.py b/cell_overview.py index c98d042..c10be43 100644 --- a/cell_overview.py +++ b/cell_overview.py @@ -8,7 +8,12 @@ import os def main(): # plot_visualizations("cells/") - full_overview("cells/master_table.csv", "cells/") + # full_overview("cells/master_table.csv", "cells/") + + for cell_data in icelldata_of_dir("data/invivo_bursty/", test_for_v1_trace=False): + baseline = BaselineCellData(cell_data) + baseline.save_values(cell_data.get_data_path()) + def move_rejected_cell_data():