convert_marketin_beta_decays.py File Reference

Go to the source code of this file.

Namespaces

 bin.convert_marketin_beta_decays
 

Variables

list bin.convert_marketin_beta_decays.elname
 
string bin.convert_marketin_beta_decays.path = "betadecay_supplemental_material.dat"
 
 bin.convert_marketin_beta_decays.lines = f.readlines()
 
 bin.convert_marketin_beta_decays.linesplit = line.split(" ")[1:]
 
 bin.convert_marketin_beta_decays.header = linesplit[linesplit!=""]
 
 bin.convert_marketin_beta_decays.df = pd.read_csv(path,names=header, comment='#',delim_whitespace=True)
 
string bin.convert_marketin_beta_decays.out = ""
 
 bin.convert_marketin_beta_decays.ztmp = int(row["Z"])
 
 bin.convert_marketin_beta_decays.atmp = int(row["A"])
 
list bin.convert_marketin_beta_decays.name = elname[ztmp]+str(atmp)
 
 bin.convert_marketin_beta_decays.halflive = row["T_1/2 [s]"]
 
 bin.convert_marketin_beta_decays.Etot = row[["<E_e> [MeV]","<E_nu> [MeV]", "<E_gamma> [MeV]"]].sum()
 
 bin.convert_marketin_beta_decays.Enu = row["<E_nu> [MeV]"]
 
 bin.convert_marketin_beta_decays.pns = np.zeros(11)