susceptibility1/cells_suscept.py
2024-03-04 15:55:30 +01:00

12 lines
473 B
Python

from utils_suseptibility import ampullary_punit
from utils_all import p_units_to_show
#from utils_all import load_folder_name
#from plt_RAM import plt_punit
from IPython import embed
if __name__ == '__main__':
cells_plot2 = p_units_to_show(type_here = 'contrasts')
ampullary_punit(eod_metrice = False, color_same = False, fr_name = '$f_{base}$', cells_plot2=[cells_plot2[0]], isi_delta = 5, titles=['Low-CV P-unit,'],tags_individual = True, xlim_p = [0,1.15])