Plot_me.py File Reference

Go to the source code of this file.

Namespaces

 Plot_me
 

Variables

 Plot_me.folders = np.array(os.listdir('.'))
 
 Plot_me.folder_mask = list(map(lambda x: 'bbn_' in x, folders))
 
 Plot_me.etas = np.array(list(map(lambda x: float(x.replace('bbn_','')), folders)))
 
 Plot_me.key = np.argsort(etas)
 
list Plot_me.he_list = []
 
list Plot_me.hydrogren_list = []
 
list Plot_me.d_list = []
 
list Plot_me.he3_list = []
 
list Plot_me.li7_list = []
 
 Plot_me.path = f
 
 Plot_me.hydrogen = Y[(A==1) & (Z==1)][0]
 
 Plot_me.he = Y[(A==4) & (Z==2)][0]
 
 Plot_me.d = Y[(A==2) & (Z==1)][0]
 
 Plot_me.he3 = Y[(A==3) & (Z==2)][0]
 
 Plot_me.li7 = Y[(A==7) & (Z==3)][0]
 
 Plot_me.be7 = Y[(A==7) & (Z==4)][0]
 
 Plot_me.alpha = 0.3
 
 Plot_me.va
 
 Plot_me.rotation
 
 Plot_me.ind = np.argmin(abs(etas - 6.275e-11))
 
list Plot_me.h = hydrogren_list[ind]