bin.convert_marketin_beta_decays Namespace Reference

Variables

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

Variable Documentation

◆ atmp

bin.convert_marketin_beta_decays.atmp = int(row["A"])

Definition at line 40 of file convert_marketin_beta_decays.py.

◆ df

bin.convert_marketin_beta_decays.df = pd.read_csv(path,names=header, comment='#',delim_whitespace=True)

Definition at line 35 of file convert_marketin_beta_decays.py.

◆ elname

list bin.convert_marketin_beta_decays.elname
Initial value:
1 = ['neutron','h','he','li','be','b','c','n','o','f','ne','na','mg','al','si','p','s','cl','ar','k','ca','sc','ti','v','cr','mn','fe',
2  'co','ni','cu','zn','ga','ge','as','se','br','kr','rb','sr','y','zr','nb','mo','tc','ru','rh','pd','ag','cd','in','sn','sb',
3  'te', 'i','xe','cs','ba','la','ce','pr','nd','pm','sm','eu','gd','tb','dy','ho','er','tm','yb','lu','hf','ta','w','re','os',
4  'ir','pt','au','hg','tl','pb','bi','po','at','rn','fr','ra','ac','th','pa','u','np','pu','am','cm','bk','cf','es','fm','md',
5  'no','lr','rf','db','sg','bh','hs','mt','ds','rg','ub','ut','uq','up','uh','us','uo']

Definition at line 11 of file convert_marketin_beta_decays.py.

◆ Enu

bin.convert_marketin_beta_decays.Enu = row["<E_nu> [MeV]"]

Definition at line 45 of file convert_marketin_beta_decays.py.

◆ Etot

bin.convert_marketin_beta_decays.Etot = row[["<E_e> [MeV]","<E_nu> [MeV]", "<E_gamma> [MeV]"]].sum()

Definition at line 44 of file convert_marketin_beta_decays.py.

◆ halflive

bin.convert_marketin_beta_decays.halflive = row["T_1/2 [s]"]

Definition at line 43 of file convert_marketin_beta_decays.py.

◆ header

bin.convert_marketin_beta_decays.header = linesplit[linesplit!=""]

Definition at line 32 of file convert_marketin_beta_decays.py.

◆ lines

bin.convert_marketin_beta_decays.lines = f.readlines()

Definition at line 23 of file convert_marketin_beta_decays.py.

◆ linesplit

bin.convert_marketin_beta_decays.linesplit = line.split(" ")[1:]

Definition at line 27 of file convert_marketin_beta_decays.py.

◆ name

list bin.convert_marketin_beta_decays.name = elname[ztmp]+str(atmp)

Definition at line 41 of file convert_marketin_beta_decays.py.

◆ out

string bin.convert_marketin_beta_decays.out = ""

Definition at line 37 of file convert_marketin_beta_decays.py.

◆ path

string bin.convert_marketin_beta_decays.path = "betadecay_supplemental_material.dat"

Definition at line 20 of file convert_marketin_beta_decays.py.

◆ pns

bin.convert_marketin_beta_decays.pns = np.zeros(11)

Definition at line 51 of file convert_marketin_beta_decays.py.

◆ ztmp

bin.convert_marketin_beta_decays.ztmp = int(row["Z"])

Definition at line 39 of file convert_marketin_beta_decays.py.