recalculate the baseline variables
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user