recalculate the baseline variables
This commit is contained in:
parent
51d8f72c06
commit
d265449d75
@ -8,7 +8,12 @@ import os
|
|||||||
def main():
|
def main():
|
||||||
|
|
||||||
# plot_visualizations("cells/")
|
# 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():
|
def move_rejected_cell_data():
|
||||||
|
Loading…
Reference in New Issue
Block a user