10 lines
471 B
Python
10 lines
471 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}$', tags_individual = True, isi_delta = 5, cells_plot2=[cells_plot2[1]], titles=['High-CV P-unit,', 'Ampullary cell,'],) |