% \iffalse meta-comment % !TEX program = pdfLaTeX %<*internal> \iffalse % %<*readme> ---------------------------------------------------------------- nucleardata --- Getting info about nuclides into LaTeX documents E-mail: bnettles@uu.edu Released under the LaTeX Project Public License v1.3c or later See http://www.latex-project.org/lppl.txt Version Date: 04/04/2018 ---------------------------------------------------------------- This package provides data and commands for including nuclear and atomic mass and energy data in LaTeX documents. It uses the PythonTeX package and requires pythontex.exe to be called with the tex file as the argument. It reads data from two different csv files: elementlist.csv and massdata.csv which are normally stored in the same folder as the nucleardata.sty file (dist/tex/latex/nucleardata). The massdata.csv file was created from 2017 ENSDF data files and the file mass16round.txt from ``The Ame2016 atomic mass evaluation '' by W. J. Huang, G.Audi, Meng Wang, F. G. Kondev, S. Naimi, and Xing Xu, _Chinese Physics C_ Vol. 41, No. 3 (2017) 030002 and 030003. Also see https://www-nds.iaea.org/amdc/ Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of April, 2018. % %<*internal> \fi \def\nameofplainTeX{plain} \ifx\fmtname\nameofplainTeX\else \expandafter\begingroup \fi % %<*install> \input docstrip.tex \keepsilent \askforoverwritefalse \preamble ---------------------------------------------------------------- nucleardata --- Getting info about nuclides into LaTeX documents E-mail: bnettles@uu.edu Released under the LaTeX Project Public License v1.3c or later See http://www.latex-project.org/lppl.txt Version Date: 04/04/2018 ---------------------------------------------------------------- \endpreamble \postamble Copyright (C) 2015-2018 by Bill Nettles This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version. The latest version of this license is in the file: http://www.latex-project.org/lppl.txt This work is "maintained" (as per LPPL maintenance status) by Bill Nettles. This work consists of the file nucleardata.dtx and the derived files nucleardata.ins, nucleardata.pdf, nucleardata.sty, elementlist.csv, massdata.csv, nuccommandtest.tex, nuccommandtext.pdf Version Date: 04/04/2018 \endpostamble \usedir{./} \generate{ \file{\jobname.sty}{\from{\jobname.dtx}{package}} } % %\endbatchfile %<*internal> \usedir{./} \generate{ \file{\jobname.ins}{\from{\jobname.dtx}{install}} } \nopreamble\nopostamble \usedir{./} \generate{\file{README.}{\from{\jobname.dtx}{readme}}} \nopreamble\nopostamble \generate{\file{massdata.csv}{\from{\jobname.dtx}{csv1}}} \nopreamble\nopostamble \generate{\file{elementlist.csv}{\from{\jobname.dtx}{csv2}}} \ifx\fmtname\nameofplainTeX \expandafter\endbatchfile \else \expandafter\endgroup \fi % % %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{nucleardata}[2018/04/04 v1.1 LaTeX package for providing basic nuclear properties to documents efficiently] \RequirePackage{pythontex} \RequirePackage{siunitx} % % %<*driver> \documentclass{ltxdoc} \usepackage[T1]{fontenc} \usepackage{lmodern} \usepackage{\jobname} \usepackage[numbered]{hypdoc} \usepackage{isotope} \EnableCrossrefs \RecordChanges \begin{document} \DocInput{\jobname.dtx} \end{document} % % % \fi % % \CheckSum{0} % %\GetFileInfo{\jobname.sty} % %\title{^^A % \textsf{nucleardata} --- provides nuclide information\thanks{^^A % This file describes version \fileversion, last revised \filedate.^^A % }^^A %} %\author{^^A % Bill Nettles\thanks{E-mail: bnettles@uu.edu}^^A %} %\date{Released \filedate} % %\maketitle % %\changes{v1.00}{2015/11/15}{Initial Public Release} %\changes{v1.01}{2015/11/18}{getIsotopes() returns an integer list; getHalfLifeValue returns a float} %\changes{v1.01b}{2016/01/06}{getIsotopes() bug fix; calls to timeenergy(), time_dict, units_dict bug fixes} %\changes{v1.01c}{2016/04/01}{add macros to generate random lists of isotopes and a valid random A for given Z} %\changes{v1.01d}{2016/10/18}{Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of October, 2016.} %\changes{v1.1}{2018/04/04}{Updated data from 2017 ENSDF files and 2016Ame mass tables. Added femtosecond, attosecond time units to time conversion routine. (Thanks to Patrice Megret for bug-checking.)} % The |nucleardata| package provides a method for quickly accessing information about atomic nuclides (isotopes of elements) by referring to the chemical symbol and mass number (A) or to the atomic number (Z) and mass number (A). This information can be inserted and typeset without the user having to search an outside source. The information available, via macro commands, in the current version includes chemical symbol or name given Z, Z given the chemical symbol or name, atomic mass, nuclear mass, Q-values for radioactive decay, half-life of ground states, binding energy, mass excess, and list of known isotopes of an element. \par %~ % There is a macro command for generating a random set of nuclides, accessible as elements of lists of Z and corresponding (valid) A. The elements of the list can be used as arguments for Z and A arguments of other |nucleardata| macros. Another macro will randomly select an valid A for a user-specified Z. %\subsection*{Source of Data} % The data is contained in two CSV format files: |massdata.csv| and |elementlist.csv|. These files must be installed in the same directory as the |nucleardata.sty| file. They are read during the \LaTeX\ compile process and lookups are done by Python code embedded into the |.sty| file. Initially, the Python code loads all the data from the |CSV| files into Python arrays, |nucleardata| and |elementdata|. \par %~ % The \texttt{massdata.csv} file was created by the author (Nettles) from ENSDF data files and the file \texttt{mass16round.txt} from ``The Ame2016 atomic mass evaluation''W. J. Huang, G.Audi, Meng Wang, F. G. Kondev, S. Naimi, and Xing Xu, \underline{Chinese Physics C} Vol. 41, No. 3 (2017) 030002 and 030003. Also see https://www-nds.iaea.org/amdc/. The \texttt{elementlist.csv} file was created by the author from public sources. Elements 110 through 118 have been updated to the IUPAC approved and proposed names and symbols as of April, 2018. % \subsection*{Using Python\TeX\ } % Because Python is the basis of the lookup engine, the package |pythontex| is automatically loaded. The user must follow a three-step compiling sequence to get a semifinal/final document. For example, if the user's file is named |carbon.tex|, the sequence will be \par %\begin{tabular}{l} % |pdflatex carbon.tex| \\ % |pythontex carbon.tex| \\ % |pdflatex carbon.tex| %\end{tabular}\par % If the user is familiar with Python\TeX\ this shouldn't seem unusual. % \subsection*{A Python Class--|Nucdata|} % Python functions are called by customized \LaTeX\ commands to extract the data from the |nucleardata| and |elementdata| arrays, so the user has the capability of using these functions to write custom Python routines within the default Python\TeX\ environment. The functions belong to a class defined in this package as |Nucdata|. The class is instantiated in the package Python code as |nuc|.\par % The functions will allow the user to use the data for more specific calculations such as Q-values of reactions or decay chain behaviors. Python\TeX\ was designed for tasks such as this. The user can utilize the functions as part of the |nuc| instantiation or can implement their own instance. The data arrays are loaded external to the class. %~ % \subsection*{Neutron Notation} % The neutron doesn't have a chemical symbol, but in this package the symbol \textbf{nn} can be used with a mass number, A, of 1. It can also be referenced with Z=0 and A=1 as arguments. %~ % \subsection*{Rounding Option} % Some of the macros below have an optional argument that lets the user specify rounding of decimal places. The rounding is accomplished using the Python |round(|\meta{float},\meta{places}|)| function inside a Python\TeX\ |\py()| call. The \meta{float} argument is the return value of the main function mentioned in each description. Rounding is not a part of the definition of the main functions. As an example, the \LaTeX\ command definition for |nucamassu| is defined as % \begin{center} % |\newcommand{\nucamassu}[3][6]{\py{round(getMass_u('#2',#3),#1)}}| % \end{center} % This definition gives a default rounding of six decimal places. % % \subsection*{Using Python variable names as arguments} % If a command calls for an integer value for either Z or A, you can supply the name of a Python variable which contains an integer value. This value could be set using a PythonTeX call or one of the |nucleardata| commands that selects random Z or A values (see |nucrandom[]{}| and |nucAran{}|). % \begin{center} % |\pyc{myz=6} Element Z=\py{myz} is called \nucname{myz}.| % \end{center} % \subsection*{Macro Commands} %\DescribeMacro{\nucsymbol} % Command form: |\nucsymbol{|\meta{namez}|}|.\par % Returns a string with the element chemical symbol.\par % The argument can be an unquoted string (the name of the element) or an integer (atomic number, Z). Calls a Python function |getSymbol('|\meta{namez}|')|. \par %~ % %\DescribeMacro{\nucname} %\DescribeMacro{\nucName} % Command form: |\nucName{|\meta{namez}|}| or |\nucname{|\meta{namez}|}|.\par % |\nucName| returns a string with the element name capitalized. |\nucname| returns the name in lower case.\par % The argument can be an unquoted string (the symbol of the element) or an integer (atomic number, Z). Calls a Python function |getName('|\meta{namez}|')|. \par %~ % %\DescribeMacro{\nucz} % Command form: |\nucz{|\meta{namez}|}|.\par % Returns the atomic number, Z.\par % The argument must be an unquoted string (the symbol or the name of the element). Calls a Python function |getZ('|\meta{namez}|')|.\par %~ % %\DescribeMacro{\nuchalflife} %\DescribeMacro{\nuchalfvalue} %\DescribeMacro{\nuchalfunit} % Command form: |\nuchalflife[|\meta{unit}|]{|\meta{namez}|}{|\meta{A}|}|. \par % Returns a string with the value and units of the halflife of the specific nuclide.\par % The optional argument is an unquoted string specifying the time unit to use for the return value. The chart below lists valid arguments. The first required argument can be an unquoted string (the symbol) or an integer (Z). The second required value must be an integer, the mass number, A. Calls a Python function |getHalfLife('|\meta{namez}|'|, \meta{A}, |'|\meta{unit}|')|. \par % There are two variations on this command: \par |\nuchalfvalue| calls |getHalfLifeValue('|\meta{namez}|'|, \meta{A}, |'|\meta{unit}|')| and returns the unformatted numerical portion of the halflife and |\nuchalfunit| calls |getHalfLifeUnit('|\meta{namez}|'|, \meta{A}, |'|\meta{unit}|')| returns a string with the unit portion. They take the same arguments as |\nuchalflife|. If there is no half life listed, the call returns the None token.\par %~ %\begin{center} %\begin{tabular}{ccc} % argument & unit symbol & unit name \\ % \hline % |ev| & \si{\electronvolt} & electron-volt \\ % |mev| & \si{\mega\electronvolt} & mega-electron-volt \\ % |kev| & \si{\kilo\electronvolt} & kilo-electron-volt \\ % |as| & \si{\as} & attosecond \\ % |fs| & \si{\fs} & femtosecond \\ % |ps| & \si{\ps} & picosecond \\ % |ns| & \si{\ns} & nanosecond \\ % |us| & \si{\micro\second} & microsecond \\ % |ms| & \si{\ms} & millisecond \\ % |s| & \si{\second} & second \\ % |m| or |min| & \si{\min} & minute \\ % |h| or |hr| & \si{\hour} & hour \\ % |d| or |day| & \si{\day} & day \\ % |y| or |yr| & \si{\ensuremath{\mathrm{yr}}} & year \\ % |My| & \si{\ensuremath{\mathrm{My}}} & megayear \\ % |Gy| & \si{\ensuremath{\mathrm{Gy}}} & gigayear \\ % \hline %\end{tabular}\par %\end{center} %~ % %\DescribeMacro{\nucspin} % Command form: |\nucspin{|\meta{namez}|}{|\meta{A}|}|, etc.\par % Returns the value of the \textbf{spin quantum number and parity} of the ground state of the nuclide.\par % The first required argument can be an unquoted string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. If no value has been assigned, it returns ``None.'' Calls a Python function |getSpin('|\meta{namez}|'|, \meta{A}|)|. \par %~ % %\DescribeMacro{\nucamassu} %\DescribeMacro{\nucamassmev} %\DescribeMacro{\nucamasskev} % Command form: |\nucamassu[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|, |\nucamassmev[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|, |\nucamasskev[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|. \par % Returns the value of the \textbf{atomic} mass of the nuclide in atomic mass units (u), MeV/c$^2$ or keV/c$^2$, respectively.\par % The optional argument is the number of decimal places for rounding; the default is 6 (or 3 for keV). The first required argument can be an unquoted string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. Calls Python function |getMass_u('|\meta{namez}|'|, \meta{A}|)| or |getMass_mev(|$\ldots$|)| or |getMass_kev(|$\ldots$|)|.\par %~ % %\DescribeMacro{\nuclearmassu} %\DescribeMacro{\nuclearmassmev} %\DescribeMacro{\nuclearmasskev} % Command form: |\nuclearmassu[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|, etc.\par % Returns the value of the \textbf{nuclear} mass of the nuclide in atomic mass units (u), MeV/c$^2$ or keV/c$^2$, respectively.\par % The optional argument is the number of decimal places for rounding; the default is 6 (or 3 for keV). The first required argument can be a string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. Calls Python function |getNuclearMass_u('|\meta{namez}|'|, \meta{A}|)|, etc. \par %~ % %\DescribeMacro{\nucexcess} % Command form: |\nucexcess[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|.\par % Returns the mass excess ($\Delta$) in keV/c$^2$. (Atomic mass = A$\times$931502 + $\Delta$, in keV).\par % The optional argument is the number of decimal places for rounding; the default is 3. The first required argument can be a string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. Calls Python function |getExcess('|\meta{namez}|'|,\meta{A}|)|. \par %~ % %\DescribeMacro{\nucbea} % Command form: |\nucbea[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}| \par % Returns the binding energy per nucleon in MeV. (Z*atomic mass(\isotope[1]{H})+(A-Z)*mass neutron-atomic mass of nuclide)/A.\par % The optional argument is the number of decimal places for rounding; the default is 3. The first required argument can be a string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. Calls Python function |getBea('|\meta{namez}|'|,\meta{A}|)|.\par %~ % %\DescribeMacro{\nucisotopes} % Command form: |\nucisotopes{|\meta{namez}|}| \par % Returns a string list of all the isotopes of that element which have mass information available in the database.\par % The argument can be a string (the element symbol) or an integer (Z). Calls Python function |getIsotopes('|\meta{namez}|')|.\par % The Python function |getIsotopes('|\meta{namez}|')| produces a Python list of integers for the mass numbers, A, found in the data associated with the element. A user can access the individual A values using a direct call in a PythonTex command like this: % \begin{center} % |The lightest isotope of \nucname{8} is \py{nuc.getIsotopes('8')[0]}| | and the heaviest is \py{nuc.getIsotopes('8')[-1]}.| % \end{center} % Notice that in the direct call, the class instance, |nuc| is specified, and the argument is enclosed in single quotes. Quotes should NOT be used with the \LaTeX\ macros in this package.\par %~ % %\DescribeMacro{\nucQalpha} %\DescribeMacro{\nucQbeta} %\DescribeMacro{\nucQposi} %\DescribeMacro{\nucQec} % Command form: |\nucQ-----[|\meta{rnd}|]{|\meta{namez}|}{|\meta{A}|}|\par % Returns the Q-value of the chosen decay in MeV. Decay type options are |alpha|, |beta|, |posi| (for positron), and |ec| for electron capture.\par % The optional argument is the number of decimal places for rounding; the default is 6. The first required argument can be an unquoted string (the element symbol) or an integer (Z). Call Python functions |getQ-----('|\meta{namez}|'|,\meta{A}|)|. \par %~ % %\DescribeMacro{\nucisalpha} %\DescribeMacro{\nucisbeta} %\DescribeMacro{\nucisposi} %\DescribeMacro{\nucisec} % Command form: |\nucis-----{|\meta{namez}|}{|\meta{A}|}|.\par % Returns the string \textbf{True} or \textbf{False} depending on whether the Q-value of a decay mode is positive or negative.\par % The first argument can be an unquoted string (the element symbol) or an integer (Z). Decay type options are the same as for the |\nucQalpha{-----| macros. Calls Python functions |getQ-----('|\meta{namez}|'|,\meta{A}|)| and checks for positive value.\par %~ % %\DescribeMacro{\nucreactionqu} %\DescribeMacro{\nucreactionqmev} %\DescribeMacro{\nucreactionqkev} % Command form: |\nucreactionqu[|\meta{rnd}|]| |{|\meta{namez1}|}| |{|\meta{A1}|}| |{|\meta{namez2}|}| |{|\meta{A2}|}| |{|\meta{namez3}|}| |{|\meta{A3}|}| |{|\meta{namez4}|}| |{|\meta{A4}|}|, etc.\par % Returns the Q-value of the reaction in atomic mass units (u), MeV/c$^2$ or keV/c$^2$, respectively.\par % The optional argument is the number of decimal places for rounding; the default is 6 (or 3 for keV). The first required argument can be a string (the symbol) or an integer (Z). The second must be an integer, the mass number, A. The numbers after \meta{name} and \meta{A} represent % %\begin{itemize} % \item[1]-- the target nucleus/particle % \item[2]-- the projectile nucleus/particle % \item[3]-- the ejected nucleus/particle % \item[4]-- the resultant nucleus/particle %\end{itemize} % % Calls Python function |getReaction_u('|\meta{namez1}|'|, \meta{A1}, |'|\meta{namez2}|'|, \meta{A2}, |'|\meta{namez3}|'|, \meta{A3}, |'| \meta{namez4}|'|, \meta{A4}|)|, etc. \par %~ % %\DescribeMacro{\nucAran} % Command form: |\nucAran{|\meta{namez}|}|.\par % Generates a random A value for the given element specified by the required argument. The argument can be a string (the element symbol) or a number (Z). The generated A is stored in a Python variable, \textbf{singleAran}, accessible via |PythonTeX| macros such as |\py{singleAran}|. This list element name can also be used as the A argument for other |nucleardata| macros. Calls Python function |nuc.getRandomA('|\meta{namez}|')|. \par %~ % %\DescribeMacro{\nucrandom} % Command form: |\nucrandom[|\meta{repeater}|]{|\meta{listsize}|}|.\par % Generates a list of random Z values and a list with a valid random A value for each chosen Z. The optional argument determines whether a Z value can selected more than once (0=no repeat [default], 1=repeats allowed). The required argument is an integer specifying the length of the lists. The generated list of Z is stored in a Python list, \textbf{zran}, and the associated A for each Z is stored in a Python list, \textbf{aran}. \textbf{zran[k]}$\to$\textbf{aran[k]}. The values in each list are accessible via |PythonTeX| macros such as |\py{zran[0]}|. The list element members can also be used as Z or A arguments for other |nucleardata| macros.\par % Calls Python function |nuc.makeNucRandom(|\meta{listsize}|,|\meta{repeater}|)|. %~ %\StopEventually{^^A % \PrintChanges % ^^A \PrintIndex %} % \iffalse %<*package> %<1: number = eval(value[0].strip()) unit = value[1].strip() if newunit: # user wants to change the unit if unit in ['ev','kev','mev']: number=self.timeenergy(number) if unit=='kev': number=number/1.e3 elif unit=='mev': number=number/1.e6 unit='y' number=number*self.time_dict.get(newunit)/self.time_dict.get(unit) unit=newunit result= "\\num{" + str(number) + "} " + self.units_dict.get(unit) else: result=value[0].strip() return result else: return 'undetermined' else: return rest def getHalfLifeValue(self,EL,A,newunit): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] rest=res[0].get('halflife') if type(rest)==type('x'): if rest.lower().strip(): value= rest.lower().strip().split() if len(value)>1: number = eval(value[0].strip()) unit = value[1].strip() if newunit: # user wants to change the unit if unit in ['ev','kev','mev']: number=self.timeenergy(number) if unit=='kev': number=number/1.e3 elif unit=='mev': number=number/1.e6 unit='y' number=number*self.time_dict.get(newunit)/self.time_dict.get(unit) unit=newunit result= number else: result=value[0].strip() return result else: return 'undetermined' else: return rest def getHalfLifeUnit(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] rest=res[0].get('halflife') if type(rest)==type('x'): value= rest.lower().strip().split() if len(value)>1: unit = value[1].strip() result= self.units_dict.get(unit) else: result=value[0].strip() return result else: return(rest) def getBea(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('BEA') def getQbeta(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('Qbeta') def getQposi(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('Qposi') def getQec(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('Qec') def getQalpha(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('Qalpha') def is_alpha(self,EL,A): try: val= self.getQalpha(EL,A)>0 except: val = False return val def is_beta(self,EL,A): try: val= self.getQbeta(EL,A)>0 except: val = False return val def is_posi(self,EL,A): try: val= self.getQposi(EL,A)>0 except: val = False return val def is_ec(self,EL,A): try: val= self.getQec(EL,A)>0 except: val = False return val def getIsotopes(self,EL): try: EL = int(eval(str(EL))) except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper()] else: res=[v for v in nucleardata if int(v.get('Z'))== EL] isotopes=[] for v in res: isotopes.append(int(v.get('A'))) return isotopes def getZ(self,name): res=[v for v in elementdata if v.get('SYM').strip().upper()== name.upper() or v.get('NAME').strip().upper()== name.upper()] return int(res[0].get('Z')) def getSymbol(self,namez): try: namez = int(eval(str(namez))) except: pass res=[v for v in elementdata if int(v.get('Z'))== namez or v.get('NAME').strip().upper()== str(namez).upper()] return res[0].get('SYM').strip() def getName(self,namez): try: namez = int(eval(str(namez))) except: pass res=[v for v in elementdata if int(v.get('Z'))== namez or v.get('SYM').strip().upper()== str(namez).upper()] return res[0].get('NAME').strip() def getSpin(self,EL,A): try: EL = int(eval(str(EL))) res=[v for v in nucleardata if int(v.get('Z'))== EL and v.get('A') == A] except: res=[v for v in nucleardata if v.get('SYM').strip().upper()== EL.upper() and v.get('A') == A] return res[0].get('spin-parity') def makeNucRandom(self,count,repeater): alist=[] zlist=[] for k in range(0,count): if repeater==0: ok=0 while ok==0: myz=nucrandom.randint(1,118) ok=1 if (myz not in zlist) else 0 zlist.append(myz) else: zlist.append(nucrandom.randint(1,118)) mya=nucrandom.choice(self.getIsotopes(str(zlist[k]))) alist.append(mya) return(zlist,alist) def getRandomA(self,EL): aRandomA=nucrandom.choice(self.getIsotopes(EL)) return(aRandomA) elementdata=[] #list of dictionaries of Z, Elemental symbol, Name of element filename=check_output("kpsewhich elementlist.csv", shell=True) if sys.version_info.major == 2: g = open(filename[0:-2], 'rb') else: g = open(filename[0:-2], 'r', newline='') gin=csv.DictReader(g)#,quoting=csv.QUOTE_NONNUMERIC) #headline=['Z','SYM','NAME'] for line in gin: elementdata.append(line) g.close() nucleardata=[] #list of dictionaries of nuclear mass, halflife, etc. filename=check_output("kpsewhich massdata.csv", shell=True) if sys.version_info.major == 2: g = open(filename[0:-2], 'rb') else: g = open(filename[0:-2], 'r', newline='') gin=csv.DictReader(g,quoting=csv.QUOTE_NONNUMERIC) #headline=["C","N","Z","A","SYM","ORIG","Excess","unc1","BEA","unc2","btype","benergy","bunc","mass","munc","halflife","spin-parity","Qbeta","Qposi","Qec","Qalpha"] for line in gin: nucleardata.append(line) g.close() nuc=Nucdata() \end{pycode} %pythoncode %\begin{macro}{\nucAran} % \begin{macrocode} \newcommand{\nucAran}[1]{\pyc{singleAran=nuc.getRandomA('#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucrandom} % \begin{macrocode} \newcommand{\nucrandom}[2][0]{\pyc{zran,aran=nuc.makeNucRandom(#2,#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucspin} % \begin{macrocode} \newcommand{\nucspin}[2]{\py{nuc.getSpin('#1',#2)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucamassu} % \begin{macrocode} \newcommand{\nucamassu}[3][6]{\py{round(nuc.getMass_u('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucamassmev} % \begin{macrocode} \newcommand{\nucamassmev}[3][6]{\py{round(nuc.getMass_mev('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucamasskev} % \begin{macrocode} \newcommand{\nucamasskev}[3][3]{\py{round(nuc.getMass_kev('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuclearmassu} % \begin{macrocode} \newcommand{\nuclearmassu}[3][6]{\py{round(nuc.getNuclearMass_u('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuclearmassmev} % \begin{macrocode} \newcommand{\nuclearmassmev}[3][6]{\py{round(nuc.getNuclearMass_mev('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuclearmasskev} % \begin{macrocode} \newcommand{\nuclearmasskev}[3][3]{\py{round(nuc.getNuclearMass_kev('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuchalflife} % \begin{macrocode} \newcommand{\nuchalflife}[3][]{\py{nuc.getHalfLife('#2',#3,'#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuchalfvalue} % \begin{macrocode} \newcommand{\nuchalfvalue}[3][]{\py{nuc.getHalfLifeValue('#2',#3,'#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nuchalfunit} % \begin{macrocode} \newcommand{\nuchalfunit}[2]{\py{nuc.getHalfLifeUnit('#1',#2)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucz} % \begin{macrocode} \newcommand{\nucz}[1]{\py{nuc.getZ('#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucName} % \begin{macrocode} \newcommand{\nucName}[1]{\py{nuc.getName('#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucname} % \begin{macrocode} \newcommand{\nucname}[1]{\py{nuc.getName('#1').lower()}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucsymbol} % \begin{macrocode} \newcommand{\nucsymbol}[1]{\py{nuc.getSymbol('#1')}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucexcess} % \begin{macrocode} \newcommand{\nucexcess}[3][3]{\py{round(nuc.getExcess('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucQalpha} % \begin{macrocode} \newcommand{\nucQalpha}[3][6]{\py{round(nuc.getQalpha('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucQbeta} % \begin{macrocode} \newcommand{\nucQbeta}[3][6]{\py{round(nuc.getQbeta('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucQposi} % \begin{macrocode} \newcommand{\nucQposi}[3][6]{\py{round(nuc.getQposi('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucQec} % \begin{macrocode} \newcommand{\nucQec}[3][6]{\py{round(nuc.getQec('#2',#3),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucisalpha} % \begin{macrocode} \newcommand{\nucisalpha}[2]{\py{nuc.getQalpha('#1',#2)>0}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucisbeta} % \begin{macrocode} \newcommand{\nucisbeta}[2]{\py{nuc.getQbeta('#1',#2)>0}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucisposi} % \begin{macrocode} \newcommand{\nucisposi}[2]{\py{nuc.getQposi('#1',#2)>0}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucisec} % \begin{macrocode} \newcommand{\nucisec}[2]{\py{nuc.getQec('#1',#2)>0}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucbea} % \begin{macrocode} \newcommand{\nucbea}[3][3]{\py{round(nuc.getBea('#2',#3)/1000.,#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucisotopes} % \begin{macrocode} \newcommand{\nucisotopes}[1]{\py{str(nuc.getIsotopes('#1'))[1:-1]}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucreactionqu} % \begin{macrocode} \newcommand{\nucreactionqu}[9][3]{\py{round(nuc.getReaction_u('#2',#3,'#4',#5,'#6',#7,'#8',#9),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucreactionqmev} % \begin{macrocode} \newcommand{\nucreactionqmev}[9][3]{\py{round(nuc.getReaction_mev('#2',#3,'#4',#5,'#6',#7,'#8',#9),#1)}} % \end{macrocode} %\end{macro} %\begin{macro}{\nucreactionqkev} % \begin{macrocode} \newcommand{\nucreactionqkev}[9][3]{\py{round(nuc.getReaction_kev('#2',#3,'#4',#5,'#6',#7,'#8',#9),#1)}} % \end{macrocode} %\end{macro} %< %<*csv1> "C","N","Z","A","SYM","ORIG","Excess","unc1","BEA","unc2","btype","benergy","bunc","mass","munc","halflife","spin-parity","Qbeta","Qposi","Qec","Qalpha" "0",1,0,1,"nn"," ",8071.3171,0.0005,0.0,0.0,"B-",782.346,0.001,1.0086649158,0.0005,"613.9 s","1/2+",0.78234649,0.0,0.0,0.0 " ",0,1,1,"H "," ",7288.97061,9e-05,0.0,0.0," ","*","*",1.00782503224,9e-05,"stable","1/2+",0.0,-1.80434649,-0.78234649,0.0 "0",1,1,2,"H "," ",13135.72176,0.00011,1112.283,0.0," ","*","*",2.01410177811,0.00012,"stable","1+",0.0,0.0,0.0,0.0 "0",2,1,3,"H "," ",14949.80993,0.00022,2827.265,0.0,"B-",18.592,0.0,3.01604928199,0.00023,"12.32 y","1/2+",0.018592,0.0,0.0,0.0 " ",1,2,3,"He "," ",14931.21793,0.00021,2572.68,0.0," ","*","*",3.01602932265,0.00022,"stable","1/2+",-13.73878207,-1.040592,-0.018592,0.0 " ",0,3,3,"Li "," -pp",28670.0,2000.0,-2270.0,670.0,"B+",13740.0,2000.0,3.03078,2150.0,"None","None",0.0,12.71678207,13.73878207,0.0 "0",3,1,4,"H "," -n",24620.0,100.0,1720.0,25.0,"B-",22200.0,100.0,4.02643,110.0,"None","None",22.19508439,0.0,0.0,0.0 " ",2,2,4,"He "," ",2424.91561,6e-05,7073.915,0.0," ","*","*",4.002603254129999,6e-05,"stable","0+",-22.89508439,-23.21708439,-22.19508439,0.0 " ",1,3,4,"Li "," -p",25320.0,210.0,1150.0,50.0,"B+",22900.0,210.0,4.02719,230.0,"None","None",0.0,21.87308439,22.89508439,0.0 "0",4,1,5,"H "," -nn",32890.0,90.0,1336.0,18.0,"B-",21660.0,90.0,5.03531,100.0,"None","None",21.659,0.0,0.0,0.0 " ",3,2,5,"He "," -n",11231.0,20.0,5512.0,4.0," ","*","*",5.012057,21.0,"0.648 mev","3/2-",-0.449,-22.681,-21.659,0.7347669 " ",2,3,5,"Li "," -p",11680.0,50.0,5266.0,10.0,"B+",450.0,50.0,5.01254,50.0,"1.23 mev","3/2-",-25.46,-0.573,0.449,1.96611339 " ",1,4,5,"Be "," x",37140.0,2000.0,20.0,400.0,"B+",25460.0,2000.0,5.03987,2150.0,"None","None",0.0,24.438,25.46,0.0 "0",5,1,6,"H "," -3n",41880.0,250.0,960.0,40.0,"B-",24280.0,250.0,6.04496,270.0,"1.6 mev","(2-)",24.2879,0.0,0.0,0.0 " ",4,2,6,"He "," ",17592.1,0.05,4878.519,0.009,"B-",3505.22,0.05,6.01888589,0.06,"806.7 ms","0+",3.5052211,-25.3099,-24.2879,0.0 " ",3,3,6,"Li "," ",14086.8789,0.0014,5332.331,0.0," ","*","*",6.0151228874000005,0.0015,"stable","1+",-4.2881211,-4.5272211,-3.5052211,-1.47375886 " ",2,4,6,"Be "," -",18375.0,5.0,4487.2,0.9,"B+",4288.0,5.0,6.019726,6.0,"92 kev","0+",-28.945,3.2661211,4.2881211,0.0 " ",1,5,6,"B "," x",47320.0,2000.0,-470.0,330.0,"B+",28950.0,2000.0,6.0508,2150.0,"None","None",0.0,27.923,28.945,0.0 "0",6,1,7,"H "," -nn",49140.0,1000.0,940.0,140.0,"B-",23060.0,1000.0,7.05275,1080.0,"None","None",23.067,0.0,0.0,0.0 " ",5,2,7,"He "," -n",26073.0,8.0,4123.1,1.1,"B-",11166.0,8.0,7.027991,8.0,"150 kev","(3/2)-",11.165895,-24.089,-23.067,0.0 " ",4,3,7,"Li "," ",14907.105,0.004,5606.439,0.001," ","*","*",7.016003437,0.005,"stable","3/2-",-0.861895,-12.187895,-11.165895,-2.46762093 " ",3,4,7,"Be "," ",15769.0,0.07,5371.548,0.01,"B+",861.89,0.07,7.01692872,0.08,"53.22 d","3/2-",-11.908,-0.160105,0.861895,-1.58713393 " ",2,5,7,"B "," p4n",27677.0,25.0,3559.0,4.0,"B+",11908.0,25.0,7.029712,27.0,"801 kev","(3/2-)",0.0,10.886,11.908,-3.417916 "0",6,2,8,"He "," ",31609.68,0.09,3924.52,0.011,"B-",10663.88,0.1,8.033934389999999,0.1,"119.1 ms","0+",10.66388,0.0,0.0,0.0 " ",5,3,8,"Li "," ",20945.8,0.05,5159.712,0.006,"B-",16004.13,0.06,8.02248625,0.05,"839.9 ms","2+",16.00413,-11.68588,-10.66388,-6.099116 " ",4,4,8,"Be "," -a",4941.67,0.04,7062.435,0.004," ","*","*",8.0053051,0.04,"5.57 ev","0+",-17.97993,-17.02613,-16.00413,0.09183839 " ",3,5,8,"B "," ",22921.6,1.0,4717.15,0.12,"B+",17979.9,1.0,8.0246073,1.1,"770 ms","2+",-12.1424,16.95793,17.97993,-4.823316 " ",2,6,8,"C "," ",35064.0,18.0,3101.5,2.3,"B+",12143.0,18.0,8.037643,20.0,"230 kev","0+",0.0,11.1204,12.1424,0.0 "0",7,2,9,"He "," ",40940.0,50.0,3349.0,5.0,"B-",15980.0,50.0,9.04395,50.0,"None","None",15.9851,0.0,0.0,0.0 " ",6,3,9,"Li "," -3n",24954.9,0.19,5037.768,0.021,"B-",13606.45,0.2,9.02679019,0.2,"178.3 ms","3/2-",13.60645,-17.0071,-15.9851,-10.360016 " ",5,4,9,"Be "," ",11348.45,0.08,6462.668,0.009," ","*","*",9.01218307,0.08,"stable","3/2-",-1.06805,-14.62845,-13.60645,-2.307466 " ",4,5,9,"B "," -",12416.5,0.9,6257.07,0.1,"B+",1068.0,0.9,9.0133296,1.0,"0.54 kev","3/2-",-16.4945,0.04605,1.06805,-1.688416 " ",3,6,9,"C "," -pp",28911.0,2.1,4337.42,0.24,"B+",16494.5,2.3,9.0310372,2.3,"126.5 ms","(3/2-)",0.0,15.4725,16.4945,-10.653916 "0",8,2,10,"He "," -nn",49200.0,90.0,2995.0,9.0,"B-",16140.0,90.0,10.05282,100.0,"300 kev","(0+)",16.147,0.0,0.0,0.0 " ",7,3,10,"Li "," -n",33053.0,13.0,4531.4,1.3,"B-",20445.0,13.0,10.035483,14.0,"400 kev","",20.44551,-17.169,-16.147,-11.251916 " ",6,4,10,"Be "," ",12607.49,0.08,6497.63,0.008,"B-",556.88,0.08,10.0135347,0.09,"1.51e+6 y","0+",0.556881,-21.46751,-20.44551,-7.409526 " ",5,5,10,"B "," ",12050.609,0.015,6475.083,0.002," ","*","*",10.012936862,0.016,"stable","3+",-3.648061,-1.578881,-0.556881,-4.4611859 " ",4,6,10,"C "," ",15698.67,0.07,6032.042,0.007,"B+",3648.06,0.07,10.016853220000002,0.08,"19.290 s","0+",-23.10133,2.626061,3.648061,-5.101246 " ",3,7,10,"N "," --",38800.0,400.0,3640.0,40.0,"B+",23100.0,400.0,10.04165,430.0,"None","None",0.0,22.07933,23.10133,-10.944916 "0",8,3,11,"Li "," x",40728.3,0.6,4155.38,0.06,"B-",20551.1,0.7,11.0437236,0.7,"8.7 ms","3/2-",20.55113,0.0,0.0,-10.836616 " ",7,4,11,"Be "," ",20177.17,0.24,5952.54,0.022,"B-",11509.46,0.24,11.02166108,0.26,"13.76 s","1/2+",11.509463,-21.57313,-20.55113,-8.320746 " ",6,5,11,"B "," ",8667.707,0.012,6927.732,0.001," ","*","*",11.009305166999999,0.013,"stable","3/2-",-1.981693,-12.531463,-11.509463,-8.664314 " ",5,6,11,"C "," ",10649.4,0.06,6676.456,0.005,"B+",1981.69,0.06,11.0114326,0.06,"1221.8 s","3/2-",-13.6506,0.959693,1.981693,-7.544516 " ",4,7,11,"N "," -p",24300.0,50.0,5364.0,4.0,"B+",13650.0,50.0,11.02609,50.0,"830 kev","1/2+",0.0,12.6286,13.6506,-5.801916 "0",9,3,12,"Li "," -n",49010.0,30.0,3791.6,2.5,"B-",23930.0,30.0,12.05261,30.0,"None","None",23.9322,0.0,0.0,0.0 " ",8,4,12,"Be "," ",25077.8,1.9,5720.72,0.16,"B-",11708.4,2.3,12.0269221,2.0,"21.49 ms","0+",11.7084,-24.9542,-23.9322,-8.956796 " ",7,5,12,"B "," ",13369.4,1.3,6631.22,0.11,"B-",13369.4,1.3,12.0143526,1.4,"20.20 ms","1+",13.3694,-12.7304,-11.7084,-10.001316 " ",6,6,12,"C "," ",0.0,0.0,7680.144,0.0," ","*","*",12.0,0.0,"stable","0+",-17.3381,-14.3914,-13.3694,-7.366586 " ",5,7,12,"N "," ",17338.1,1.0,6170.11,0.08,"B+",17338.1,1.0,12.018613199999999,1.1,"11.000 ms","1+",-14.5769,16.3161,17.3381,-8.008416 " ",4,8,12,"O "," -pp",31915.0,24.0,4890.2,2.0,"B+",14577.0,24.0,12.034262,26.0,"0.40 mev","0+",0.0,13.5549,14.5769,-5.573916 "0",10,3,13,"Li "," -nn",56980.0,70.0,3508.0,5.0,"B-",23320.0,70.0,13.06117,80.0,"None","None",23.321,0.0,0.0,0.0 " ",9,4,13,"Be "," -n",33659.0,10.0,5241.4,0.8,"B-",17097.0,10.0,13.036135,11.0,"2.7e-21 s","(1/2-)",17.0971,-24.343,-23.321,-9.705916 " ",8,5,13,"B "," -nn",16561.9,1.0,6496.42,0.08,"B-",13436.9,1.0,13.01778,1.1,"17.33 ms","3/2-",13.43689112,-18.1191,-17.0971,-10.817916 " ",7,6,13,"C "," ",3125.00888,0.00021,7469.849,0.0," ","*","*",13.003354835209999,0.00023,"stable","1/2-",-2.22047112,-14.45889112,-13.43689112,-10.64835712 " ",6,7,13,"N "," ",5345.48,0.27,7238.863,0.021,"B+",2220.47,0.27,13.00573861,0.29,"9.965 m","1/2-",-17.76952,1.19847112,2.22047112,-9.495936 " ",5,8,13,"O "," +3n",23115.0,10.0,5811.8,0.7,"B+",17770.0,10.0,13.024815,10.0,"8.58 ms","3/2-",0.0,16.74752,17.76952,-8.220916 "0",10,4,14,"Be "," x",39950.0,130.0,4994.0,9.0,"B-",16290.0,130.0,14.04289,140.0,"4.31 ms","0+",16.286,0.0,0.0,-11.674916 " ",9,5,14,"B "," ",23664.0,21.0,6101.6,1.5,"B-",20644.0,21.0,14.025404,23.0,"12.6 ms","2-",20.644107,-17.308,-16.286,-11.813916 " ",8,6,14,"C "," ",3019.893,0.004,7520.319,0.0,"B-",156.476,0.004,14.003241988,0.004,"5700 y","0+",0.15647628,-21.666107,-20.644107,-12.012513 " ",7,7,14,"N "," ",2863.41672,0.00019,7475.614,0.0," ","*","*",14.00307400446,0.00021,"stable","1+",-5.14436428,-1.17847628,-0.15647628,-11.61210828 " ",6,8,14,"O "," ",8007.781,0.025,7052.278,0.002,"B+",5144.364,0.025,14.008596706,0.027,"70.606 s","0+",-23.952219,4.12236428,5.14436428,-10.115805 " ",5,9,14,"F "," -p",31960.0,40.0,5285.2,2.9,"B+",23960.0,40.0,14.03432,40.0,"910 kev","2-",0.0,22.930219,23.952219,-9.264916 "0",11,4,15,"Be "," -n",49830.0,170.0,4541.0,11.0,"B-",20870.0,170.0,15.05349,180.0,"0.58 mev","(5/2+)",20.872,0.0,0.0,0.0 " ",10,5,15,"B "," ",28958.0,21.0,5880.0,1.4,"B-",19085.0,21.0,15.031088,23.0,"10.4 ms","3/2-",19.0849,-21.894,-20.872,-14.195216 " ",9,6,15,"C "," -n",9873.1,0.8,7100.17,0.05,"B-",9771.7,0.8,15.0105993,0.9,"2.449 s","1/2+",9.7716613,-20.1069,-19.0849,-12.728986 " ",8,7,15,"N "," ",101.4387,0.0006,7699.46,0.0," ","*","*",15.0001088989,0.0006,"stable","1/2-",-2.7541613,-10.7936613,-9.7716613,-10.9911843 " ",7,8,15,"O "," ",2855.6,0.5,7463.69,0.03,"B+",2754.2,0.5,15.0030656,0.5,"122.24 s","1/2-",-13.7114,1.7321613,2.7541613,-10.218716 " ",6,9,15,"F "," -p",16567.0,14.0,6497.5,0.9,"B+",13711.0,14.0,15.017785,15.0,"660 kev","1/2+",-23.653,12.6894,13.7114,-10.157916 " ",5,10,15,"Ne "," -pp",40220.0,70.0,4869.0,4.0,"B+",23650.0,70.0,15.04317,70.0,"0.59 mev","(3/2-)",0.0,22.631,23.653,0.0 "0",12,4,16,"Be "," -nn",57450.0,170.0,4285.0,10.0,"B-",20330.0,170.0,16.06167,180.0,"0.8 mev","0+",20.337,0.0,0.0,0.0 " ",11,5,16,"B "," ",37113.0,25.0,5507.3,1.5,"B-",23418.0,25.0,16.039842,26.0,"100 kev","",23.419,-21.359,-20.337,-14.321916 " ",10,6,16,"C "," -nn",13694.0,4.0,6922.05,0.22,"B-",8010.0,4.0,16.014701,4.0,"0.747 s","0+",8.0101,-24.441,-23.419,-13.808716 " ",9,7,16,"N "," -n",5683.9,2.3,7373.8,0.14,"B-",10420.9,2.3,16.0061019,2.5,"7.13 s","2-",10.42090135,-9.0321,-8.0101,-10.110416 " ",8,8,16,"O "," ",-4737.00135,0.00016,7976.206,0.0," ","*","*",15.9949146196,0.00017,"stable","0+",-15.41700135,-11.44290135,-10.42090135,-7.16191735 " ",7,9,16,"F "," -",10680.0,8.0,6963.7,0.5,"B+",15417.0,8.0,16.011466,9.0,"40 kev","0-",-13.307,14.39500135,15.41700135,-9.083016 " ",6,10,16,"Ne "," --",23987.0,20.0,6083.2,1.3,"B+",13307.0,22.0,16.025751,22.0,"122 kev","0+",0.0,12.285,13.307,-10.352916 "0",12,5,17,"B "," x",43720.0,200.0,5270.0,12.0,"B-",22680.0,200.0,17.04693,220.0,"5.08 ms","(3/2-)",22.688,0.0,0.0,-15.684916 " ",11,6,17,"C ","2p-n",21032.0,17.0,6558.0,1.0,"B-",13162.0,23.0,17.022579,19.0,"193 ms","(3/2+)",13.162,-23.71,-22.688,-15.051916 " ",10,7,17,"N "," +p",7870.0,15.0,7286.2,0.9,"B-",8679.0,15.0,17.008449,16.0,"4.173 s","1/2-",8.6787635,-14.184,-13.162,-11.116816 " ",9,8,17,"O "," ",-808.7635,0.0007,7750.728,0.0," ","*","*",16.9991317566,0.0007,"stable","5/2+",-2.7604635,-9.7007635,-8.6787635,-6.35868838 " ",8,9,17,"F "," ",1951.7,0.25,7542.328,0.015,"B+",2760.47,0.25,17.00209524,0.27,"64.49 s","5/2+",-14.5487,1.7384635,2.7604635,-5.818696 " ",7,10,17,"Ne "," ",16500.4,0.4,6640.499,0.021,"B+",14548.7,0.4,17.017714,0.4,"109.2 ms","1/2-",-18.6696,13.5267,14.5487,-9.039516 " ",6,11,17,"Na "," x",35170.0,1000.0,5500.0,60.0,"B+",18670.0,1000.0,17.03776,1080.0,"None","None",0.0,17.6476,18.6696,0.0 "0",13,5,18,"B "," -n",51790.0,200.0,4977.0,11.0,"B-",26870.0,210.0,18.0556,220.0,"None","None",26.87,0.0,0.0,0.0 " ",12,6,18,"C "," ++",24920.0,30.0,6426.1,1.7,"B-",11810.0,40.0,18.02675,30.0,"92 ms","(0+)",11.807,-27.892,-26.87,-17.454916 " ",11,7,18,"N "," +",13113.0,19.0,7038.6,1.0,"B-",13896.0,19.0,18.014078,20.0,"619 ms","1-",13.8958156,-12.829,-11.807,-12.975916 " ",10,8,18,"O "," ",-782.8156,0.0007,7767.097,0.0," ","*","*",17.9991596128,0.0008,"stable","0+",-1.6559156,-14.9178156,-13.8958156,-6.2276246 " ",9,9,18,"F "," ",873.1,0.5,7631.638,0.026,"B+",1655.9,0.5,18.0009373,0.5,"109.77 m","1+",-4.4445,0.6339156,1.6559156,-4.41523272 " ",8,10,18,"Ne "," ",5317.6,0.4,7341.257,0.02,"B+",4444.5,0.6,18.0057087,0.4,"1.672 s","0+",-19.7224,3.4225,4.4445,-5.115097 " ",7,11,18,"Na "," ",25040.0,90.0,6202.0,5.0,"B+",19720.0,90.0,18.02688,100.0,"0.2 mev","(1)-",0.0,18.7004,19.7224,-9.344916 "0",14,5,19,"B "," x",59770.0,530.0,4720.0,28.0,"B-",27360.0,530.0,19.06417,560.0,"2.92 ms","(3/2-)",27.36,0.0,0.0,0.0 " ",13,6,19,"C "," -n",32410.0,100.0,6118.0,5.0,"B-",16560.0,100.0,19.0348,110.0,"45.5 ms","",16.554,-28.382,-27.36,-19.844916 " ",12,7,19,"N ","p-2n",15856.0,16.0,6948.5,0.9,"B-",12523.0,17.0,19.017022,18.0,"336 ms","1/2-",12.5231,-17.576,-16.554,-15.526916 " ",11,8,19,"O "," -n",3332.9,2.6,7566.49,0.14,"B-",4820.3,2.6,19.003578,2.8,"26.88 s","5/2+",4.8203442,-13.5451,-12.5231,-8.965116 " ",10,9,19,"F "," ",-1487.4442,0.0009,7779.018,0.0," ","*","*",18.9984031629,0.0009,"stable","1/2+",-3.2394942,-5.8423442,-4.8203442,-4.0137989 " ",9,10,19,"Ne "," +3n",1752.05,0.16,7567.343,0.008,"B+",3239.49,0.16,19.0018809,0.17,"17.22 s","1/2+",-11.17695,2.2174942,3.2394942,-3.528466 " ",8,11,19,"Na "," ",12929.0,11.0,6937.9,0.6,"B+",11177.0,11.0,19.01388,11.0,"40 kev","(5/2+)",-18.901,10.15495,11.17695,-6.062916 " ",7,12,19,"Mg "," -pp",31830.0,50.0,5902.0,2.6,"B+",18900.0,50.0,19.03417,50.0,"1.14e-4 ev","1/2-",0.0,17.879,18.901,-10.814916 "0",15,5,20,"B "," x",68450.0,800.0,4450.0,40.0,"B-",30950.0,830.0,20.07348,860.0,"None","None",30.95,0.0,0.0,0.0 " ",14,6,20,"C "," x",37500.0,230.0,5961.0,12.0,"B-",15740.0,240.0,20.04026,250.0,"14 ms","0+",15.73,-31.972,-30.95,-22.374916 " ",13,7,20,"N "," x",21770.0,80.0,6709.0,4.0,"B-",17970.0,80.0,20.02337,80.0,"136 ms","2-",17.9738,-16.752,-15.73,-17.767916 " ",12,8,20,"O "," -nn",3796.2,0.9,7568.57,0.04,"B-",3813.6,0.9,20.004075399999998,0.9,"13.51 s","0+",3.813663,-18.9958,-17.9738,-12.322716 " ",11,9,20,"F "," -n",-17.463,0.03,7720.134,0.002,"B-",7024.467,0.03,19.99998125,0.03,"11.163 s","2+",7.0244675,-4.835663,-3.813663,-8.126279 " ",10,10,20,"Ne "," ",-7041.9305,0.0016,8032.24,0.0," ","*","*",19.9924401762,0.0017,"stable","0+",-13.8925305,-8.0464675,-7.0244675,-4.72984515 " ",9,11,20,"Na "," ",6850.6,1.1,7298.5,0.06,"B+",13892.5,1.1,20.007354399999997,1.2,"447.9 ms","2+",-10.6271,12.8705305,13.8925305,-6.254316 " ",8,12,20,"Mg "," +t",17477.7,1.9,6728.02,0.09,"B+",10627.1,2.2,20.0187631,2.0,"90.8 ms","0+",0.0,9.6051,10.6271,-8.934216 "0",16,5,21,"B "," x",77330.0,900.0,4200.0,40.0,"B-",31690.0,1080.0,21.08302,970.0,"None","None",31.69,0.0,0.0,0.0 " ",15,6,21,"C "," x",45640.0,600.0,5674.0,28.0,"B-",20410.0,610.0,21.049,640.0,"None","None",20.41,-32.712,-31.69,0.0 " ",14,7,21,"N "," x",25230.0,130.0,6609.0,6.0,"B-",17170.0,130.0,21.02709,140.0,"84 ms","1/2-",17.168,-21.432,-20.41,-20.914916 " ",13,8,21,"O "," -3n",8062.0,12.0,7389.4,0.6,"B-",8110.0,12.0,21.008655,13.0,"3.42 s","(5/2+)",8.1096,-18.19,-17.168,-15.394916 " ",12,9,21,"F "," -nn",-47.6,1.8,7738.29,0.09,"B-",5684.2,1.8,20.9999489,1.9,"4.158 s","5/2+",5.68418,-9.1316,-8.1096,-10.342516 " ",11,10,21,"Ne "," ",-5731.78,0.04,7971.713,0.002," ","*","*",20.99384669,0.04,"stable","3/2+",-3.54715,-6.70618,-5.68418,-7.3479325 " ",10,11,21,"Na "," ",-2184.63,0.1,7765.547,0.005,"B+",3547.14,0.09,20.9976547,0.11,"22.49 s","3/2+",-13.08843,2.52515,3.54715,-6.561246 " ",9,12,21,"Mg "," x",10903.8,0.8,7105.03,0.04,"B+",13088.5,0.8,21.0117058,0.8,"122 ms","5/2+",-16.0862,12.06643,13.08843,-8.021516 " ",8,13,21,"Al "," x",26990.0,600.0,6302.0,28.0,"B+",16090.0,600.0,21.02898,640.0,"35 ns","(5/2+)",0.0,15.0642,16.0862,-10.604916 "0",16,6,22,"C "," -nn",53610.0,230.0,5421.0,11.0,"B-",21850.0,310.0,22.05755,250.0,"6.1 ms","0+",21.85,0.0,0.0,0.0 " ",15,7,22,"N "," x",31760.0,210.0,6379.0,9.0,"B-",22480.0,220.0,22.0341,220.0,"20 ms","(0-,1-)",22.48,-22.872,-21.85,-22.454916 " ",14,8,22,"O "," -4n",9280.0,60.0,7364.9,2.6,"B-",6490.0,60.0,22.00997,60.0,"2.25 s","0+",6.487,-23.502,-22.48,-18.064916 " ",13,9,22,"F "," +",2793.0,12.0,7624.3,0.6,"B-",10818.0,12.0,22.002999,13.0,"4.23 s","(4+)",10.817719,-7.509,-6.487,-12.744916 " ",12,10,22,"Ne "," ",-8024.719,0.018,8080.465,0.001," ","*","*",21.99138511,0.019,"stable","0+",-2.843209,-11.839719,-10.817719,-9.6668194 " ",11,11,22,"Na "," ",-5181.51,0.17,7915.667,0.008,"B+",2843.21,0.17,21.99443742,0.18,"2.6018 y","3+",-4.78161,1.821209,2.843209,-8.479526 " ",10,12,22,"Mg "," ",-399.9,0.3,7662.761,0.014,"B+",4781.6,0.3,21.9995707,0.3,"3.8755 s","0+",-18.5999,3.75961,4.78161,-8.142416 " ",9,13,22,"Al "," x",18200.0,400.0,6782.0,18.0,"B+",18600.0,400.0,22.01954,430.0,"91.1 ms","4+",-15.14,17.5779,18.5999,-9.264916 " ",8,14,22,"Si "," x",33340.0,500.0,6058.0,23.0,"B+",15140.0,640.0,22.03579,540.0,"29 ms","0+",0.0,14.118,15.14,0.0 "0",17,6,23,"C "," x",64170.0,1000.0,5080.0,40.0,"B-",27450.0,1080.0,23.06889,1070.0,"None","None",27.45,0.0,0.0,0.0 " ",16,7,23,"N "," x",36720.0,420.0,6237.0,18.0,"B-",22100.0,440.0,23.03942,450.0,"14.1 ms","",22.1,-28.472,-27.45,-25.474916 " ",15,8,23,"O "," x",14620.0,120.0,7163.0,5.0,"B-",11340.0,130.0,23.0157,130.0,"97 ms","1/2+",11.33,-23.122,-22.1,-20.214916 " ",14,9,23,"F "," ",3290.0,30.0,7622.3,1.4,"B-",8440.0,30.0,23.00353,40.0,"2.23 s","5/2+",8.44405,-12.352,-11.33,-14.990916 " ",13,10,23,"Ne "," -n",-5154.05,0.1,7955.256,0.005,"B-",4375.8,0.1,22.9944669,0.11,"37.24 s","5/2+",4.3758025,-9.46605,-8.44405,-10.911866 " ",12,11,23,"Na "," ",-9529.8525,0.0018,8111.493,0.0," ","*","*",22.989769282,0.0019,"stable","3/2+",-4.0563425,-5.3978025,-4.3758025,-10.4673243 " ",11,12,23,"Mg "," -",-5473.51,0.16,7901.115,0.007,"B+",4056.34,0.16,22.99412394,0.17,"11.317 s","3/2+",-12.22161,3.0343425,4.0563425,-9.650476 " ",10,13,23,"Al "," --",6748.1,0.3,7335.727,0.015,"B+",12221.6,0.4,23.007244399999998,0.4,"0.47 s","5/2+",-16.9519,11.19961,12.22161,-8.605816 " ",9,14,23,"Si "," x",23700.0,500.0,6565.0,22.0,"B+",16950.0,500.0,23.02544,540.0,"42.3 ms","",0.0,15.9299,16.9519,-10.554916 "0",17,7,24,"N "," x",46940.0,400.0,5887.0,17.0,"B-",28440.0,430.0,24.05039,430.0,"52 ns","",28.44,0.0,0.0,-23.934916 " ",16,8,24,"O "," x",18500.0,160.0,7040.0,7.0,"B-",10960.0,190.0,24.01986,180.0,"61 ms","0+",10.96,-29.462,-28.44,-21.424916 " ",15,9,24,"F "," x",7540.0,100.0,7464.0,4.0,"B-",13500.0,100.0,24.0081,100.0,"390 ms","(1,2,3)+",13.4916,-11.982,-10.96,-16.654916 " ",14,10,24,"Ne "," -nn",-5951.6,0.5,7993.325,0.021,"B-",2466.3,0.5,23.9936106,0.6,"3.38 m","0+",2.466301,-14.5136,-13.4916,-12.172716 " ",13,11,24,"Na "," -n",-8417.901,0.017,8063.488,0.001,"B-",5515.669,0.021,23.990963011,0.018,"20.18 ms","1+",5.515668,-3.488301,-2.466301,-10.825354 " ",12,12,24,"Mg "," ",-13933.569,0.013,8260.709,0.001," ","*","*",23.985041697,0.014,"stable","0+",-13.884709,-6.537668,-5.515668,-9.3165545 " ",11,13,24,"Al "," ep",-48.86,0.23,7649.582,0.01,"B+",13884.7,0.23,23.99994754,0.25,"2.053 s","4+",-10.79386,12.862709,13.884709,-9.324376 " ",10,14,24,"Si "," --",10745.0,19.0,7167.2,0.8,"B+",10794.0,19.0,24.011535,21.0,"140 ms","0+",-22.575,9.77186,10.79386,-9.157616 " ",9,15,24,"P "," x",33320.0,500.0,6194.0,21.0,"B+",22570.0,500.0,24.03577,540.0,"None","None",0.0,21.553,22.575,0.0 "0",18,7,25,"N "," x",55980.0,500.0,5613.0,20.0,"B-",28650.0,530.0,25.0601,540.0,"None","None",28.65,0.0,0.0,-23.774916 " ",17,8,25,"O "," -n",27330.0,170.0,6728.0,7.0,"B-",15990.0,190.0,25.02934,180.0,"6.3e-9 ps","(3/2+)",16.0,-29.672,-28.65,-20.734916 " ",16,9,25,"F "," x",11330.0,100.0,7336.0,4.0,"B-",13370.0,100.0,25.01217,100.0,"50 ms","(5/2+)",13.366,-17.022,-16.0,-16.324916 " ",15,10,25,"Ne "," ",-2036.0,29.0,7839.8,1.2,"B-",7322.0,29.0,24.99781,30.0,"602 ms","1/2+",7.3218,-14.388,-13.366,-12.522916 " ",14,11,25,"Na "," -nn",-9357.8,1.2,8101.4,0.05,"B-",3835.0,1.2,24.989954,1.3,"59.1 s","5/2+",3.83498,-8.3438,-7.3218,-11.735116 " ",13,12,25,"Mg "," ",-13192.78,0.05,8223.502,0.002," ","*","*",24.98583696,0.05,"stable","5/2+",-4.27681,-4.85698,-3.83498,-9.885916 " ",12,13,25,"Al "," ",-8915.97,0.06,8021.136,0.003,"B+",4276.81,0.04,24.99042831,0.07,"7.183 s","5/2+",-12.74297,3.25481,4.27681,-9.156256 " ",11,14,25,"Si "," +3n",3827.0,10.0,7480.1,0.4,"B+",12743.0,10.0,25.004109,11.0,"220 ms","5/2+",-15.913,11.72097,12.74297,-9.501716 " ",10,15,25,"P "," x",19740.0,400.0,6812.0,16.0,"B+",15910.0,400.0,25.02119,430.0,"30 ns","(1/2+)",0.0,14.891,15.913,-9.674916 "0",18,8,26,"O "," -nn",34660.0,160.0,6497.0,6.0,"B-",16010.0,200.0,26.03721,180.0,"4.5 ps","0+",16.01,0.0,0.0,-21.374916 " ",17,9,26,"F "," x",18650.0,110.0,7083.0,4.0,"B-",18170.0,110.0,26.02002,120.0,"2.2 ms","4+",18.169,-17.032,-16.01,-15.534916 " ",16,10,26,"Ne "," x",481.0,18.0,7751.9,0.7,"B-",7342.0,19.0,26.000516,20.0,"197 ms","0+",7.342,-19.191,-18.169,-11.223916 " ",15,11,26,"Na "," x",-6861.0,4.0,8004.2,0.13,"B-",9354.0,4.0,25.992635,4.0,"1.07128 s","3+",9.353542,-8.364,-7.342,-12.078916 " ",14,12,26,"Mg "," ",-16214.542,0.03,8333.87,0.001," ","*","*",25.98259297,0.03,"stable","0+",-4.004392,-10.375542,-9.353542,-10.614739 " ",13,13,26,"Al "," ",-12210.15,0.07,8149.765,0.003,"B+",4004.39,0.06,25.98689186,0.07,"7.17e+5 y","5+",-5.06913,2.982392,4.004392,-9.453556 " ",12,14,26,"Si "," -",-7141.02,0.11,7924.708,0.004,"B+",5069.14,0.08,25.9923338,0.12,"2.2453 s","0+",-18.11102,4.04713,5.06913,-9.166036 " ",11,15,26,"P "," x",10970.0,200.0,7198.0,8.0,"B+",18110.0,200.0,26.01178,210.0,"43.7 ms","(3+)",-16.11,17.08902,18.11102,-9.654916 " ",10,16,26,"S "," x",27080.0,600.0,6548.0,23.0,"B+",16110.0,630.0,26.02907,640.0,"79 ns","0+",0.0,15.088,16.11,-8.684916 "0",19,8,27,"O "," x",44670.0,500.0,6185.0,19.0,"B-",19220.0,630.0,27.04796,540.0,"None","None",19.22,0.0,0.0,-21.924916 " ",18,9,27,"F "," x",25450.0,390.0,6868.0,14.0,"B-",18400.0,400.0,27.02732,420.0,"5.0 ms","(5/2+)",18.4,-20.242,-19.22,-13.694916 " ",17,10,27,"Ne "," x",7050.0,90.0,7520.0,3.0,"B-",12570.0,90.0,27.00757,100.0,"31.5 ms","(3/2+)",12.568,-19.422,-18.4,-9.994916 " ",16,11,27,"Na "," ++",-5518.0,4.0,7956.95,0.14,"B-",9069.0,4.0,26.994076,4.0,"301 ms","5/2+",9.06861,-13.59,-12.568,-11.232916 " ",15,12,27,"Mg "," -n",-14586.61,0.05,8263.852,0.002,"B-",2610.25,0.07,26.98434063,0.05,"9.458 m","1/2+",2.61025,-10.09061,-9.06861,-11.857476 " ",14,13,27,"Al "," ",-17196.86,0.05,8331.553,0.002," ","*","*",26.98153841,0.05,"stable","5/2+",-4.81236,-3.63225,-2.61025,-10.0919235 " ",13,14,27,"Si "," -",-12384.5,0.11,8124.341,0.004,"B+",4812.36,0.1,26.98670469,0.12,"4.16 s","5/2+",-11.6625,3.79036,4.81236,-9.335906 " ",12,15,27,"P "," p4n",-722.0,26.0,7663.4,1.0,"B+",11662.0,26.0,26.999224,28.0,"260 ms","1/2+",-17.752,10.6405,11.6625,-9.895016 " ",11,16,27,"S "," -",17030.0,400.0,6977.0,15.0,"B+",17750.0,400.0,27.01828,430.0,"21 ms","(5/2+)",0.0,16.73,17.752,-9.094916 "0",20,8,28,"O "," x",52080.0,700.0,5988.0,25.0,"B-",18340.0,800.0,28.05591,750.0,"None","None",18.34,0.0,0.0,0.0 " ",19,9,28,"F "," -n",33740.0,390.0,6615.0,14.0,"B-",22440.0,410.0,28.03622,420.0,"0.046 as","",22.44,-19.362,-18.34,-15.624916 " ",18,10,28,"Ne "," x",11300.0,130.0,7388.0,5.0,"B-",12290.0,130.0,28.01213,140.0,"18.9 ms","0+",12.288,-23.462,-22.44,-9.624916 " ",17,11,28,"Na "," x",-988.0,10.0,7799.3,0.4,"B-",14031.0,10.0,27.998939,11.0,"30.5 ms","1+",14.0308,-13.31,-12.288,-10.952916 " ",16,12,28,"Mg "," +",-15018.8,2.0,8272.41,0.07,"B-",1831.8,2.0,27.983876600000002,2.1,"20.915 h","0+",1.83184,-15.0528,-14.0308,-11.492116 " ",15,13,28,"Al "," -n",-16850.64,0.08,8309.894,0.003,"B-",4642.15,0.08,27.98191009,0.08,"2.245 m","3+",4.6421543,-2.85384,-1.83184,-10.857655 " ",14,14,28,"Si "," ",-21492.7943,0.0005,8447.744,0.0," ","*","*",27.976926535,0.0005,"stable","0+",-14.3450943,-5.6641543,-4.6421543,-9.9841413 " ",13,15,28,"P "," ",-7147.7,1.2,7907.48,0.04,"B+",14345.1,1.2,27.992326600000002,1.2,"270.3 ms","3+",-11.2177,13.3230943,14.3450943,-9.523756 " ",12,16,28,"S "," --",4070.0,160.0,7479.0,6.0,"B+",11220.0,160.0,28.00437,170.0,"125 ms","0+",-23.45,10.1957,11.2177,-9.099916 " ",11,17,28,"Cl "," x",27520.0,600.0,6614.0,21.0,"B+",23440.0,620.0,28.02954,640.0,"None","None",0.0,22.428,23.45,-8.224916 "0",20,9,29,"F "," x",40150.0,530.0,6444.0,18.0,"B-",21750.0,550.0,29.0431,560.0,"2.5 ms","",21.75,0.0,0.0,-18.254916 " ",19,10,29,"Ne "," x",18400.0,150.0,7167.0,5.0,"B-",15720.0,150.0,29.01975,160.0,"14.8 ms","(3/2+)",15.72,-22.772,-21.75,-11.354916 " ",18,11,29,"Na "," ",2680.0,7.0,7682.15,0.25,"B-",13283.0,14.0,29.002877,8.0,"44.1 ms","3/2+",13.283,-16.742,-15.72,-11.074916 " ",17,12,29,"Mg "," x",-10603.0,11.0,8113.2,0.4,"B-",7605.0,11.0,28.988617,12.0,"1.30 s","3/2+",7.6048,-14.305,-13.283,-10.991916 " ",16,13,29,"Al "," x",-18207.8,0.3,8348.464,0.012,"B-",3687.3,0.3,28.9804532,0.4,"6.56 m","5/2+",3.6872784,-8.6268,-7.6048,-11.274916 " ",15,14,29,"Si "," ",-21895.0784,0.0006,8448.635,0.0," ","*","*",28.9764946653,0.0006,"stable","1/2+",-4.9422784,-4.7092784,-3.6872784,-11.1272144 " ",14,15,29,"P "," ",-16952.8,0.4,8251.236,0.012,"B+",4942.2,0.4,28.981800399999997,0.4,"4.142 s","1/2+",-13.7928,3.9202784,4.9422784,-10.461746 " ",13,16,29,"S "," +3n",-3160.0,50.0,7748.5,1.7,"B+",13800.0,50.0,28.99661,50.0,"188 ms","(5/2+)",-16.32,12.7708,13.7928,-9.411916 " ",12,17,29,"Cl "," -p",13160.0,190.0,7159.0,7.0,"B+",16320.0,200.0,29.01413,200.0,"20 ns","(1/2+)",0.0,15.298,16.32,-9.004916 "0",21,9,30,"F "," x",48110.0,600.0,6233.0,20.0,"B-",24830.0,650.0,30.05165,640.0,"None","None",24.83,0.0,0.0,0.0 " ",20,10,30,"Ne "," ",23280.0,250.0,7035.0,8.0,"B-",14810.0,250.0,30.02499,270.0,"7.3 ms","0+",14.805,-25.852,-24.83,-13.804916 " ",19,11,30,"Na "," ",8475.0,5.0,7501.97,0.16,"B-",17358.0,6.0,30.009098,5.0,"48 ms","2+",17.359,-15.827,-14.805,-12.599916 " ",18,12,30,"Mg "," x",-8884.0,3.0,8054.51,0.11,"B-",6981.0,4.0,29.990463,4.0,"335 ms","0+",6.9808,-18.381,-17.359,-11.789916 " ",17,13,30,"Al "," x",-15864.8,2.9,8261.13,0.1,"B-",8568.1,2.9,29.982968,3.0,"3.62 s","3+",8.56816,-8.0028,-6.9808,-11.428716 " ",16,14,30,"Si "," -n",-24432.96,0.022,8520.654,0.001," ","*","*",29.973770137,0.023,"stable","0+",-4.23211,-9.59016,-8.56816,-10.643334 " ",15,15,30,"P "," -",-20200.85,0.07,8353.506,0.002,"B+",4232.11,0.06,29.978313489999998,0.07,"2.498 m","1+",-6.1416,3.21011,4.23211,-10.415616 " ",14,16,30,"S "," -",-14059.25,0.21,8122.707,0.007,"B+",6141.6,0.2,29.98490677,0.22,"1.178 s","0+",-18.49925,5.1196,6.1416,-9.343146 " ",13,17,30,"Cl "," x",4440.0,200.0,7480.0,7.0,"B+",18500.0,200.0,30.00477,210.0,"30 ns","(3+)",-16.49,17.47725,18.49925,-8.954916 " ",12,18,30,"Ar "," -pp",20930.0,210.0,6904.0,7.0,"B+",16490.0,280.0,30.02247,220.0,"?","(2+)",0.0,15.468,16.49,-8.574916 "0",22,9,31,"F "," -nn",56140.0,550.0,6033.0,18.0,"B-",24960.0,610.0,31.06027,590.0,"260 ns","",24.96,0.0,0.0,0.0 " ",21,10,31,"Ne "," ",31180.0,270.0,6813.0,9.0,"B-",18940.0,270.0,31.03347,290.0,"3.4 ms","(3/2-)",18.934,-25.982,-24.96,-15.914916 " ",20,11,31,"Na "," x",12246.0,14.0,7398.7,0.5,"B-",15368.0,14.0,31.013147,15.0,"17.0 ms","3/2+",15.368,-19.956,-18.934,-15.628916 " ",19,12,31,"Mg "," x",-3122.0,3.0,7869.19,0.1,"B-",11829.0,4.0,30.996648,3.0,"236 ms","1/2(+)",11.8287,-16.39,-15.368,-12.596916 " ",18,13,31,"Al "," x",-14950.7,2.2,8225.52,0.07,"B-",7998.3,2.2,30.9839498,2.4,"644 ms","5/2(+)",7.99834,-12.8507,-11.8287,-11.857616 " ",17,14,31,"Si "," -n",-22949.04,0.04,8458.291,0.001,"B-",1491.5,0.04,30.975363190000003,0.05,"157.36 m","3/2+",1.491501,-9.02034,-7.99834,-10.787346 " ",16,15,31,"P "," ",-24440.541,0.0007,8481.167,0.0," ","*","*",30.973761998599997,0.0007,"stable","1/2+",-5.398021,-2.513501,-1.491501,-9.668597 " ",15,16,31,"S "," ",-19042.52,0.23,8281.8,0.007,"B+",5398.02,0.23,30.97955701,0.25,"2.5534 s","1/2+",-12.00752,4.376021,5.398021,-9.082936 " ",14,17,31,"Cl "," --",-7035.0,3.0,7869.21,0.11,"B+",12008.0,3.0,30.992448,4.0,"150 ms","",-18.365,10.98552,12.00752,-8.737916 " ",13,18,31,"Ar "," -",11330.0,200.0,7252.0,6.0,"B+",18360.0,200.0,31.01216,220.0,"14.4 ms","5/2+",0.0,17.343,18.365,-8.124916 "0",22,10,32,"Ne "," x",37000.0,500.0,6671.0,16.0,"B-",18360.0,500.0,32.03972,540.0,"3.5 ms","0+",18.36,0.0,0.0,-17.504916 " ",21,11,32,"Na "," x",18640.0,40.0,7219.9,1.2,"B-",19470.0,40.0,32.02001,40.0,"13.2 ms","(3-,4-)",19.469,-19.382,-18.36,-17.524916 " ",20,12,32,"Mg "," x",-829.0,3.0,7803.84,0.1,"B-",10270.0,8.0,31.99911,4.0,"86 ms","0+",10.27,-20.491,-19.469,-14.553916 " ",19,13,32,"Al "," x",-11099.0,7.0,8100.34,0.22,"B-",12978.0,7.0,31.988084,8.0,"33.0 ms","1+",12.97869,-11.292,-10.27,-12.535916 " ",18,14,32,"Si "," x",-24077.69,0.3,8481.468,0.009,"B-",227.2,0.3,31.9741515,0.3,"153 y","0+",0.22718,-14.00069,-12.97869,-11.483806 " ",17,15,32,"P "," -n",-24304.87,0.04,8464.12,0.001,"B-",1710.66,0.04,31.97390764,0.04,"14.268 d","1+",1.7106636,-1.24918,-0.22718,-9.879146 " ",16,16,32,"S "," ",-26015.5336,0.0013,8493.129,0.0," ","*","*",31.972071174400003,0.0014,"stable","0+",-12.6808336,-2.7326636,-1.7106636,-6.9476553 " ",15,17,32,"Cl "," ",-13334.7,0.6,8072.404,0.018,"B+",12680.9,0.6,31.985684600000003,0.6,"298 ms","1+",-11.1343,11.6588336,12.6808336,-8.611916 " ",14,18,32,"Ar "," x",-2200.4,1.8,7700.01,0.06,"B+",11134.3,1.9,31.9976378,1.9,"98 ms","0+",-23.3004,10.1123,11.1343,-8.695316 " ",13,19,32,"K "," x",21100.0,400.0,6947.0,13.0,"B+",23300.0,400.0,32.02265,430.0,"None","None",0.0,22.2784,23.3004,-8.844916 "0",23,10,33,"Ne "," x",46000.0,600.0,6440.0,18.0,"B-",22220.0,750.0,33.04938,640.0,"180 ns","",22.22,0.0,0.0,0.0 " ",22,11,33,"Na "," x",23780.0,450.0,7090.0,14.0,"B-",18820.0,450.0,33.02553,480.0,"8.0 ms","(3/2+)",18.8177,-23.242,-22.22,-18.794916 " ",21,12,33,"Mg "," x",4962.3,2.9,7636.45,0.09,"B-",13460.0,8.0,33.005327,3.0,"90.5 ms","3/2(-)",13.4593,-19.8397,-18.8177,-15.862616 " ",20,13,33,"Al "," x",-8497.0,7.0,8020.62,0.21,"B-",12017.0,7.0,32.990878,8.0,"41.7 ms","(5/2)+",12.0173,-14.4813,-13.4593,-13.601916 " ",19,14,33,"Si "," x",-20514.3,0.7,8361.059,0.021,"B-",5823.0,1.3,32.977977,0.8,"6.11 s","3/2+",5.823,-13.0393,-12.0173,-12.336216 " ",18,15,33,"P "," +",-26337.3,1.1,8513.81,0.03,"B-",248.5,1.1,32.9717257,1.2,"25.35 d","1/2+",0.2485543,-6.845,-5.823,-10.554416 " ",17,16,33,"S "," ",-26585.8543,0.0014,8497.63,0.0," ","*","*",32.9714589099,0.0015,"stable","3/2+",-5.5825543,-1.2705543,-0.2485543,-7.1156919 " ",16,17,33,"Cl "," ",-21003.3,0.4,8304.755,0.012,"B+",5582.5,0.4,32.977452,0.4,"2.511 s","3/2+",-11.619,4.5605543,5.5825543,-6.475416 " ",15,18,33,"Ar "," x",-9384.3,0.4,7928.955,0.012,"B+",11619.0,0.6,32.9899255,0.4,"173.0 ms","1/2+",-16.4243,10.597,11.619,-8.649216 " ",14,19,33,"K "," x",7040.0,200.0,7407.0,6.0,"B+",16430.0,200.0,33.00756,210.0,"25 ns","",0.0,15.4023,16.4243,-8.544916 "0",24,10,34,"Ne "," -nn",52840.0,510.0,6287.0,15.0,"B-",21160.0,790.0,34.05673,550.0,"60 ns","0+",21.16,0.0,0.0,0.0 " ",23,11,34,"Na "," x",31680.0,600.0,6886.0,18.0,"B-",23360.0,600.0,34.03401,640.0,"5.5 ms","",23.357,-22.182,-21.16,-18.854916 " ",22,12,34,"Mg "," x",8323.0,29.0,7550.4,0.8,"B-",11324.0,29.0,34.00894,30.0,"20 ms","0+",11.323,-24.379,-23.357,-17.381916 " ",21,13,34,"Al "," x",-3000.0,3.0,7860.43,0.09,"B-",16957.0,14.0,33.996779,3.0,"56.3 ms","(4-)",16.957,-12.345,-11.323,-13.899916 " ",20,14,34,"Si "," +pp",-19957.0,14.0,8336.1,0.4,"B-",4592.0,14.0,33.978575,15.0,"2.77 s","0+",4.5917,-17.979,-16.957,-13.497916 " ",19,15,34,"P "," x",-24548.7,0.8,8448.185,0.024,"B-",5383.0,0.8,33.9736459,0.9,"12.43 s","1+",5.38299,-5.6137,-4.5917,-11.108816 " ",18,16,34,"S "," ",-29931.69,0.04,8583.498,0.001," ","*","*",33.96786701,0.05,"stable","0+",-5.49161,-6.40499,-5.38299,-7.923646 " ",17,17,34,"Cl "," ",-24440.08,0.05,8398.97,0.002,"B+",5491.6,0.04,33.97376249,0.05,"1.5266 s","0+",-6.06179,4.46961,5.49161,-6.664146 " ",16,18,34,"Ar "," ",-18378.29,0.08,8197.672,0.002,"B+",6061.79,0.06,33.980270090000005,0.08,"843.8 ms","0+",-17.15829,5.03979,6.06179,-6.743956 " ",15,19,34,"K "," x",-1220.0,200.0,7670.0,6.0,"B+",17160.0,200.0,33.99869,210.0,"25 ns","",-15.07,16.13629,17.15829,-8.084916 " ",14,20,34,"Ca "," x",13850.0,300.0,7204.0,9.0,"B+",15070.0,360.0,34.01487,320.0,"35 ns","0+",0.0,14.048,15.07,-9.504916 "0",24,11,35,"Na "," -n",38230.0,670.0,6733.0,19.0,"B-",22590.0,720.0,35.04104,720.0,"1.5 ms","",22.59,0.0,0.0,-20.334916 " ",23,12,35,"Mg "," x",15640.0,270.0,7356.0,8.0,"B-",15860.0,270.0,35.01679,290.0,"70 ms","",15.864,-23.612,-22.59,-17.964916 " ",22,13,35,"Al "," x",-224.0,7.0,7787.12,0.21,"B-",14170.0,40.0,34.99976,8.0,"37.7 ms","(5/2+)",14.166,-16.886,-15.864,-14.894916 " ",21,14,35,"Si ","2p-n",-14390.0,40.0,8169.6,1.0,"B-",10470.0,40.0,34.98455,40.0,"0.78 s","(7/2-)",10.4678,-15.188,-14.166,-13.692916 " ",20,15,35,"P "," +p",-24857.8,1.9,8446.25,0.05,"B-",3988.4,1.9,34.9733141,2.0,"47.3 s","1/2+",3.98841,-11.4898,-10.4678,-12.332016 " ",19,16,35,"S "," ",-28846.21,0.04,8537.85,0.001,"B-",167.322,0.026,34.969032320000004,0.04,"87.37 d","3/2+",0.16732,-5.01041,-3.98841,-8.322086 " ",18,17,35,"Cl "," ",-29013.53,0.04,8520.278,0.001," ","*","*",34.96885269,0.04,"stable","3/2+",-5.96623,-1.18932,-0.16732,-6.997905 " ",17,18,35,"Ar "," -",-23047.3,0.7,8327.461,0.019,"B+",5966.2,0.7,34.9752577,0.7,"1.7756 s","3/2+",-11.8744,4.94423,5.96623,-6.429696 " ",16,19,35,"K "," 4n",-11172.9,0.5,7965.84,0.015,"B+",11874.4,0.9,34.9880054,0.6,"178 ms","3/2+",-15.9629,10.8524,11.8744,-6.562816 " ",15,20,35,"Ca "," x",4790.0,200.0,7487.0,6.0,"B+",15960.0,200.0,35.00514,210.0,"25.7 ms","",0.0,14.9409,15.9629,-8.964916 "0",25,11,36,"Na "," -n",46300.0,680.0,6546.0,19.0,"B-",25920.0,970.0,36.04971,730.0,"180 ns","",25.92,0.0,0.0,0.0 " ",24,12,36,"Mg "," x",20380.0,690.0,7244.0,19.0,"B-",14430.0,710.0,36.02188,740.0,"3.9 ms","0+",14.43,-26.942,-25.92,-19.044916 " ",23,13,36,"Al "," x",5950.0,150.0,7624.0,4.0,"B-",18390.0,170.0,36.00639,160.0,"90 ms","",18.39,-15.452,-14.43,-15.114916 " ",22,14,36,"Si "," x",-12440.0,70.0,8112.5,2.0,"B-",7810.0,70.0,35.98665,80.0,"0.45 s","0+",7.811,-19.412,-18.39,-14.035916 " ",21,15,36,"P "," +",-20251.0,13.0,8307.9,0.4,"B-",10413.0,13.0,35.97826,14.0,"5.6 s","4-",10.41313,-8.833,-7.811,-11.576916 " ",20,16,36,"S "," ",-30664.13,0.19,8575.389,0.005,"B-",-1142.13,0.19,35.967080700000004,0.2,"stable","0+",-1.14212,-11.43513,-10.41313,-9.011356 " ",19,17,36,"Cl "," ",-29522.01,0.04,8521.931,0.001,"B-",709.53,0.04,35.96830682,0.04,"3.01e+5 y","2+",0.70953,0.12012,1.14212,-7.642056 " ",18,18,36,"Ar "," ",-30231.54,0.027,8519.909,0.001," ","*","*",35.967545105,0.029,"stable","0+",-12.81444,-1.73153,-0.70953,-6.6409224 " ",17,19,36,"K "," ",-17417.1,0.3,8142.219,0.009,"B+",12814.5,0.3,35.981302,0.4,"342 ms","2+",-10.9671,11.79244,12.81444,-6.507316 " ",16,20,36,"Ca "," 4n",-6450.0,40.0,7815.9,1.1,"B+",10970.0,40.0,35.99307,40.0,"102 ms","0+",-21.8,9.9451,10.9671,-6.674516 " ",15,21,36,"Sc "," x",15350.0,300.0,7189.0,8.0,"B+",21800.0,300.0,36.01648,320.0,"None","None",0.0,20.778,21.8,-8.174916 "0",26,11,37,"Na "," -nn",53530.0,690.0,6392.0,19.0,"B-",25320.0,980.0,37.05747,740.0,"60 ns","",25.32,0.0,0.0,0.0 " ",25,12,37,"Mg "," -n",28210.0,700.0,7055.0,19.0,"B-",18400.0,720.0,37.03029,750.0,"8 ms","",18.4,-26.342,-25.32,-20.214916 " ",24,13,37,"Al "," x",9810.0,180.0,7531.0,5.0,"B-",16380.0,210.0,37.01053,190.0,"10.7 ms","(5/2+)",16.38,-19.422,-18.4,-16.394916 " ",23,14,37,"Si "," x",-6570.0,110.0,7953.0,3.0,"B-",12420.0,120.0,36.99295,120.0,"90 ms","",12.43,-17.402,-16.38,-13.957216 " ",22,15,37,"P ","p-2n",-19000.0,40.0,8267.6,1.0,"B-",7900.0,40.0,36.97961,40.0,"2.31 s","(1/2+)",7.89642,-13.452,-12.43,-12.927916 " ",21,16,37,"S "," -n",-26896.42,0.2,8459.935,0.005,"B-",4865.12,0.2,36.97112551,0.21,"5.05 m","7/2-",4.86512,-8.91842,-7.89642,-8.807036 " ",20,17,37,"Cl "," ",-31761.54,0.05,8570.281,0.001," ","*","*",36.96590258,0.06,"stable","3/2+",-0.81388,-5.88712,-4.86512,-7.849156 " ",19,18,37,"Ar "," -",-30947.66,0.21,8527.139,0.006,"B+",813.87,0.2,36.96677631,0.22,"35.011 d","3/2+",-6.14746,-0.20812,0.81388,-6.7867217 " ",18,19,37,"K "," -p",-24800.2,0.09,8339.847,0.003,"B+",6147.47,0.23,36.97337589,0.1,"1.225 s","3/2+",-11.6641,5.12546,6.14746,-6.221816 " ",17,20,37,"Ca "," x",-13136.1,0.6,8003.456,0.017,"B+",11664.1,0.6,36.9858979,0.7,"181.1 ms","3/2+",-16.6561,10.6421,11.6641,-6.176716 " ",16,21,37,"Sc "," x",3520.0,300.0,7532.0,8.0,"B+",16660.0,300.0,37.00378,320.0,"None","None",0.0,15.6341,16.6561,-5.944916 "0",26,12,38,"Mg "," x",34070.0,500.0,6928.0,13.0,"B-",17860.0,630.0,38.03658,540.0,"260 ns","0+",17.86,0.0,0.0,-21.194916 " ",25,13,38,"Al "," x",16210.0,370.0,7377.0,10.0,"B-",20380.0,390.0,38.0174,400.0,"7.6 ms","",20.38,-18.882,-17.86,-17.894916 " ",24,14,38,"Si "," x",-4170.0,100.0,7892.8,2.8,"B-",10450.0,130.0,37.99552,110.0,"1 us","0+",10.45,-21.402,-20.38,-14.917916 " ",23,15,38,"P "," x",-14620.0,70.0,8147.3,1.9,"B-",12240.0,70.0,37.9843,80.0,"0.64 s","(0-:4-)",12.241,-11.472,-10.45,-14.044916 " ",22,16,38,"S "," +",-26861.0,7.0,8448.78,0.19,"B-",2937.0,7.0,37.971163,8.0,"170.3 m","0+",2.9371,-13.263,-12.241,-9.328916 " ",21,17,38,"Cl "," -n",-29798.1,0.1,8505.481,0.003,"B-",4916.72,0.22,37.96801042,0.11,"715 ms","5-",4.91672,-3.9591,-2.9371,-7.674316 " ",20,18,38,"Ar "," ",-34714.82,0.19,8614.28,0.005," ","*","*",37.962732100000004,0.21,"stable","0+",-5.91407,-5.93872,-4.91672,-7.208046 " ",19,19,38,"K "," ",-28800.75,0.2,8438.058,0.005,"B+",5914.07,0.04,37.96908112,0.21,"7.636 m","3+",-6.74225,4.89207,5.91407,-6.785586 " ",18,20,38,"Ca "," ",-22058.5,0.19,8240.043,0.005,"B+",6742.26,0.06,37.976319229999994,0.21,"440 ms","0+",-17.8085,5.72025,6.74225,-6.105126 " ",17,21,38,"Sc "," x",-4250.0,200.0,7751.0,5.0,"B+",17810.0,200.0,37.99544,220.0,"None","None",-15.12,16.7865,17.8085,-5.454916 " ",16,22,38,"Ti "," x",10870.0,300.0,7332.0,8.0,"B+",15120.0,360.0,38.01167,320.0,"None","None",0.0,14.098,15.12,-5.404916 "0",27,12,39,"Mg "," -n",42280.0,510.0,6747.0,13.0,"B-",21630.0,650.0,39.04538,550.0,"180 ns","",21.63,0.0,0.0,0.0 " ",26,13,39,"Al "," x",20650.0,400.0,7281.0,10.0,"B-",18330.0,420.0,39.02217,430.0,"7.6 ms","",18.33,-22.652,-21.63,-20.004916 " ",25,14,39,"Si "," x",2320.0,140.0,7731.0,3.0,"B-",15090.0,180.0,39.00249,150.0,"47.5 ms","(5/2-)",15.09,-19.352,-18.33,-15.744916 " ",24,15,39,"P "," x",-12770.0,110.0,8098.0,2.9,"B-",10390.0,120.0,38.98629,120.0,"0.28 s","(1/2+)",10.39,-16.112,-15.09,-14.970916 " ",23,16,39,"S ","2p-n",-23160.0,50.0,8344.3,1.3,"B-",6640.0,50.0,38.97513,50.0,"11.5 s","(7/2)-",6.6402,-11.412,-10.39,-11.194916 " ",22,17,39,"Cl "," -nn",-29800.2,1.7,8494.4,0.04,"B-",3442.0,5.0,38.9680082,1.9,"55.6 m","3/2+",3.4418,-7.6622,-6.6402,-7.367316 " ",21,18,39,"Ar "," +",-33242.0,5.0,8562.6,0.13,"B-",565.0,5.0,38.964313,5.0,"269 y","7/2-",0.56519,-4.4638,-3.4418,-6.820706 " ",20,19,39,"K "," ",-33807.19,0.005,8557.025,0.0," ","*","*",38.963706487,0.005,"stable","3/2+",-6.52449,-1.58719,-0.56519,-7.218576 " ",19,20,39,"Ca "," ",-27282.7,0.6,8369.67,0.015,"B+",6524.5,0.6,38.9707108,0.6,"859.6 ms","3/2+",-13.1097,5.50249,6.52449,-6.660316 " ",18,21,39,"Sc ","2n-p",-14173.0,24.0,8013.5,0.6,"B+",13110.0,24.0,38.984785,26.0,"300 ns","(7/2-)",-16.373,12.0877,13.1097,-5.425016 " ",17,22,39,"Ti "," x",2200.0,200.0,7574.0,5.0,"B+",16370.0,200.0,39.00236,220.0,"31 ms","(3/2+)",0.0,15.351,16.373,-5.014916 "0",28,12,40,"Mg "," x",48350.0,500.0,6628.0,13.0,"B-",20760.0,640.0,40.05191,540.0,"170 ns","0+",20.76,0.0,0.0,0.0 " ",27,13,40,"Al "," x",27590.0,400.0,7127.0,10.0,"B-",22160.0,530.0,40.02962,430.0,"260 ns","",22.16,-21.782,-20.76,-21.134916 " ",26,14,40,"Si "," x",5430.0,350.0,7662.0,9.0,"B-",13540.0,380.0,40.00583,370.0,"33.0 ms","0+",13.54,-23.182,-22.16,-17.374916 " ",25,15,40,"P "," x",-8110.0,150.0,7981.0,4.0,"B-",14720.0,150.0,39.99129,160.0,"153 ms","(2-,3-)",14.728,-14.562,-13.54,-16.484916 " ",24,16,40,"S "," ",-22838.0,4.0,8329.32,0.1,"B-",4720.0,30.0,39.975483,4.0,"8.8 s","0+",4.722,-15.75,-14.728,-12.822916 " ",23,17,40,"Cl "," +",-27560.0,30.0,8427.8,0.8,"B-",7480.0,30.0,39.97042,30.0,"1.35 m","2-",7.4798946,-5.744,-4.722,-9.733916 " ",22,18,40,"Ar "," ",-35039.8946,0.0022,8595.259,0.0,"B-",-1504.4,0.06,39.9623831238,0.0024,"stable","0+",-1.5044046,-8.5018946,-7.4798946,-6.8006806 " ",21,19,40,"K "," ",-33535.49,0.06,8538.09,0.001,"B-",1310.89,0.06,39.96399817,0.06,"1.248e+9 y","4-",1.310894,0.4824046,1.5044046,-6.438396 " ",20,20,40,"Ca "," ",-34846.384,0.021,8551.303,0.001," ","*","*",39.962590866,0.022,"stable","0+",-14.323084,-2.332894,-1.310894,-7.03976 " ",19,21,40,"Sc "," -",-20523.3,2.8,8173.67,0.07,"B+",14323.0,2.8,39.977967,3.0,"182.3 ms","4-",-11.6733,13.301084,14.323084,-5.531116 " ",18,22,40,"Ti "," --",-8850.0,160.0,7862.0,4.0,"B+",11670.0,160.0,39.9905,170.0,"53.3 ms","0+",-21.02,10.6513,11.6733,-4.824916 " ",17,23,40,"V "," x",12170.0,300.0,7317.0,7.0,"B+",21020.0,340.0,40.01307,320.0,"None","None",0.0,19.998,21.02,-5.604916 "0",28,13,41,"Al "," x",33420.0,500.0,7008.0,12.0,"B-",21300.0,750.0,41.03588,540.0,"None","None",21.3,0.0,0.0,-22.534916 " ",27,14,41,"Si "," x",12120.0,550.0,7509.0,14.0,"B-",17100.0,570.0,41.01301,600.0,"20.0 ms","",17.1,-22.322,-21.3,-18.514916 " ",26,15,41,"P "," x",-4980.0,120.0,7906.6,2.9,"B-",14030.0,120.0,40.99465,130.0,"101 ms","",14.029,-18.122,-17.1,-17.214916 " ",25,16,41,"S "," x",-19009.0,4.0,8229.64,0.1,"B-",8300.0,70.0,40.979593,4.0,"1.99 s","",8.301,-15.051,-14.029,-14.863916 " ",24,17,41,"Cl "," x",-27310.0,70.0,8413.0,1.7,"B-",5760.0,70.0,40.97068,70.0,"38.4 s","(1/2+)",5.7575,-9.323,-8.301,-10.734916 " ",23,18,41,"Ar "," -n",-33067.5,0.3,8534.372,0.008,"B-",2492.0,0.3,40.9645006,0.4,"109.61 m","7/2-",2.492043,-6.7795,-5.7575,-8.595996 " ",22,19,41,"K "," ",-35559.543,0.004,8576.072,0.0," ","*","*",40.961825258000005,0.004,"stable","3/2+",-0.421653,-3.514043,-2.492043,-6.222919 " ",21,20,41,"Ca "," ",-35137.89,0.14,8546.706,0.003,"B+",421.65,0.14,40.962277920000005,0.15,"9.94e4 y","7/2-",-6.49548,-0.600347,0.421653,-6.615146 " ",20,21,41,"Sc "," ",-28642.41,0.08,8369.198,0.002,"B+",6495.48,0.16,40.9692511,0.09,"596.3 ms","7/2-",-12.94441,5.47348,6.49548,-6.267126 " ",19,22,41,"Ti "," x",-15698.0,28.0,8034.4,0.7,"B+",12945.0,28.0,40.98315,30.0,"80.4 ms","3/2+",-16.018,11.92241,12.94441,-4.986816 " ",18,23,41,"V "," x",320.0,200.0,7625.0,5.0,"B+",16020.0,200.0,41.00034,220.0,"None","None",0.0,14.996,16.018,-5.624916 "0",29,13,42,"Al "," x",40100.0,600.0,6874.0,14.0,"B-",23630.0,780.0,42.04305,640.0,"170 ns","",23.63,0.0,0.0,0.0 " ",28,14,42,"Si "," x",16470.0,500.0,7418.0,12.0,"B-",15460.0,590.0,42.01768,540.0,"12.5 ms","0+",15.46,-24.652,-23.63,-20.024916 " ",27,15,42,"P "," x",1010.0,310.0,7768.0,7.0,"B-",18650.0,310.0,42.00108,340.0,"48.5 ms","",18.6477,-16.482,-15.46,-17.624916 " ",26,16,42,"S "," x",-17637.7,2.8,8193.23,0.07,"B-",7190.0,60.0,41.981065,3.0,"1.016 s","0+",7.1923,-19.6697,-18.6477,-15.892616 " ",25,17,42,"Cl "," x",-24830.0,60.0,8345.9,1.4,"B-",9590.0,60.0,41.97334,60.0,"6.8 s","(2-)",9.593,-8.2143,-7.1923,-12.634916 " ",24,18,42,"Ar "," x",-34423.0,6.0,8555.61,0.14,"B-",599.0,6.0,41.963046,6.0,"32.9 y","0+",0.59903,-10.615,-9.593,-9.986916 " ",23,19,42,"K "," -n",-35022.03,0.11,8551.256,0.003,"B-",3525.22,0.18,41.96240231,0.11,"12.355 h","2-",3.52521,-1.62103,-0.59903,-7.648846 " ",22,20,42,"Ca "," ",-38547.24,0.15,8616.563,0.004," ","*","*",41.95861783,0.16,"stable","0+",-6.42609,-4.54721,-3.52521,-6.257336 " ",21,21,42,"Sc "," ",-32121.15,0.17,8444.933,0.004,"B+",6426.09,0.1,41.96551652,0.18,"680.79 ms","0+",-7.01648,5.40409,6.42609,-5.745316 " ",20,22,42,"Ti "," ",-25104.67,0.28,8259.247,0.007,"B+",7016.48,0.22,41.973049020000005,0.3,"208.65 ms","0+",-17.48467,5.99448,7.01648,-5.471086 " ",19,23,42,"V "," x",-7620.0,200.0,7824.0,5.0,"B+",17490.0,200.0,41.99182,210.0,"55 ns","",-14.35,16.46267,17.48467,-5.794916 " ",18,24,42,"Cr "," x",6730.0,400.0,7464.0,10.0,"B+",14350.0,450.0,42.00723,430.0,"13.3 ms","0+",0.0,13.328,14.35,-6.564916 "0",30,13,43,"Al "," x",47020.0,800.0,6741.0,19.0,"B-",23920.0,1000.0,43.05048,860.0,"170 ns","",23.92,0.0,0.0,0.0 " ",29,14,43,"Si "," x",23100.0,600.0,7279.0,14.0,"B-",18420.0,810.0,43.0248,640.0,"60 ns","",18.42,-24.942,-23.92,-21.604916 " ",28,15,43,"P "," x",4680.0,550.0,7690.0,13.0,"B-",16880.0,550.0,43.00502,600.0,"36.5 ms","1/2+",16.875,-19.442,-18.42,-18.394916 " ",27,16,43,"S "," x",-12195.0,5.0,8063.83,0.12,"B-",11960.0,60.0,42.986908,5.0,"265 ms","(3/2-)",11.965,-17.897,-16.875,-16.939916 " ",26,17,43,"Cl "," x",-24160.0,60.0,8323.9,1.4,"B-",7850.0,60.0,42.97406,70.0,"3.13 s","(1/2+)",7.85,-12.987,-11.965,-13.814916 " ",25,18,43,"Ar "," x",-32010.0,5.0,8488.24,0.12,"B-",4566.0,5.0,42.965636,6.0,"5.37 m","5/2(-)",4.5654,-8.872,-7.85,-11.274916 " ",24,19,43,"K "," -4n",-36575.4,0.4,8576.22,0.01,"B-",1833.4,0.5,42.9607347,0.4,"22.3 h","3/2+",1.83342,-5.5874,-4.5654,-9.200116 " ",23,20,43,"Ca "," ",-38408.82,0.23,8600.663,0.005," ","*","*",42.95876643,0.24,"stable","7/2-",-2.22072,-2.85542,-1.83342,-7.591736 " ",22,21,43,"Sc "," -p",-36188.1,1.9,8530.82,0.04,"B+",2220.7,1.9,42.9611505,2.0,"3.891 h","7/2-",-6.8671,1.19872,2.22072,-4.805826 " ",21,22,43,"Ti ","-n2p",-29321.0,7.0,8352.93,0.17,"B+",6867.0,7.0,42.968523,8.0,"509 ms","7/2-",-11.401,5.8451,6.8671,-4.463216 " ",20,23,43,"V "," x",-17920.0,40.0,8069.5,1.0,"B+",11400.0,40.0,42.98077,50.0,"79.3 ms","",-15.95,10.379,11.401,-6.171916 " ",19,24,43,"Cr "," x",-1970.0,400.0,7680.0,9.0,"B+",15950.0,400.0,42.99789,430.0,"21.2 ms","(3/2+)",0.0,14.928,15.95,-6.594916 "0",30,14,44,"Si "," x",28510.0,600.0,7174.0,14.0,"B-",18060.0,780.0,44.03061,640.0,"360 ns","0+",18.06,0.0,0.0,-22.264916 " ",29,15,44,"P "," x",10450.0,500.0,7567.0,11.0,"B-",19660.0,500.0,44.01122,540.0,"18.5 ms","",19.654,-19.082,-18.06,-19.564916 " ",28,16,44,"S "," x",-9204.0,5.0,7996.01,0.12,"B-",11180.0,140.0,43.990119,6.0,"100 ms","0+",11.176,-20.676,-19.654,-17.058916 " ",27,17,44,"Cl "," x",-20380.0,140.0,8232.0,3.0,"B-",12290.0,140.0,43.97812,150.0,"0.56 s","(2-)",12.2933,-12.198,-11.176,-14.694916 " ",26,18,44,"Ar "," x",-32673.3,1.6,8493.84,0.04,"B-",3108.2,1.6,43.964923799999994,1.7,"11.87 m","0+",3.1082,-13.3153,-12.2933,-12.260216 " ",25,19,44,"K "," x",-35781.5,0.4,8546.701,0.01,"B-",5687.2,0.5,43.961587,0.5,"22.13 m","2-",5.6872,-4.1302,-3.1082,-10.646416 " ",24,20,44,"Ca "," ",-41468.7,0.3,8658.175,0.007," ","*","*",43.9554815,0.3,"stable","0+",-3.6527,-6.7092,-5.6872,-8.8537214 " ",23,21,44,"Sc "," -p",-37816.0,1.8,8557.38,0.04,"B+",3652.7,1.8,43.9594029,1.9,"3.97 h","2+",-0.2674,2.6307,3.6527,-6.705426 " ",22,22,44,"Ti "," -a",-37548.6,0.7,8533.52,0.016,"B+",267.4,1.9,43.95969,0.8,"59.1 y","0+",-13.4286,-0.7546,0.2674,-5.127132 " ",21,23,44,"V "," x",-24120.0,180.0,8210.0,4.0,"B+",13430.0,180.0,43.97411,200.0,"111 ms","",-10.76,12.4066,13.4286,-6.021616 " ",20,24,44,"Cr "," x",-13360.0,300.0,7948.0,7.0,"B+",10760.0,350.0,43.98566,320.0,"42.8 ms","0+",-20.39,9.738,10.76,-6.934916 " ",19,25,44,"Mn "," x",7030.0,500.0,7467.0,11.0,"B+",20390.0,580.0,44.00755,540.0,"105 ns","",0.0,19.368,20.39,-7.564916 "0",31,14,45,"Si "," x",37490.0,700.0,6995.0,16.0,"B-",21890.0,860.0,45.04025,750.0,"None","None",21.89,0.0,0.0,0.0 " ",30,15,45,"P "," x",15600.0,500.0,7464.0,11.0,"B-",19590.0,1150.0,45.01675,540.0,"200 ns","",19.59,-22.912,-21.89,-20.244916 " ",29,16,45,"S "," x",-3990.0,1040.0,7882.0,23.0,"B-",14270.0,1040.0,44.99572,1110.0,"68 ms","",14.27,-20.612,-19.59,-18.534916 " ",28,17,45,"Cl "," x",-18260.0,140.0,8182.0,3.0,"B-",11510.0,140.0,44.98039,150.0,"413 ms","(1/2+)",11.5108,-15.292,-14.27,-15.704916 " ",27,18,45,"Ar "," x",-29770.8,0.5,8419.952,0.011,"B-",6844.8,0.7,44.968039700000006,0.6,"21.48 s","5/2-,7/2-",6.8448,-12.5328,-11.5108,-13.186716 " ",26,19,45,"K "," x",-36615.6,0.5,8554.674,0.012,"B-",4196.5,0.6,44.9606915,0.6,"17.81 m","3/2+",4.1966,-7.8668,-6.8448,-11.730516 " ",25,20,45,"Ca "," ",-40812.2,0.4,8630.545,0.008,"B-",259.7,0.7,44.9561863,0.4,"162.61 d","7/2-",0.2597,-5.2186,-4.1966,-10.169616 " ",24,21,45,"Sc "," ",-41071.9,0.7,8618.931,0.015," ","*","*",44.9559075,0.7,"318 ms","3/2+",-2.0621,-1.2817,-0.2597,-7.937273 " ",23,22,45,"Ti "," ",-39009.8,0.8,8555.722,0.019,"B+",2062.1,0.5,44.9581212,0.9,"184.8 m","7/2-",-7.1238,1.0401,2.0621,-6.296826 " ",22,23,45,"V "," ",-31886.0,0.9,8380.029,0.019,"B+",7123.82,0.21,44.965769,0.9,"547 ms","7/2-",-12.376,6.1018,7.1238,-5.668506 " ",21,24,45,"Cr "," x",-19510.0,40.0,8087.7,0.8,"B+",12370.0,40.0,44.97905,40.0,"60.9 ms","7/2-",-14.26,11.354,12.376,-6.236916 " ",20,25,45,"Mn "," x",-5250.0,400.0,7753.0,9.0,"B+",14270.0,400.0,44.99436,430.0,"None","None",-19.01,13.238,14.26,-7.994916 " ",19,26,45,"Fe "," -pp",13760.0,400.0,7313.0,9.0,"B+",19010.0,570.0,45.01477,430.0,"2.45 ms","(3/2+)",0.0,17.988,19.01,0.0 "0",31,15,46,"P "," x",22970.0,700.0,7317.0,15.0,"B-",22630.0,860.0,46.02466,750.0,"None","None",22.63,0.0,0.0,-19.554916 " ",30,16,46,"S "," x",340.0,500.0,7792.0,11.0,"B-",14200.0,540.0,46.00037,540.0,"50 ms","0+",14.2,-23.652,-22.63,-18.554916 " ",29,17,46,"Cl "," x",-13860.0,210.0,8083.0,5.0,"B-",15910.0,210.0,45.98512,220.0,"223 ms","",15.9129,-15.222,-14.2,-17.294916 " ",28,18,46,"Ar "," x",-29772.9,1.1,8412.419,0.024,"B-",5641.0,1.3,45.9680374,1.2,"8.4 s","0+",5.641,-16.9349,-15.9129,-14.560116 " ",27,19,46,"K "," x",-35413.9,0.7,8518.042,0.016,"B-",7725.4,2.4,45.9619816,0.8,"105 s","(2-)",7.7255,-6.663,-5.641,-13.008816 " ",26,20,46,"Ca "," ",-43139.4,2.2,8668.98,0.05,"B-",-1378.1,2.3,45.953688,2.4,"stable","0+",-1.3782,-8.7475,-7.7255,-11.141316 " ",25,21,46,"Sc "," -n",-41761.2,0.7,8622.012,0.015,"B-",2366.6,0.7,45.9551675,0.7,"18.75 s","1-",2.3666,0.3562,1.3782,-9.164086 " ",24,22,46,"Ti "," ",-44127.8,0.16,8656.451,0.004," ","*","*",45.95262686,0.18,"stable","0+",-7.05245,-3.3886,-2.3666,-8.005476 " ",23,23,46,"V "," ",-37075.35,0.2,8486.13,0.004,"B+",7052.45,0.09,45.960197969999996,0.22,"422.50 ms","0+",-7.60335,6.03045,7.05245,-7.379116 " ",22,24,46,"Cr "," ",-29472.0,11.0,8303.82,0.25,"B+",7604.0,11.0,45.968361,12.0,"0.26 s","0+",-16.902,6.58135,7.60335,-6.792246 " ",21,25,46,"Mn "," x",-12570.0,400.0,7919.0,9.0,"B+",16900.0,400.0,45.98651,430.0,"36.2 ms","[4+]",-13.48,15.88,16.902,-7.374916 " ",20,26,46,"Fe "," x",910.0,500.0,7609.0,11.0,"B+",13480.0,640.0,46.00098,540.0,"13.0 ms","0+",0.0,12.458,13.48,-8.244916 "0",32,15,47,"P "," x",29710.0,800.0,7190.0,17.0,"B-",22340.0,940.0,47.0319,860.0,"None","None",22.34,0.0,0.0,-19.734916 " ",31,16,47,"S "," x",7370.0,500.0,7648.0,11.0,"B-",17150.0,640.0,47.00791,540.0,"None","None",17.15,-23.362,-22.34,-18.154916 " ",30,17,47,"Cl "," x",-9780.0,400.0,7996.0,9.0,"B-",15590.0,400.0,46.9895,430.0,"101 ms","",15.5863,-18.172,-17.15,-16.884916 " ",29,18,47,"Ar "," x",-25366.3,1.1,8311.404,0.024,"B-",10345.6,1.8,46.9727681,1.2,"1.23 s","(3/2-)",10.3457,-16.6083,-15.5863,-15.596216 " ",28,19,47,"K "," x",-35712.0,1.4,8514.879,0.03,"B-",6632.4,2.6,46.9616616,1.5,"17.50 s","1/2+",6.6324,-11.3677,-10.3457,-13.976916 " ",27,20,47,"Ca "," ",-42344.4,2.2,8639.35,0.05,"B-",1992.2,1.2,46.9545414,2.4,"4.536 d","7/2-",1.9922,-7.6544,-6.6324,-12.759316 " ",26,21,47,"Sc "," ",-44336.6,1.9,8665.09,0.04,"B-",600.8,1.9,46.9524027,2.1,"3.3492 d","7/2-",0.60076,-3.0142,-1.9922,-10.186116 " ",25,22,47,"Ti "," ",-44937.36,0.12,8661.227,0.003," ","*","*",46.95175775,0.12,"stable","5/2-",-2.93074,-1.62276,-0.60076,-8.953456 " ",24,23,47,"V "," ",-42006.62,0.17,8582.225,0.004,"B+",2930.75,0.14,46.95490404,0.18,"32.6 m","3/2-",-7.44362,1.90874,2.93074,-8.243436 " ",23,24,47,"Cr "," ",-34563.0,6.0,8407.2,0.13,"B+",7444.0,6.0,46.962896,6.0,"500 ms","3/2-",-11.993,6.42162,7.44362,-7.666916 " ",22,25,47,"Mn "," x",-22570.0,30.0,8135.3,0.7,"B+",12000.0,30.0,46.97577,30.0,"100 ms","(5/2-)",-15.7,10.971,11.993,-7.074916 " ",21,26,47,"Fe "," x",-6870.0,500.0,7785.0,11.0,"B+",15700.0,500.0,46.99263,540.0,"21.9 ms","(7/2-)",-17.24,14.678,15.7,-7.324916 " ",20,27,47,"Co "," x",10370.0,600.0,7401.0,13.0,"B+",17240.0,780.0,47.01113,640.0,"None","None",0.0,16.218,17.24,0.0 "0",32,16,48,"S "," x",12760.0,600.0,7545.0,12.0,"B-",17040.0,780.0,48.0137,640.0,"200 ns","",17.04,0.0,0.0,-18.174916 " ",31,17,48,"Cl "," x",-4280.0,500.0,7883.0,10.0,"B-",18000.0,590.0,47.99541,540.0,"200 ns","",18.0,-18.062,-17.04,-17.154916 " ",30,18,48,"Ar "," x",-22280.0,310.0,8242.0,6.0,"B-",10000.0,310.0,47.97608,330.0,"475 ms","0+",10.0045,-19.022,-18.0,-15.500916 " ",29,19,48,"K "," x",-32284.5,0.8,8434.232,0.016,"B-",11940.2,0.8,47.965341200000005,0.8,"6.8 s","(2-)",11.94013,-11.0265,-10.0045,-14.329416 " ",28,20,48,"Ca "," ",-44224.63,0.1,8666.686,0.002,"B-",279.0,5.0,47.9525229,0.1,"1.9e19 y","0+",0.27937,-12.96213,-11.94013,-13.976246 " ",27,21,48,"Sc "," ",-44504.0,5.0,8656.2,0.1,"B-",3989.0,5.0,47.952223,5.0,"43.67 h","6+",3.98871,-1.30137,-0.27937,-11.147416 " ",26,22,48,"Ti "," ",-48492.71,0.11,8723.006,0.002," ","*","*",47.94794093,0.12,"stable","0+",-4.01501,-5.01071,-3.98871,-9.448926 " ",25,23,48,"V "," ",-44477.7,1.0,8623.061,0.02,"B+",4015.0,1.0,47.952251200000006,1.0,"15.9735 d","4+",-1.6557,2.99301,4.01501,-9.086616 " ",24,24,48,"Cr "," +nn",-42822.0,7.0,8572.27,0.15,"B+",1656.0,7.0,47.954029,8.0,"21.56 h","0+",-13.526,0.6337,1.6557,-7.698316 " ",23,25,48,"Mn "," ",-29296.0,7.0,8274.19,0.14,"B+",13526.0,10.0,47.968549,7.0,"158.1 ms","4+",-11.296,12.504,13.526,-7.600916 " ",22,26,48,"Fe "," x",-18000.0,400.0,8023.0,8.0,"B+",11300.0,400.0,47.98068,430.0,"44 ms","0+",-19.5,10.274,11.296,-7.064916 " ",21,27,48,"Co "," x",1500.0,500.0,7600.0,10.0,"B+",19500.0,640.0,48.00161,540.0,"None","None",-15.29,18.478,19.5,-7.954916 " ",20,28,48,"Ni "," -pp",16790.0,500.0,7265.0,10.0,"B+",15290.0,710.0,48.01803,540.0,"2.1 ms","0+",0.0,14.268,15.29,0.0 "0",33,16,49,"S "," -n",21090.0,670.0,7385.0,14.0,"B-",20150.0,900.0,49.02264,720.0,"None","None",20.15,0.0,0.0,-18.824916 " ",32,17,49,"Cl "," x",940.0,600.0,7781.0,12.0,"B-",18130.0,720.0,49.00101,640.0,"170 ns","",18.13,-21.172,-20.15,-17.084916 " ",31,18,49,"Ar "," x",-17190.0,400.0,8135.0,8.0,"B-",12420.0,400.0,48.98155,430.0,"170 ms","",12.4215,-19.152,-18.13,-15.624916 " ",30,19,49,"K "," x",-29611.5,0.8,8372.274,0.016,"B-",11688.3,0.8,48.968210799999994,0.9,"1.26 s","(3/2+)",11.68827,-13.4435,-12.4215,-13.776416 " ",29,20,49,"Ca "," -n",-41299.77,0.2,8594.844,0.004,"B-",5261.5,2.7,48.955662880000006,0.22,"8.718 m","3/2-",5.26153,-12.71027,-11.68827,-13.953886 " ",28,21,49,"Sc "," ",-46561.3,2.7,8686.26,0.06,"B-",2002.5,2.7,48.9500144,2.9,"57.18 m","7/2-",2.00249,-6.28353,-5.26153,-12.370616 " ",27,22,49,"Ti "," ",-48563.79,0.11,8711.157,0.002," ","*","*",48.947864630000005,0.12,"stable","7/2-",-0.60189,-3.02449,-2.00249,-10.176506 " ",26,23,49,"V "," -",-47961.9,0.8,8682.908,0.017,"B+",601.9,0.8,48.9485107,0.9,"330 d","7/2-",-2.6288,-0.42011,0.60189,-9.314916 " ",25,24,49,"Cr "," ",-45333.1,2.2,8613.29,0.05,"B+",2628.9,2.4,48.951333,2.4,"42.3 m","5/2-",-7.7125,1.6068,2.6288,-8.748216 " ",24,25,49,"Mn "," ",-37620.6,2.3,8439.93,0.05,"B+",7712.43,0.23,48.9596126,2.4,"382 ms","5/2-",-12.8696,6.6905,7.7125,-8.159516 " ",23,26,49,"Fe "," x",-24751.0,24.0,8161.3,0.5,"B+",12870.0,24.0,48.973429,26.0,"70 ms","(7/2-)",-14.871,11.8476,12.8696,-7.665916 " ",22,27,49,"Co "," x",-9880.0,500.0,7842.0,10.0,"B+",14870.0,500.0,48.98939,540.0,"None","None",-18.08,13.849,14.871,-7.054916 " ",21,28,49,"Ni "," x",8200.0,600.0,7457.0,12.0,"B+",18080.0,780.0,49.0088,640.0,"7.5 ms","",0.0,17.058,18.08,-7.984916 "0",33,17,50,"Cl "," x",7740.0,600.0,7651.0,12.0,"B-",21070.0,780.0,50.00831,640.0,"620 ns","",21.07,0.0,0.0,-17.654916 " ",32,18,50,"Ar "," x",-13330.0,500.0,8056.0,10.0,"B-",12400.0,500.0,49.98569,540.0,"85 ms","0+",12.398,-22.092,-21.07,-16.094916 " ",31,19,50,"K "," x",-25728.0,8.0,8288.58,0.15,"B-",13861.0,8.0,49.97238,8.0,"472 ms","0-",13.8612,-13.42,-12.398,-14.292916 " ",30,20,50,"Ca "," x",-39589.2,1.6,8550.16,0.03,"B-",4958.0,15.0,49.9574992,1.7,"13.9 s","0+",4.9578,-14.8832,-13.8612,-12.241216 " ",29,21,50,"Sc "," -pn",-44547.0,15.0,8633.7,0.3,"B-",6884.0,15.0,49.952176,16.0,"0.35 s","2+,3+",6.88466,-5.9798,-4.9578,-11.558016 " ",28,22,50,"Ti "," ",-51431.66,0.12,8755.718,0.002,"B-",-2207.6,0.4,49.94478584,0.13,"stable","0+",-2.20766,-7.90666,-6.88466,-10.717176 " ",27,23,50,"V "," +n",-49224.0,0.4,8695.918,0.008,"B-",1038.06,0.3,49.9471558,0.4,"1.4e+17 y","6+",1.0381,1.18566,2.20766,-9.887716 " ",26,24,50,"Cr "," ",-50262.1,0.4,8701.032,0.009," ","*","*",49.9460414,0.5,"1.3e+18 y","0+",-7.6345,-2.0601,-1.0381,-8.559216 " ",25,25,50,"Mn "," ",-42627.6,0.4,8532.696,0.009,"B+",7634.48,0.07,49.9542374,0.5,"283.19 ms","0+",-8.1516,6.6125,7.6345,-7.977166 " ",24,26,50,"Fe "," x",-34476.0,8.0,8354.03,0.17,"B+",8151.0,8.0,49.962988,9.0,"155 ms","0+",-16.846,7.1296,8.1516,-7.428916 " ",23,27,50,"Co "," x",-17630.0,400.0,8001.0,8.0,"B+",16850.0,400.0,49.98107,430.0,"38.81 ms","(6+)",-13.51,15.824,16.846,-7.484916 " ",22,28,50,"Ni "," x",-4120.0,500.0,7716.0,10.0,"B+",13510.0,640.0,49.99558,540.0,"17.2 ms","0+",0.0,12.488,13.51,-7.454916 "0",34,17,51,"Cl "," x",14290.0,700.0,7530.0,14.0,"B-",20980.0,920.0,51.01534,750.0,"200 ns","(3/2+)",20.98,0.0,0.0,-17.844916 " ",33,18,51,"Ar "," x",-6690.0,600.0,7926.0,12.0,"B-",15830.0,600.0,50.99282,640.0,"80 ms","",15.826,-22.002,-20.98,-16.484916 " ",32,19,51,"K "," x",-22516.0,13.0,8221.35,0.26,"B-",13816.0,13.0,50.975828,14.0,"365 ms","(3/2+)",13.8163,-16.848,-15.826,-15.160916 " ",31,20,51,"Ca "," x",-36332.3,0.5,8476.913,0.01,"B-",6896.0,20.0,50.960995700000005,0.6,"10.0 s","(3/2-)",6.8967,-14.8383,-13.8163,-13.390916 " ",30,21,51,"Sc ","-p2n",-43229.0,20.0,8596.8,0.4,"B-",6504.0,20.0,50.953592,21.0,"12.4 s","(7/2)-",6.5038,-7.9187,-6.8967,-9.941916 " ",29,22,51,"Ti "," -n",-49732.8,0.5,8708.988,0.01,"B-",2471.0,0.6,50.9466096,0.5,"5.76 m","3/2-",2.471,-7.5258,-6.5038,-9.813316 " ",28,23,51,"V "," ",-52203.8,0.4,8742.099,0.008," ","*","*",50.943956899999996,0.4,"stable","7/2-",-0.7524,-3.493,-2.471,-10.292116 " ",27,24,51,"Cr "," ",-51451.4,0.4,8712.005,0.008,"B+",752.45,0.21,50.9447647,0.4,"27.7010 d","7/2-",-3.2075,-0.2696,0.7524,-8.938956 " ",26,25,51,"Mn "," ",-48243.9,0.5,8633.772,0.01,"B+",3207.5,0.3,50.9482081,0.5,"46.2 m","5/2-",-8.0409,2.1855,3.2075,-8.662196 " ",25,26,51,"Fe "," ",-40203.0,9.0,8460.76,0.18,"B+",8041.0,9.0,50.956841,10.0,"305 ms","5/2-",-12.863,7.0189,8.0409,-8.064916 " ",24,27,51,"Co "," x",-27340.0,50.0,8193.3,0.9,"B+",12860.0,50.0,50.97065,50.0,"200 ns","(7/2-)",-15.44,11.841,12.863,-7.194916 " ",23,28,51,"Ni "," x",-11900.0,500.0,7875.0,10.0,"B+",15440.0,500.0,50.98723,540.0,"23.8 ms","(7/2-)",0.0,14.418,15.44,-7.454916 "0",34,18,52,"Ar "," x",-1280.0,600.0,7825.0,12.0,"B-",15860.0,600.0,51.99863,640.0,"620 ns","0+",15.86,0.0,0.0,-16.464916 " ",33,19,52,"K "," x",-17140.0,30.0,8115.0,0.6,"B-",17130.0,30.0,51.9816,40.0,"118 ms","(2-)",17.1263,-16.882,-15.86,-15.284916 " ",32,20,52,"Ca "," x",-34266.3,0.7,8429.381,0.013,"B-",6180.0,80.0,51.9632136,0.7,"4.6 s","0+",6.1737,-18.1483,-17.1263,-14.411216 " ",31,21,52,"Sc "," x",-40440.0,80.0,8533.1,1.6,"B-",9030.0,80.0,51.95658,90.0,"8.2 s","3(+)",9.03,-7.1957,-6.1737,-10.580416 " ",30,22,52,"Ti "," -nn",-49470.0,7.0,8691.67,0.14,"B-",1974.0,7.0,51.946892,8.0,"1.7 m","0+",1.9738,-10.052,-9.03,-7.670286 " ",29,23,52,"V "," -n",-51443.8,0.4,8714.582,0.008,"B-",3975.5,0.5,51.944772799999996,0.5,"3.743 m","3+",3.9754,-2.9958,-1.9738,-9.364716 " ",28,24,52,"Cr "," ",-55419.2,0.3,8775.989,0.007," ","*","*",51.940505,0.4,"stable","0+",-4.7119,-4.9974,-3.9754,-9.351406 " ",27,25,52,"Mn "," ",-50707.3,1.8,8670.33,0.04,"B+",4712.0,1.9,51.9455635,2.0,"5.591 d","6+",-2.3773,3.6899,4.7119,-8.654516 " ",26,26,52,"Fe "," ",-48330.0,5.0,8609.57,0.1,"B+",2377.0,5.0,51.948115,5.0,"8.275 h","0+",-13.969,1.3553,2.3773,-7.932916 " ",25,27,52,"Co "," x",-34361.0,8.0,8325.89,0.16,"B+",13969.0,10.0,51.963112,9.0,"104 ms","(6+)",-12.031,12.947,13.969,-7.489916 " ",24,28,52,"Ni "," x",-22330.0,400.0,8079.0,8.0,"B+",12030.0,400.0,51.97603,430.0,"40.8 ms","0+",-20.05,11.009,12.031,-6.754916 " ",23,29,52,"Cu "," x",-2280.0,600.0,7679.0,12.0,"B+",20050.0,720.0,51.99755,640.0,"None","None",0.0,19.028,20.05,-6.204916 "0",35,18,53,"Ar "," x",6790.0,700.0,7677.0,13.0,"B-",19090.0,710.0,53.00729,750.0,"620 ns","",19.09,0.0,0.0,-16.724916 " ",34,19,53,"K "," x",-12300.0,110.0,8022.8,2.1,"B-",17090.0,120.0,52.9868,120.0,"30 ms","(3/2+)",17.09,-20.112,-19.09,-15.664916 " ",33,20,53,"Ca "," x",-29390.0,40.0,8330.6,0.8,"B-",9520.0,100.0,52.96845,50.0,"461 ms","(1/2-)",9.52,-18.112,-17.09,-14.624916 " ",32,21,53,"Sc "," x",-38910.0,90.0,8495.4,1.8,"B-",7920.0,140.0,52.95823,100.0,"2.6 s","(7/2-)",7.92,-10.542,-9.52,-11.723416 " ",31,22,53,"Ti "," +",-46830.0,100.0,8630.2,1.9,"B-",5020.0,100.0,52.94972,110.0,"32.7 s","(3/2)-",5.021,-8.942,-7.92,-7.955146 " ",30,23,53,"V "," +p",-51851.0,3.0,8710.13,0.06,"B-",3436.0,3.0,52.944336,3.0,"1.543 m","7/2-",3.436,-6.043,-5.021,-7.714616 " ",29,24,53,"Cr "," ",-55287.0,0.3,8760.198,0.007," ","*","*",52.940647,0.4,"stable","3/2-",-0.5969,-4.458,-3.436,-9.148126 " ",28,25,53,"Mn "," ",-54690.1,0.5,8734.175,0.009,"B+",596.9,0.4,52.941287700000004,0.5,"3.7e+6 y","7/2-",-3.7426,-0.4251,0.5969,-9.153116 " ",27,26,53,"Fe "," ",-50947.5,1.7,8648.8,0.03,"B+",3742.6,1.7,52.945305600000005,1.8,"8.51 m","7/2-",-8.2881,2.7206,3.7426,-8.039316 " ",26,27,53,"Co "," ",-42659.4,1.7,8477.66,0.03,"B+",8288.1,0.4,52.9542032,1.8,"247 ms","(19/2-)",-13.0284,7.2661,8.2881,-7.463716 " ",25,28,53,"Ni "," x",-29631.0,25.0,8217.1,0.5,"B+",13029.0,25.0,52.96819,27.0,"55.2 ms","(7/2-)",-16.361,12.0064,13.0284,-7.304916 " ",24,29,53,"Cu "," x",-13270.0,500.0,7894.0,9.0,"B+",16360.0,500.0,52.98575,540.0,"130 ns","",0.0,15.339,16.361,-5.814916 "0",35,19,54,"K "," x",-5000.0,600.0,7889.0,11.0,"B-",20160.0,600.0,53.99463,640.0,"10 ms","2-",20.16,0.0,0.0,-15.164916 " ",34,20,54,"Ca "," x",-25160.0,50.0,8247.5,0.9,"B-",8730.0,280.0,53.97299,50.0,"107 ms","0+",8.73,-21.182,-20.16,-14.254916 " ",33,21,54,"Sc "," x",-33890.0,270.0,8395.0,5.0,"B-",11730.0,280.0,53.96362,290.0,"2.77 us","(4,5)+",11.73,-9.752,-8.73,-10.586916 " ",32,22,54,"Ti "," x",-45620.0,80.0,8597.4,1.5,"B-",4270.0,80.0,53.95102,90.0,"2.1 s","0+",4.273,-12.752,-11.73,-8.455716 " ",31,23,54,"V "," +",-49893.0,15.0,8662.04,0.28,"B-",7042.0,15.0,53.946437,16.0,"0.9 us","(5)+",7.0418,-5.295,-4.273,-7.770916 " ",30,24,54,"Cr "," ",-56934.8,0.4,8777.955,0.007,"B-",-1377.1,1.0,53.938878,0.4,"stable","0+",-1.3772,-8.0638,-7.0418,-7.928056 " ",29,25,54,"Mn "," -p",-55557.6,1.1,8737.965,0.02,"B-",696.9,1.1,53.9403564,1.1,"312.20 d","3+",0.6969,0.3552,1.3772,-8.758516 " ",28,26,54,"Fe "," ",-56254.5,0.4,8736.382,0.007," ","*","*",53.939608299999996,0.4,"stable","0+",-8.2445,-1.7189,-0.6969,-8.417316 " ",27,27,54,"Co "," ",-48010.0,0.4,8569.217,0.007,"B+",8244.55,0.09,53.9484592,0.4,"193.28 ms","0+",-8.732,7.2225,8.2445,-7.807316 " ",26,28,54,"Ni "," x",-39278.0,5.0,8393.03,0.09,"B+",8732.0,5.0,53.957833,5.0,"114.2 ms","0+",-17.868,7.71,8.732,-7.226916 " ",25,29,54,"Cu "," x",-21410.0,400.0,8048.0,7.0,"B+",17870.0,400.0,53.97702,430.0,"75 ns","3+",-15.14,16.846,17.868,-6.204916 " ",24,30,54,"Zn "," -pp",-6270.0,400.0,7753.0,7.0,"B+",15140.0,570.0,53.99327,430.0,"1.59 ms","0+",0.0,14.118,15.14,-4.574916 "0",36,19,55,"K "," x",710.0,700.0,7788.0,13.0,"B-",19060.0,760.0,55.00076,750.0,"360 ns","",19.06,0.0,0.0,-16.004916 " ",35,20,55,"Ca "," x",-18350.0,300.0,8120.0,5.0,"B-",11810.0,540.0,54.9803,320.0,"22 ms","(5/2-)",11.81,-20.082,-19.06,-14.084916 " ",34,21,55,"Sc "," x",-30160.0,450.0,8321.0,8.0,"B-",11510.0,480.0,54.96762,490.0,"83 ms","(7/2-)",11.51,-12.832,-11.81,-10.068916 " ",33,22,55,"Ti "," ",-41670.0,160.0,8516.0,2.9,"B-",7480.0,160.0,54.95527,170.0,"1.3 s","(ge 1/2-)",7.47,-12.532,-11.51,-7.762616 " ",32,23,55,"V "," ",-49140.0,100.0,8637.7,1.7,"B-",5970.0,100.0,54.94724,100.0,"6.54 s","(7/2-)",5.9697,-8.492,-7.47,-8.335916 " ",31,24,55,"Cr "," ",-55109.7,0.4,8731.924,0.007,"B-",2602.7,0.4,54.9408373,0.4,"3.497 m","3/2-",2.6027,-6.9917,-5.9697,-7.801816 " ",30,25,55,"Mn "," ",-57712.4,0.3,8765.022,0.006," ","*","*",54.9380432,0.3,"stable","5/2-",-0.2311,-3.6247,-2.6027,-7.933516 " ",29,26,55,"Fe "," ",-57481.3,0.3,8746.595,0.006,"B+",231.11,0.18,54.938291299999996,0.4,"2.744 y","3/2-",-3.4514,-0.7909,0.2311,-8.454816 " ",28,27,55,"Co "," ",-54029.9,0.4,8669.618,0.008,"B+",3451.4,0.3,54.9419965,0.5,"17.53 h","7/2-",-8.6941,2.4294,3.4514,-8.210916 " ",27,28,55,"Ni "," -",-45335.8,0.7,8497.32,0.013,"B+",8694.0,0.6,54.95133,0.8,"204.7 ms","7/2-",-13.6958,7.6721,8.6941,-7.557716 " ",26,29,55,"Cu "," x",-31640.0,160.0,8234.0,2.8,"B+",13700.0,160.0,54.96604,170.0,"27 ms","3/2-",-17.07,12.6738,13.6958,-6.724916 " ",25,30,55,"Zn "," x",-14570.0,400.0,7909.0,7.0,"B+",17070.0,430.0,54.98436,430.0,"19.8 ms","5/2-",0.0,16.048,17.07,-5.094916 "0",37,19,56,"K "," x",7930.0,800.0,7664.0,14.0,"B-",21830.0,900.0,56.00851,860.0,"620 ns","",21.83,0.0,0.0,0.0 " ",36,20,56,"Ca "," x",-13900.0,400.0,8040.0,7.0,"B-",10950.0,710.0,55.98508,430.0,"11 ms","0+",10.95,-22.852,-21.83,-15.044916 " ",35,21,56,"Sc "," x",-24850.0,590.0,8222.0,10.0,"B-",14470.0,600.0,55.97332,630.0,"290 ns","(4+)",14.47,-11.972,-10.95,-10.134916 " ",34,22,56,"Ti "," ",-39320.0,120.0,8466.1,2.2,"B-",6830.0,190.0,55.95779,130.0,"0.200 s","0+",6.83,-15.492,-14.47,-7.478616 " ",33,23,56,"V "," ",-46150.0,180.0,8574.0,3.0,"B-",9130.0,180.0,55.95045,190.0,"0.216 s","1+",9.135,-7.852,-6.83,-8.134916 " ",32,24,56,"Cr "," ++",-55285.0,0.6,8723.258,0.011,"B-",1626.5,0.6,55.9406491,0.6,"5.94 m","0+",1.6265,-10.157,-9.135,-8.239916 " ",31,25,56,"Mn "," -n",-56911.5,0.3,8738.333,0.006,"B-",3695.54,0.21,55.938902899999995,0.4,"2.5789 h","3+",3.6956,-2.6485,-1.6265,-7.892616 " ",30,26,56,"Fe "," ",-60607.1,0.3,8790.354,0.005," ","*","*",55.9349356,0.3,"stable","0+",-4.5667,-4.7176,-3.6956,-7.612816 " ",29,27,56,"Co "," ",-56040.4,0.5,8694.836,0.009,"B+",4566.7,0.4,55.939838200000004,0.5,"77.236 d","4+",-2.1329,3.5447,4.5667,-7.758016 " ",28,28,56,"Ni "," ",-53907.5,0.4,8642.779,0.008,"B+",2132.9,0.4,55.942127899999996,0.5,"6.075 d","0+",-15.2645,1.1109,2.1329,-8.002416 " ",27,29,56,"Cu "," x",-38643.0,15.0,8356.23,0.27,"B+",15265.0,15.0,55.958515,16.0,"93 ms","(4+)",-13.253,14.2425,15.2645,-6.706916 " ",26,30,56,"Zn "," x",-25390.0,400.0,8106.0,7.0,"B+",13250.0,400.0,55.97274,430.0,"30.0 ms","0+",-22.0,12.231,13.253,-5.484916 " ",25,31,56,"Ga "," x",-3390.0,500.0,7699.0,9.0,"B+",22000.0,640.0,55.99636,540.0,"None","None",0.0,20.978,22.0,-3.534916 "0",37,20,57,"Ca "," x",-6870.0,400.0,7917.0,7.0,"B-",14120.0,1360.0,56.99262,430.0,"620 ns","",14.13,0.0,0.0,-16.084916 " ",36,21,57,"Sc "," x",-21000.0,1300.0,8151.0,23.0,"B-",12920.0,1330.0,56.97746,1400.0,"13 ms","",12.92,-15.152,-14.13,-11.124916 " ",35,22,57,"Ti "," x",-33920.0,260.0,8364.0,4.0,"B-",10500.0,270.0,56.96359,280.0,"98 ms","(5/2-)",10.49,-13.942,-12.92,-6.954916 " ",34,23,57,"V "," x",-44410.0,80.0,8534.8,1.4,"B-",8110.0,80.0,56.95232,90.0,"350 ms","(7/2-)",8.1147,-11.512,-10.49,-7.924916 " ",33,24,57,"Cr "," x",-52524.7,1.1,8663.394,0.019,"B-",4961.5,1.8,56.9436124,1.1,"21.1 s","3/2-,5/2-,7/2-",4.9616,-9.1367,-8.1147,-8.119616 " ",32,25,57,"Mn "," ",-57486.3,1.5,8736.713,0.026,"B-",2695.6,1.5,56.938286,1.6,"85.4 s","5/2-",2.6955,-5.9836,-4.9616,-8.060216 " ",31,26,57,"Fe "," ",-60181.8,0.3,8770.279,0.005," ","*","*",56.9353921,0.3,"stable","1/2-",-0.8362,-3.7175,-2.6955,-7.319716 " ",30,27,57,"Co "," ",-59345.6,0.5,8741.882,0.009,"B+",836.3,0.5,56.9362899,0.6,"271.74 d","7/2-",-3.2618,-0.1858,0.8362,-7.080416 " ",29,28,57,"Ni "," ",-56083.8,0.6,8670.933,0.01,"B+",3261.7,0.6,56.9397915,0.6,"35.60 h","3/2-",-8.7749,2.2398,3.2618,-7.561216 " ",28,29,57,"Cu "," ",-47308.9,0.5,8503.262,0.009,"B+",8774.9,0.4,56.9492118,0.6,"196.3 ms","3/2-",-14.7589,7.7529,8.7749,-7.074416 " ",27,30,57,"Zn "," x",-32550.0,200.0,8231.0,4.0,"B+",14760.0,200.0,56.96506,220.0,"43 ms","7/2-",-17.54,13.7369,14.7589,-5.343916 " ",26,31,57,"Ga "," x",-15010.0,400.0,7909.0,7.0,"B+",17540.0,450.0,56.98389,430.0,"None","None",0.0,16.518,17.54,-4.164916 "0",38,20,58,"Ca "," x",-1920.0,500.0,7835.0,9.0,"B-",12960.0,640.0,57.99794,540.0,"620 ns","0+",12.96,0.0,0.0,0.0 " ",37,21,58,"Sc "," x",-14880.0,400.0,8045.0,7.0,"B-",16230.0,450.0,57.98403,430.0,"12 ms","",16.23,-13.982,-12.96,-12.304916 " ",36,22,58,"Ti "," x",-31110.0,200.0,8311.0,3.0,"B-",9290.0,220.0,57.9666,220.0,"59 ms","0+",9.29,-17.252,-16.23,-8.374916 " ",35,23,58,"V "," x",-40400.0,90.0,8457.7,1.5,"B-",11590.0,90.0,57.95663,100.0,"191 ms","(1+)",11.5918,-10.312,-9.29,-8.934916 " ",34,24,58,"Cr "," x",-51991.8,1.5,8643.998,0.026,"B-",3836.0,3.0,57.9441845,1.6,"7.0 s","0+",3.8358,-12.6138,-11.5918,-8.796716 " ",33,25,58,"Mn "," x",-55827.6,2.7,8696.64,0.05,"B-",6327.6,2.7,57.9400666,2.9,"65.4 s","4+",6.3275,-4.8578,-3.8358,-8.359516 " ",32,26,58,"Fe "," ",-62155.1,0.3,8792.25,0.006,"B-",-2308.0,1.1,57.9332737,0.4,"stable","0+",-2.3079,-7.3495,-6.3275,-7.645216 " ",31,27,58,"Co "," ",-59847.2,1.2,8738.969,0.02,"B-",381.6,1.1,57.9357514,1.2,"70.86 d","2+",0.3815,1.2859,2.3079,-6.714516 " ",30,28,58,"Ni "," ",-60228.7,0.4,8732.059,0.006," ","*","*",57.935341799999996,0.4,"","15-",-8.561,-1.4035,-0.3815,-6.399116 " ",29,29,58,"Cu "," ",-51667.7,0.6,8570.967,0.01,"B+",8561.0,0.4,57.9445324,0.6,"3.204 s","1+",-9.3677,7.539,8.561,-6.082616 " ",28,30,58,"Zn "," --",-42300.0,50.0,8395.9,0.9,"B+",9370.0,50.0,57.95459,50.0,"","0+",-18.76,8.3457,9.3677,-5.446916 " ",27,31,58,"Ga "," x",-23540.0,300.0,8059.0,5.0,"B+",18760.0,300.0,57.97473,320.0,"None","None",-16.46,17.738,18.76,-4.554916 " ",26,32,58,"Ge "," x",-7080.0,500.0,7762.0,9.0,"B+",16460.0,580.0,57.9924,540.0,"None","None",0.0,15.438,16.46,-3.234916 "0",38,21,59,"Sc "," x",-10300.0,400.0,7967.0,7.0,"B-",15210.0,450.0,58.98894,430.0,"360 ns","",15.21,0.0,0.0,-13.434916 " ",37,22,59,"Ti "," x",-25510.0,200.0,8212.0,3.0,"B-",12320.0,260.0,58.97261,220.0,"58 ms","",12.32,-16.232,-15.21,-9.584916 " ",36,23,59,"V "," x",-37830.0,160.0,8407.6,2.7,"B-",10250.0,270.0,58.95939,170.0,"75 ms","(5/2-,3/2-)",10.26,-13.342,-12.32,-10.094916 " ",35,24,59,"Cr "," x",-48090.0,220.0,8568.0,4.0,"B-",7440.0,220.0,58.94838,230.0,"96 us","(9/2+)",7.4353,-11.282,-10.26,-8.844916 " ",34,25,59,"Mn "," x",-55525.3,2.3,8680.92,0.04,"B-",5139.5,2.4,58.9403911,2.5,"4.59 s","(5/2)-",5.1395,-8.4573,-7.4353,-8.810216 " ",33,26,59,"Fe "," ",-60664.8,0.4,8754.771,0.006,"B-",1564.9,0.4,58.9348736,0.4,"44.495 d","3/2-",1.5649,-6.1615,-5.1395,-7.980016 " ",32,27,59,"Co "," ",-62229.7,0.4,8768.035,0.007," ","*","*",58.933193700000004,0.4,"stable","7/2-",-1.073,-2.5869,-1.5649,-6.942216 " ",31,28,59,"Ni "," ",-61156.7,0.4,8736.588,0.006,"B+",1073.0,0.19,58.9343456,0.4,"7.6e+4 y","3/2-",-4.7984,0.051,1.073,-6.100316 " ",30,29,59,"Cu "," ",-56358.3,0.5,8642.0,0.009,"B+",4798.4,0.4,58.93949679999999,0.6,"81.5 s","3/2-",-9.1427,3.7764,4.7984,-4.753316 " ",29,30,59,"Zn "," ",-47215.6,0.8,8473.777,0.013,"B+",9142.8,0.6,58.949312,0.8,"182.0 ms","3/2-",-13.4556,8.1207,9.1427,-4.304716 " ",28,31,59,"Ga "," x",-33760.0,170.0,8232.0,3.0,"B+",13460.0,170.0,58.96376,180.0,"43 ns","",-17.89,12.4336,13.4556,-4.544916 " ",27,32,59,"Ge "," x",-15870.0,400.0,7916.0,7.0,"B+",17890.0,430.0,58.98296,430.0,"360 ns","",0.0,16.868,17.89,-3.724916 "0",39,21,60,"Sc "," x",-4050.0,500.0,7865.0,8.0,"B-",18280.0,580.0,59.99565,540.0,"None","None",18.28,0.0,0.0,-14.404916 " ",38,22,60,"Ti "," x",-22330.0,300.0,8157.0,5.0,"B-",10910.0,370.0,59.97603,320.0,"22.2 ms","0+",10.91,-19.302,-18.28,-10.854916 " ",37,23,60,"V "," x",-33240.0,220.0,8325.0,4.0,"B-",13430.0,290.0,59.96431,240.0,"0.32 us","(4+)",13.43,-11.932,-10.91,-10.814916 " ",36,24,60,"Cr "," x",-46670.0,190.0,8536.0,3.0,"B-",6300.0,190.0,59.9499,210.0,"0.49 s","0+",6.2979,-14.452,-13.43,-9.774916 " ",35,25,60,"Mn "," x",-52967.9,2.3,8628.14,0.04,"B-",8445.0,4.0,59.9431366,2.5,"1.0 us","",8.4451,-7.3199,-6.2979,-9.242816 " ",34,26,60,"Fe "," -nn",-61413.0,3.0,8755.85,0.06,"B-",237.0,3.0,59.93407,4.0,"2.62e+6 y","0+",0.2373,-9.4671,-8.4451,-8.552916 " ",33,27,60,"Co "," -n",-61650.3,0.4,8746.766,0.007,"B-",2822.81,0.21,59.933815700000004,0.5,"10.467 m","2+",2.8228,-1.2593,-0.2373,-7.163716 " ",32,28,60,"Ni "," ",-64473.1,0.4,8780.774,0.006," ","*","*",59.9307853,0.4,"stable","0+",-6.128,-3.8448,-2.8228,-6.290916 " ",31,29,60,"Cu "," -",-58345.1,1.6,8665.602,0.027,"B+",6128.0,1.6,59.9373639,1.7,"23.7 m","2+",-4.1708,5.106,6.128,-4.729616 " ",30,30,60,"Zn "," ",-54174.3,0.6,8583.05,0.009,"B+",4170.8,1.6,59.9418415,0.6,"2.38 m","0+",-14.5843,3.1488,4.1708,-2.691716 " ",29,31,60,"Ga "," x",-39590.0,200.0,8327.0,3.0,"B+",14580.0,200.0,59.9575,220.0,"70 ms","(2+)",-12.5,13.5623,14.5843,-3.371916 " ",28,32,60,"Ge "," x",-27090.0,300.0,8106.0,5.0,"B+",12500.0,360.0,59.97092,320.0,"110 ns","0+",-21.62,11.478,12.5,-4.124916 " ",27,33,60,"As "," x",-5470.0,400.0,7732.0,7.0,"B+",21620.0,500.0,59.99413,430.0,"None","None",0.0,20.598,21.62,-4.504916 "0",40,21,61,"Sc "," x",930.0,600.0,7787.0,10.0,"B-",17280.0,720.0,61.001,640.0,"620 ns","",17.28,0.0,0.0,0.0 " ",39,22,61,"Ti "," x",-16350.0,400.0,8057.0,7.0,"B-",14160.0,980.0,60.98245,430.0,"15 ms","(1/2-)",14.16,-18.302,-17.28,-11.904916 " ",38,23,61,"V "," x",-30510.0,890.0,8276.0,15.0,"B-",11970.0,900.0,60.96725,960.0,"47.0 ms","",11.97,-15.182,-14.16,-11.934916 " ",37,24,61,"Cr "," x",-42480.0,100.0,8459.8,1.7,"B-",9270.0,100.0,60.9544,110.0,"237 ms","(5/2-)",9.2621,-12.992,-11.97,-10.984916 " ",36,25,61,"Mn "," x",-51742.1,2.3,8598.91,0.04,"B-",7178.0,3.0,60.9444525,2.5,"0.709 s","(5/2-)",7.1784,-10.2841,-9.2621,-9.757016 " ",35,26,61,"Fe "," x",-58920.5,2.6,8703.77,0.04,"B-",3977.6,2.7,60.9367462,2.8,"5.98 m","(3/2-)",3.9776,-8.2004,-7.1784,-8.820716 " ",34,27,61,"Co "," p2n",-62898.1,0.8,8756.148,0.014,"B-",1323.8,0.8,60.9324761,0.9,"1.649 h","7/2-",1.3238,-4.9996,-3.9776,-7.836716 " ",33,28,61,"Ni "," ",-64221.9,0.4,8765.025,0.006," ","*","*",60.9310549,0.4,"stable","3/2-",-2.2378,-2.3458,-1.3238,-6.465016 " ",32,29,61,"Cu "," p2n",-61984.1,1.0,8715.514,0.016,"B+",2237.8,1.0,60.9334574,1.0,"3.339 h","3/2-",-5.6351,1.2158,2.2378,-5.063416 " ",31,30,61,"Zn "," ",-56349.0,16.0,8610.31,0.26,"B+",5635.0,16.0,60.939507,17.0,"89.1 s","3/2-",-9.219,4.6131,5.6351,-2.690116 " ",30,31,61,"Ga "," ",-47130.0,40.0,8446.4,0.6,"B+",9210.0,40.0,60.9494,40.0,"167 ms","3/2-",-13.77,8.197,9.219,-2.246016 " ",29,32,61,"Ge "," x",-33360.0,300.0,8208.0,5.0,"B+",13780.0,300.0,60.96419,320.0,"44 ms","",-16.46,12.748,13.77,-3.234916 " ",28,33,61,"As "," x",-16900.0,300.0,7925.0,5.0,"B+",16460.0,420.0,60.98186,320.0,"None","None",0.0,15.438,16.46,-4.314916 "0",40,22,62,"Ti "," x",-12500.0,400.0,7995.0,6.0,"B-",12980.0,500.0,61.98658,430.0,"620 ns","0+",12.98,0.0,0.0,-13.004916 " ",39,23,62,"V "," x",-25480.0,300.0,8192.0,5.0,"B-",15420.0,330.0,61.97265,320.0,"33.6 ms","",15.41,-14.002,-12.98,-13.024916 " ",38,24,62,"Cr "," x",-40890.0,150.0,8428.1,2.4,"B-",7630.0,150.0,61.9561,160.0,"206 ms","0+",7.634,-16.432,-15.41,-12.204916 " ",37,25,62,"Mn "," IT",-48524.0,7.0,8538.5,0.11,"B-",10354.0,7.0,61.947907,7.0,"92 ms","(1+)",10.354,-8.656,-7.634,-10.548916 " ",36,26,62,"Fe "," x",-58878.0,2.8,8692.88,0.05,"B-",2546.0,19.0,61.936792,3.0,"68 s","0+",2.546,-11.376,-10.354,-9.311116 " ",35,27,62,"Co "," +",-61424.0,19.0,8721.33,0.3,"B-",5322.0,19.0,61.934058,20.0,"1.54 m","(2)+",5.3223,-3.568,-2.546,-8.021316 " ",34,28,62,"Ni "," ",-66746.3,0.4,8794.553,0.007," ","*","*",61.9283449,0.5,"stable","0+",-3.9589,-6.3443,-5.3223,-7.016116 " ",33,29,62,"Cu "," -",-62787.4,0.6,8718.081,0.01,"B+",3958.9,0.5,61.9325949,0.7,"9.67 m","1+",-1.6194,2.9369,3.9589,-5.365116 " ",32,30,62,"Zn "," ",-61168.0,0.6,8679.343,0.01,"B+",1619.5,0.7,61.9343335,0.7,"9.193 h","0+",-9.1811,0.5974,1.6194,-3.364216 " ",31,31,62,"Ga "," ",-51986.9,0.6,8518.642,0.01,"B+",9181.1,0.4,61.9441898,0.7,"116.121 ms","0+",-10.2469,8.1591,9.1811,-2.744116 " ",30,32,62,"Ge "," x",-41740.0,140.0,8341.0,2.0,"B+",10250.0,140.0,61.95519,150.0,"129 ms","0+",-17.42,9.2249,10.2469,-1.864916 " ",29,33,62,"As "," x",-24320.0,300.0,8047.0,5.0,"B+",17420.0,330.0,61.97389,320.0,"None","None",0.0,16.398,17.42,-3.204916 "0",41,22,63,"Ti "," x",-5750.0,500.0,7889.0,8.0,"B-",16140.0,640.0,62.99383,540.0,"360 ns","",16.14,0.0,0.0,0.0 " ",40,23,63,"V "," x",-21890.0,400.0,8133.0,6.0,"B-",14120.0,540.0,62.9765,430.0,"17 ms","(7/2-)",14.12,-17.162,-16.14,-14.014916 " ",39,24,63,"Cr "," x",-36010.0,360.0,8345.0,6.0,"B-",10880.0,360.0,62.96134,380.0,"129 ms","1/2-",10.877,-15.142,-14.12,-12.924916 " ",38,25,63,"Mn "," x",-46887.0,4.0,8505.1,0.06,"B-",8749.0,6.0,62.949665,4.0,"0.275 s","5/2-",8.749,-11.899,-10.877,-11.481916 " ",37,26,63,"Fe "," ",-55636.0,4.0,8631.55,0.07,"B-",6216.0,19.0,62.940273,5.0,"6.1 s","(5/2-)",6.215,-9.771,-8.749,-9.970916 " ",36,27,63,"Co "," ",-61851.0,19.0,8717.79,0.29,"B-",3661.0,19.0,62.9336,20.0,"27.4 s","7/2-",3.6618,-7.237,-6.215,-8.750616 " ",35,28,63,"Ni "," ",-65512.8,0.4,8763.493,0.007,"B-",66.977,0.015,62.9296691,0.5,"101.2 y","1/2-",0.067,-4.6838,-3.6618,-7.272916 " ",34,29,63,"Cu "," ",-65579.8,0.4,8752.138,0.007," ","*","*",62.9295972,0.5,"stable","3/2-",-3.3664,-1.089,-0.067,-5.775016 " ",33,30,63,"Zn "," ",-62213.4,1.6,8686.285,0.025,"B+",3366.4,1.5,62.9332112,1.7,"38.47 m","3/2-",-5.6663,2.3444,3.3664,-3.481616 " ",32,31,63,"Ga "," x",-56547.1,1.3,8583.926,0.021,"B+",5666.3,2.0,62.939294200000006,1.4,"32.4 s","3/2-",-9.6271,4.6443,5.6663,-2.613716 " ",31,32,63,"Ge "," x",-46920.0,40.0,8418.7,0.6,"B+",9630.0,40.0,62.94963,40.0,"150 ms","3/2-",-13.42,8.6051,9.6271,-2.129316 " ",30,33,63,"As "," x",-33500.0,200.0,8193.0,3.0,"B+",13420.0,200.0,62.96404,220.0,"43 ns","3/2-",0.0,12.398,13.42,-2.164916 "0",42,22,64,"Ti "," x",-1030.0,600.0,7818.0,9.0,"B-",15300.0,720.0,63.9989,640.0,"620 ns","0+",15.29,0.0,0.0,0.0 " ",41,23,64,"V "," x",-16320.0,400.0,8045.0,6.0,"B-",17160.0,590.0,63.98248,430.0,"15 ms","(le2)",17.16,-16.312,-15.29,-14.694916 " ",40,24,64,"Cr "," x",-33480.0,440.0,8301.0,7.0,"B-",9510.0,440.0,63.96406,470.0,"43 ms","0+",9.509,-18.182,-17.16,-13.574916 " ",39,25,64,"Mn "," x",-42989.0,4.0,8437.42,0.06,"B-",11981.0,6.0,63.953849,4.0,"0.50 ms","(4+)",11.981,-10.531,-9.509,-12.173916 " ",38,26,64,"Fe "," x",-54970.0,5.0,8612.39,0.08,"B-",4823.0,21.0,63.940988,5.0,"2.0 s","0+",4.822,-13.003,-11.981,-10.724916 " ",37,27,64,"Co "," +",-59792.0,20.0,8675.5,0.3,"B-",7307.0,20.0,63.93581,21.0,"0.30 s","1+",7.3069,-5.844,-4.822,-9.249016 " ",36,28,64,"Ni "," ",-67098.9,0.5,8777.461,0.007,"B-",-1674.38,0.23,63.927966299999994,0.5,"stable","0+",-1.6744,-8.3289,-7.3069,-8.110816 " ",35,29,64,"Cu "," ",-65424.5,0.4,8739.075,0.007,"B-",579.5,0.6,63.9297639,0.5,"12.701 h","1+",0.5795,0.6524,1.6744,-6.199116 " ",34,30,64,"Zn "," ",-66004.0,0.6,8735.905,0.01," ","*","*",63.9291418,0.7,"stable","0+",-7.1712,-1.6015,-0.5795,-3.955816 " ",33,31,64,"Ga "," ",-58832.8,1.4,8611.631,0.022,"B+",7171.2,1.5,63.9368404,1.5,"2.627 m","0+",-4.5178,6.1492,7.1712,-2.912616 " ",32,32,64,"Ge "," x",-54315.0,4.0,8528.82,0.06,"B+",4517.0,4.0,63.94169,4.0,"63.7 s","0+",-14.785,3.4958,4.5178,-2.565616 " ",31,33,64,"As "," -p",-39530.0,200.0,8286.0,3.0,"B+",14780.0,200.0,63.95756,220.0,"18 ms","",-12.83,13.763,14.785,-2.364916 " ",30,34,64,"Se "," x",-26700.0,500.0,8073.0,8.0,"B+",12830.0,540.0,63.97134,540.0,"180 ns","0+",0.0,11.808,12.83,-2.034916 "0",42,23,65,"V "," x",-11780.0,500.0,7976.0,8.0,"B-",16440.0,580.0,64.98735,540.0,"360 ns","",16.44,0.0,0.0,-15.134916 " ",41,24,65,"Cr "," x",-28220.0,300.0,8217.0,5.0,"B-",12750.0,300.0,64.96971,320.0,"27 ms","(1/2-)",12.747,-17.462,-16.44,-14.294916 " ",40,25,65,"Mn "," x",-40967.0,4.0,8400.68,0.06,"B-",10251.0,6.0,64.95602,4.0,"92 ms","",10.251,-13.769,-12.747,-12.881916 " ",39,26,65,"Fe "," x",-51218.0,5.0,8546.35,0.08,"B-",7967.0,6.0,64.945015,5.0,"0.81 s","(1/2-)",7.9672,-11.273,-10.251,-11.162916 " ",38,27,65,"Co "," x",-59185.2,2.1,8656.88,0.03,"B-",5940.5,2.1,64.9364621,2.2,"1.16 s","(7/2)-",5.9405,-8.9892,-7.9672,-9.868016 " ",37,28,65,"Ni "," -n",-65125.7,0.5,8736.24,0.008,"B-",2138.0,0.7,64.93008470000001,0.5,"2.51719 h","5/2-",2.138,-6.9625,-5.9405,-8.630116 " ",36,29,65,"Cu "," ",-67263.7,0.6,8757.096,0.01," ","*","*",64.9277895,0.7,"stable","3/2-",-1.3517,-3.16,-2.138,-6.790516 " ",35,30,65,"Zn "," ",-65912.0,0.6,8724.265,0.01,"B+",1351.6,0.4,64.9292405,0.7,"243.93 d","5/2-",-3.2545,0.3297,1.3517,-4.115016 " ",34,31,65,"Ga "," ",-62657.5,0.8,8662.16,0.013,"B+",3254.5,0.7,64.9327344,0.9,"15.2 m","3/2-",-6.1793,2.2325,3.2545,-3.098316 " ",33,32,65,"Ge "," ",-56478.2,2.2,8555.06,0.03,"B+",6179.3,2.3,64.9393681,2.3,"30.9 s","(3/2)-",-9.5382,5.1573,6.1793,-2.554116 " ",32,33,65,"As "," x",-46940.0,80.0,8396.2,1.3,"B+",9540.0,80.0,64.94961,90.0,"128 ms","",-13.92,8.5162,9.5382,-2.234916 " ",31,34,65,"Se "," x",-33020.0,300.0,8170.0,5.0,"B+",13920.0,310.0,64.96455,320.0,"33 ms","(3/2-)",0.0,12.898,13.92,-2.084916 "0",43,23,66,"V "," x",-5610.0,500.0,7884.0,8.0,"B-",19110.0,640.0,65.99398,540.0,"360 ns","",19.11,0.0,0.0,0.0 " ",42,24,66,"Cr "," x",-24720.0,400.0,8161.0,6.0,"B-",12030.0,400.0,65.97346,430.0,"10 ms","0+",12.03,-20.132,-19.11,-14.644916 " ",41,25,66,"Mn "," x",-36750.0,11.0,8331.8,0.17,"B-",13317.0,12.0,65.960547,12.0,"65 ms","",13.318,-13.052,-12.03,-13.694916 " ",40,26,66,"Fe "," x",-50068.0,4.0,8521.72,0.06,"B-",6341.0,15.0,65.94625,4.0,"440 ms","0+",6.341,-14.34,-13.318,-11.602916 " ",39,27,66,"Co "," x",-56409.0,14.0,8605.94,0.21,"B-",9598.0,14.0,65.939443,15.0,"0.20 s","(3+)",9.5973,-7.363,-6.341,-10.309916 " ",38,28,66,"Ni "," x",-66006.3,1.4,8739.508,0.021,"B-",252.0,1.5,65.9291393,1.5,"54.6 h","0+",0.252,-10.6193,-9.5973,-9.553216 " ",37,29,66,"Cu "," ",-66258.3,0.7,8731.472,0.01,"B-",2640.9,0.9,65.9288688,0.7,"5.120 m","1+",2.6409,-1.274,-0.252,-7.259216 " ",36,30,66,"Zn "," ",-68899.2,0.7,8759.632,0.011," ","*","*",65.9260337,0.8,"stable","0+",-5.1755,-3.6629,-2.6409,-4.577816 " ",35,31,66,"Ga "," -",-63723.7,1.1,8669.361,0.017,"B+",5175.5,0.8,65.9315898,1.2,"9.49 h","0+",-2.1167,4.1535,5.1755,-3.361216 " ",34,32,66,"Ge "," x",-61607.0,2.4,8625.44,0.04,"B+",2116.6,2.6,65.9338621,2.6,"2.26 h","0+",-9.582,1.0947,2.1167,-2.863916 " ",33,33,66,"As "," x",-52025.0,6.0,8468.4,0.09,"B+",9582.0,6.0,65.944149,6.0,"95.77 ms","0+",-10.365,8.56,9.582,-2.463016 " ",32,34,66,"Se "," x",-41660.0,200.0,8300.0,3.0,"B+",10370.0,200.0,65.95528,220.0,"42 ms","0+",0.0,9.343,10.365,-2.344916 "0",44,23,67,"V "," x",-650.0,600.0,7812.0,9.0,"B-",18030.0,720.0,66.9993,640.0,"620 ns","",18.03,0.0,0.0,0.0 " ",43,24,67,"Cr "," x",-18680.0,400.0,8070.0,6.0,"B-",14780.0,500.0,66.97995,430.0,"None","None",14.78,-19.052,-18.03,-15.354916 " ",42,25,67,"Mn "," x",-33460.0,300.0,8279.0,4.0,"B-",12150.0,400.0,66.96408,320.0,"47 ms","(5/2-)",12.15,-15.802,-14.78,-13.994916 " ",41,26,67,"Fe "," x",-45610.0,270.0,8448.0,4.0,"B-",9710.0,270.0,66.95104,290.0,"75 us","(1/2-)",9.712,-13.172,-12.15,-12.024916 " ",40,27,67,"Co "," x",-55322.0,6.0,8581.74,0.1,"B-",8421.0,7.0,66.94061,7.0,"0.425 s","(7/2-)",8.4207,-10.734,-9.712,-10.859916 " ",39,28,67,"Ni "," x",-63742.7,2.9,8695.75,0.04,"B-",3577.0,3.0,66.931569,3.0,"21 s","(1/2)-",3.5768,-9.4427,-8.4207,-10.531616 " ",38,29,67,"Cu "," ",-67319.5,0.9,8737.458,0.013,"B-",560.8,0.8,66.9277295,1.0,"2.4 ns","15/2+",0.5608,-4.5988,-3.5768,-7.893416 " ",37,30,67,"Zn "," ",-67880.3,0.8,8734.152,0.011," ","*","*",66.9271275,0.8,"stable","5/2-",-1.0013,-1.5828,-0.5608,-4.792416 " ",36,31,67,"Ga "," ",-66879.0,1.2,8707.531,0.018,"B+",1001.3,1.1,66.9282024,1.3,"3.2617 d","3/2-",-4.221,-0.0207,1.0013,-3.724116 " ",35,32,67,"Ge ","-n2p",-62658.0,5.0,8632.86,0.07,"B+",4221.0,5.0,66.932734,5.0,"18.9 m","1/2-",-6.0708,3.199,4.221,-2.869516 " ",34,33,67,"As "," ",-56587.2,0.4,8530.568,0.007,"B+",6071.0,5.0,66.9392511,0.5,"42.5 s","(5/2-)",-10.0072,5.0488,6.0708,-2.465016 " ",33,34,67,"Se "," x",-46580.0,70.0,8369.5,1.0,"B+",10010.0,70.0,66.94999,70.0,"136 ms","",-13.79,8.9852,10.0072,-2.084916 " ",32,35,67,"Br "," x",-32790.0,400.0,8152.0,6.0,"B+",13790.0,410.0,66.9648,430.0,"None","None",0.0,12.768,13.79,-1.714916 "0",44,24,68,"Cr "," x",-14800.0,500.0,8013.0,7.0,"B-",13580.0,640.0,67.98411,540.0,"360 ns","0+",13.58,0.0,0.0,-16.194916 " ",43,25,68,"Mn "," x",-28380.0,400.0,8201.0,6.0,"B-",15110.0,540.0,67.96953,430.0,"28 ms",">3",15.11,-14.602,-13.58,-14.484916 " ",42,26,68,"Fe "," x",-43490.0,370.0,8412.0,5.0,"B-",8440.0,410.0,67.95331,390.0,"188 ms","0+",8.44,-16.132,-15.11,-12.434916 " ",41,27,68,"Co "," x",-51930.0,190.0,8524.4,2.8,"B-",11530.0,190.0,67.94425,200.0,"0.20 s","(7-)",11.5338,-9.462,-8.44,-11.365916 " ",40,28,68,"Ni "," x",-63463.8,3.0,8682.47,0.04,"B-",2103.0,3.0,67.931869,3.0,"0.86 ms","5-",2.1032,-12.5558,-11.5338,-10.918716 " ",39,29,68,"Cu "," x",-65567.0,1.6,8701.89,0.023,"B-",4440.1,1.8,67.9296109,1.7,"3.75 m","6-",4.4401,-3.1252,-2.1032,-8.199916 " ",38,30,68,"Zn "," ",-70007.1,0.8,8755.68,0.012," ","*","*",67.9248443,0.8,"stable","0+",-2.9211,-5.4621,-4.4401,-5.333116 " ",37,31,68,"Ga "," -",-67086.0,1.4,8701.218,0.021,"B+",2921.1,1.2,67.92798020000001,1.5,"67.71 m","1+",-0.1072,1.8991,2.9211,-4.086416 " ",36,32,68,"Ge "," x",-66978.8,1.9,8688.136,0.028,"B+",107.2,2.4,67.9280953,2.0,"270.95 d","0+",-8.0843,-0.9148,0.1072,-3.399716 " ",35,33,68,"As "," ",-58894.5,1.8,8557.745,0.027,"B+",8084.3,2.6,67.9367741,2.0,"151.6 s","3+",-4.7051,7.0623,8.0843,-2.486616 " ",34,34,68,"Se "," x",-54189.4,0.5,8477.047,0.007,"B+",4705.1,1.9,67.9418252,0.5,"35.5 s","0+",-15.3994,3.6831,4.7051,-2.299316 " ",33,35,68,"Br "," -p",-38790.0,260.0,8239.0,4.0,"B+",15400.0,260.0,67.95836,280.0,"None","None",0.0,14.3774,15.3994,-1.684916 "0",45,24,69,"Cr "," x",-8580.0,500.0,7924.0,7.0,"B-",16190.0,640.0,68.99079,540.0,"620 ns","",16.19,0.0,0.0,0.0 " ",44,25,69,"Mn "," x",-24770.0,400.0,8147.0,6.0,"B-",14260.0,570.0,68.97341,430.0,"16 ms","(5/2-)",14.26,-17.212,-16.19,-15.414916 " ",43,26,69,"Fe "," x",-39030.0,400.0,8342.0,6.0,"B-",11250.0,420.0,68.9581,430.0,"110 ms","",11.25,-15.282,-14.26,-13.234916 " ",42,27,69,"Co "," x",-50280.0,140.0,8493.9,2.0,"B-",9700.0,140.0,68.94602,150.0,"227 ms","(7/2-)",9.699,-12.272,-11.25,-11.737916 " ",41,28,69,"Ni "," x",-59979.0,4.0,8623.1,0.05,"B-",5758.0,4.0,68.93561,4.0,"0.439 us","(17/2-)",5.7572,-10.721,-9.699,-11.185916 " ",40,29,69,"Cu "," x",-65736.2,1.4,8695.204,0.02,"B-",2681.6,1.6,68.9294293,1.5,"2.85 m","3/2-",2.6816,-6.7792,-5.7572,-8.975916 " ",39,30,69,"Zn "," -n",-68417.8,0.8,8722.729,0.012,"B-",910.0,1.4,68.92655040000001,0.9,"13.756 h","9/2+",0.91,-3.7036,-2.6816,-5.717016 " ",38,31,69,"Ga "," ",-69327.8,1.2,8724.579,0.017," ","*","*",68.9255735,1.3,"stable","3/2-",-2.2271,-1.932,-0.91,-4.489016 " ",37,32,69,"Ge "," ",-67100.7,1.3,8680.963,0.019,"B+",2227.1,0.5,68.9279645,1.4,"39.05 h","5/2-",-3.9907,1.2051,2.2271,-3.613616 " ",36,33,69,"As "," ",-63110.0,30.0,8611.8,0.5,"B+",3990.0,30.0,68.93225,30.0,"15.2 m","5/2-",-6.6753,2.9687,3.9907,-2.877416 " ",35,34,69,"Se "," ",-56434.7,1.5,8503.707,0.022,"B+",6680.0,30.0,68.9394148,1.6,"27.4 s","(1/2-,3/2-)",-10.1747,5.6533,6.6753,-2.381416 " ",34,35,69,"Br "," -p",-46260.0,40.0,8344.9,0.6,"B+",10180.0,40.0,68.95034,50.0,"24 ns","(5/2-)",-13.82,9.1527,10.1747,-1.744916 " ",33,36,69,"Kr "," x",-32440.0,400.0,8133.0,6.0,"B+",13830.0,400.0,68.96518,430.0,"28 ms","(5/2-)",0.0,12.798,13.82,-1.844916 "0",46,24,70,"Cr "," x",-4480.0,600.0,7867.0,9.0,"B-",15020.0,780.0,69.99519,640.0,"620 ns","0+",15.02,0.0,0.0,0.0 " ",45,25,70,"Mn "," x",-19500.0,500.0,8070.0,7.0,"B-",17010.0,640.0,69.97907,540.0,"19.9 ms","",17.01,-16.042,-15.02,-16.314916 " ",44,26,70,"Fe "," x",-36510.0,400.0,8302.0,6.0,"B-",10120.0,500.0,69.96081,430.0,"65 ms","0+",10.12,-18.032,-17.01,-14.214916 " ",43,27,70,"Co "," x",-46630.0,300.0,8436.0,4.0,"B-",12580.0,300.0,69.94994,320.0,"112 ms","(6-,7-)",12.5839,-11.142,-10.12,-12.304916 " ",42,28,70,"Ni "," x",-59213.9,2.1,8604.29,0.03,"B-",3762.5,2.4,69.9364313,2.3,"6.0 s","0+",3.7625,-13.6059,-12.5839,-11.570816 " ",41,29,70,"Cu "," x",-62976.4,1.1,8646.865,0.015,"B-",6588.4,2.2,69.93239209999999,1.2,"33 s","3-",6.5883,-4.7845,-3.7625,-8.992316 " ",40,30,70,"Zn "," ",-69564.7,1.9,8729.808,0.027,"B-",-654.6,1.6,69.9253192,2.1,"3.8e18 y","0+",-0.6546,-7.6103,-6.5883,-5.983316 " ",39,31,70,"Ga "," ",-68910.1,1.2,8709.28,0.017,"B-",1651.7,1.5,69.92602190000001,1.3,"21.14 m","1+",1.6518,-0.3674,0.6546,-5.076716 " ",38,32,70,"Ge "," ",-70561.9,0.8,8721.7,0.012," ","*","*",69.9242487,0.9,"stable","0+",-6.2219,-2.6738,-1.6518,-4.087616 " ",37,33,70,"As "," -",-64340.0,50.0,8621.7,0.7,"B+",6220.0,50.0,69.93093,50.0,"52.6 m","4+",-2.4101,5.1999,6.2219,-3.041216 " ",36,34,70,"Se "," x",-61929.9,1.6,8576.033,0.023,"B+",2410.0,50.0,69.9335155,1.7,"41.1 m","0+",-10.5039,1.3881,2.4101,-2.747816 " ",35,35,70,"Br "," x",-51426.0,15.0,8414.8,0.21,"B+",10504.0,15.0,69.944792,16.0,"79.1 ms","0+",-10.326,9.4819,10.5039,-1.825916 " ",34,36,70,"Kr "," x",-41100.0,200.0,8256.0,3.0,"B+",10330.0,200.0,69.95588,220.0,"40 ms","0+",0.0,9.304,10.326,-1.864916 "0",46,25,71,"Mn "," x",-15570.0,500.0,8015.0,7.0,"B-",15860.0,640.0,70.98329,540.0,"637 ns","",15.86,0.0,0.0,-17.344916 " ",45,26,71,"Fe "," x",-31430.0,400.0,8227.0,6.0,"B-",12940.0,610.0,70.96626,430.0,"28 ms","",12.94,-16.882,-15.86,-15.174916 " ",44,27,71,"Co "," x",-44370.0,470.0,8399.0,7.0,"B-",11040.0,470.0,70.95237,500.0,"80 ms","(7/2-)",11.0362,-13.962,-12.94,-13.334916 " ",43,28,71,"Ni "," x",-55406.2,2.2,8543.16,0.03,"B-",7304.9,2.7,70.940519,2.4,"2.56 s","(9/2+)",7.3049,-12.0582,-11.0362,-12.221116 " ",42,29,71,"Cu "," x",-62711.1,1.5,8635.022,0.021,"B-",4618.0,3.0,70.9326768,1.6,"19.4 s","3/2(-)",4.6177,-8.3269,-7.3049,-9.814016 " ",41,30,71,"Zn "," ",-67328.8,2.7,8689.04,0.04,"B-",2810.4,2.8,70.92771959999999,2.8,"2.45 m","1/2-",2.8103,-5.6397,-4.6177,-6.011016 " ",40,31,71,"Ga "," ",-70139.1,0.8,8717.604,0.011," ","*","*",70.9247025,0.9,"stable","3/2-",-0.2326,-3.8323,-2.8103,-5.244516 " ",39,32,71,"Ge "," ",-69906.5,0.8,8703.309,0.012,"B+",232.64,0.22,70.9249523,0.9,"11.43 d","1/2-",-2.0135,-0.7894,0.2326,-4.451116 " ",38,33,71,"As "," -",-67893.0,4.0,8663.93,0.06,"B+",2013.0,4.0,70.927114,4.0,"65.30 h","5/2-",-4.7465,0.9915,2.0135,-3.438916 " ",37,34,71,"Se "," x",-63146.5,2.8,8586.06,0.04,"B+",4747.0,5.0,70.932209,3.0,"4.74 m","(5/2-)",-6.6445,3.7245,4.7465,-2.913416 " ",36,35,71,"Br "," ",-56502.0,5.0,8481.46,0.08,"B+",6644.0,6.0,70.939342,6.0,"21.4 s","(5/2)-",-10.172,5.6225,6.6445,-2.339716 " ",35,36,71,"Kr "," ",-46330.0,130.0,8327.1,1.8,"B+",10180.0,130.0,70.95027,140.0,"100 ms","(5/2-)",-14.27,9.15,10.172,-2.174916 " ",34,37,71,"Rb "," x",-32060.0,400.0,8115.0,6.0,"B+",14270.0,420.0,70.96558,430.0,"None","None",0.0,13.248,14.27,-1.694916 "0",47,25,72,"Mn "," x",-9900.0,600.0,7937.0,8.0,"B-",18530.0,780.0,71.98937,640.0,"620 ns","",18.53,0.0,0.0,0.0 " ",46,26,72,"Fe "," x",-28430.0,500.0,8184.0,7.0,"B-",11770.0,640.0,71.96948,540.0,"150 ns","0+",11.77,-19.552,-18.53,-16.054916 " ",45,27,72,"Co "," x",-40200.0,400.0,8336.0,6.0,"B-",14030.0,400.0,71.95684,430.0,"62 ms","(6-,7-)",14.0261,-12.792,-11.77,-14.244916 " ",44,28,72,"Ni "," x",-54226.1,2.2,8520.21,0.03,"B-",5556.9,2.6,71.9417859,2.4,"1.57 s","0+",5.5569,-15.0481,-14.0261,-13.161016 " ",43,29,72,"Cu "," x",-59783.0,1.4,8586.525,0.019,"B-",8362.5,2.6,71.9358203,1.5,"6.63 s","(2)",8.3625,-6.5789,-5.5569,-10.277916 " ",42,30,72,"Zn "," x",-68145.5,2.1,8691.805,0.03,"B-",442.8,2.3,71.9268428,2.3,"46.5 h","0+",0.4428,-9.3845,-8.3625,-7.106616 " ",41,31,72,"Ga "," ",-68588.3,0.8,8687.089,0.011,"B-",3997.6,0.8,71.9263674,0.9,"14.10 h","3-",3.9976,-1.4648,-0.4428,-5.446216 " ",40,32,72,"Ge "," ",-72585.9,0.08,8731.745,0.001," ","*","*",71.92207583,0.08,"stable","0+",-4.3559,-5.0196,-3.9976,-5.003716 " ",39,33,72,"As "," -",-68230.0,4.0,8660.38,0.06,"B+",4356.0,4.0,71.926752,4.0,"26.0 h","2-",-0.3618,3.3339,4.3559,-3.568916 " ",38,34,72,"Se "," x",-67868.2,2.0,8644.489,0.027,"B+",362.0,5.0,71.9271405,2.1,"8.40 d","0+",-8.8065,-0.6602,0.3618,-3.314316 " ",37,35,72,"Br "," x",-59061.7,1.0,8511.312,0.014,"B+",8806.4,2.2,71.93659459999999,1.1,"78.6 s","1+",-5.1207,7.7845,8.8065,-2.592116 " ",36,36,72,"Kr "," x",-53941.0,8.0,8429.32,0.11,"B+",5121.0,8.0,71.942092,9.0,"17.1 s","0+",-15.611,4.0987,5.1207,-2.176516 " ",35,37,72,"Rb "," x",-38330.0,500.0,8202.0,7.0,"B+",15610.0,500.0,71.95885,540.0,"None","None",0.0,14.589,15.611,-1.964916 "0",47,26,73,"Fe "," x",-22900.0,500.0,8106.0,7.0,"B-",14520.0,640.0,72.97542,540.0,"12.9 ms","",14.52,0.0,0.0,-16.744916 " ",46,27,73,"Co "," x",-37420.0,400.0,8295.0,5.0,"B-",12690.0,400.0,72.95983,430.0,"40.7 ms","(7/2-)",12.6882,-15.542,-14.52,-15.074916 " ",45,28,73,"Ni "," x",-50108.2,2.4,8457.65,0.03,"B-",8879.0,3.0,72.9462067,2.6,"0.84 s","(9/2+)",8.8792,-13.7102,-12.6882,-13.503116 " ",44,29,73,"Cu "," ",-58987.4,1.9,8568.569,0.027,"B-",6606.0,2.7,72.9366744,2.1,"4.2 s","3/2-",6.606,-9.9012,-8.8792,-11.132316 " ",43,30,73,"Zn "," x",-65593.4,1.9,8648.345,0.026,"B-",4105.9,2.5,72.92958259999999,2.0,"23.5 s","(1/2)-",4.1059,-7.628,-6.606,-8.039316 " ",42,31,73,"Ga "," x",-69699.3,1.7,8693.873,0.023,"B-",1598.2,1.7,72.9251747,1.8,"4.86 h","3/2-",1.59822,-5.1279,-4.1059,-6.388016 " ",41,32,73,"Ge "," ",-71297.52,0.06,8705.049,0.001," ","*","*",72.92345895999999,0.06,"0.499 s","1/2-",-0.34452,-2.62022,-1.59822,-5.304636 " ",40,33,73,"As "," ",-70953.0,4.0,8689.61,0.05,"B+",345.0,4.0,72.923829,4.0,"80.30 d","3/2-",-2.726,-0.67748,0.34452,-4.050116 " ",39,34,73,"Se "," ",-68227.0,7.0,8641.56,0.1,"B+",2725.0,7.0,72.926755,8.0,"7.15 h","9/2+",-4.58,1.704,2.726,-3.551216 " ",38,35,73,"Br "," x",-63647.0,7.0,8568.1,0.1,"B+",4580.0,10.0,72.931672,8.0,"3.4 m","1/2-",-7.095,3.558,4.58,-2.961916 " ",37,36,73,"Kr "," x",-56552.0,7.0,8460.18,0.09,"B+",7096.0,10.0,72.939289,7.0,"27.3 s","(3/2-)",-10.472,6.073,7.095,-2.542216 " ",36,37,73,"Rb "," -p",-46080.0,200.0,8306.0,3.0,"B+",10470.0,200.0,72.95053,220.0,"30 ns","",-14.13,9.45,10.472,-2.244916 " ",35,38,73,"Sr "," x",-31950.0,400.0,8102.0,5.0,"B+",14130.0,450.0,72.9657,430.0,"25 ms","",0.0,13.108,14.13,-1.934916 "0",48,26,74,"Fe "," x",-19590.0,600.0,8061.0,8.0,"B-",13230.0,780.0,73.97897,640.0,"638 ns","0+",13.23,0.0,0.0,-17.534916 " ",47,27,74,"Co "," x",-32820.0,500.0,8229.0,7.0,"B-",15640.0,540.0,73.96477,540.0,"30 ms","",15.64,-14.252,-13.23,-15.744916 " ",46,28,74,"Ni "," x",-48460.0,200.0,8430.0,3.0,"B-",7550.0,200.0,73.94798,210.0,"0.68 s","0+",7.546,-16.662,-15.64,-14.374916 " ",45,29,74,"Cu "," x",-56006.0,6.0,8521.56,0.08,"B-",9751.0,7.0,73.939875,7.0,"1.63 s","(1+,3+)",9.7507,-8.568,-7.546,-11.800916 " ",44,30,74,"Zn "," x",-65756.7,2.5,8642.75,0.03,"B-",2293.0,4.0,73.9294073,2.7,"95.6 s","0+",2.2929,-10.7727,-9.7507,-8.967716 " ",43,31,74,"Ga "," x",-68049.6,3.0,8663.17,0.04,"B-",5372.8,3.0,73.926946,3.0,"9.5 s","(0)",5.372842,-3.3149,-2.2929,-7.498116 " ",42,32,74,"Ge "," ",-73422.442,0.013,8725.2,0.0,"B-",-2562.4,1.7,73.921177762,0.013,"stable","0+",-2.562342,-6.394842,-5.372842,-6.282658 " ",41,33,74,"As "," ",-70860.1,1.7,8680.001,0.023,"B-",1353.1,1.7,73.9239286,1.8,"17.77 d","2-",1.353101,1.540342,2.562342,-4.374916 " ",40,34,74,"Se "," ",-72213.201,0.015,8687.715,0.0," ","*","*",73.92247593500001,0.016,"stable","0+",-6.925201,-2.375101,-1.353101,-4.076217 " ",39,35,74,"Br "," ",-65288.0,6.0,8583.56,0.08,"B+",6925.0,6.0,73.92991,6.0,"25.4 m","(0-)",-2.9562,5.903201,6.925201,-3.372916 " ",38,36,74,"Kr "," ",-62331.8,2.0,8533.038,0.027,"B+",2956.0,6.0,73.933084,2.2,"11.50 m","0+",-10.4158,1.9342,2.9562,-2.826816 " ",37,37,74,"Rb "," ",-51916.0,3.0,8381.71,0.04,"B+",10416.0,3.0,73.944266,3.0,"64.776 ms","0+",-11.086,9.3938,10.4158,-2.914916 " ",36,38,74,"Sr "," x",-40830.0,100.0,8221.0,1.0,"B+",11090.0,100.0,73.95617,110.0,"27 ms","0+",0.0,10.064,11.086,-2.154916 "0",49,26,75,"Fe "," x",-13640.0,600.0,7982.0,8.0,"B-",16010.0,780.0,74.98536,640.0,"620 ns","",16.01,0.0,0.0,0.0 " ",48,27,75,"Co "," x",-29650.0,500.0,8185.0,7.0,"B-",14380.0,580.0,74.96817,540.0,"30 ms","",14.38,-17.032,-16.01,-16.504916 " ",47,28,75,"Ni "," x",-44030.0,300.0,8366.0,4.0,"B-",10440.0,300.0,74.95273,320.0,"344 ms","",10.4413,-15.402,-14.38,-15.024916 " ",46,29,75,"Cu "," x",-54471.3,2.3,8495.09,0.03,"B-",8088.0,3.0,74.9415226,2.5,"1.224 s","",8.0876,-11.4633,-10.4413,-12.526216 " ",45,30,75,"Zn "," x",-62558.9,2.0,8592.497,0.026,"B-",5906.0,3.0,74.9328402,2.1,"10.2 s","(7/2+)",5.9057,-9.1096,-8.0876,-9.577616 " ",44,31,75,"Ga "," x",-68464.6,2.4,8660.81,0.03,"B-",3392.4,2.4,74.9265002,2.6,"126 s","3/2-",3.39236,-6.9277,-5.9057,-8.178416 " ",43,32,75,"Ge "," -n",-71856.96,0.05,8695.609,0.001,"B-",1177.2,0.9,74.92285837,0.06,"47.7 s","7/2+",1.17724,-4.41436,-3.39236,-6.953076 " ",42,33,75,"As "," ",-73034.2,0.9,8700.874,0.012," ","*","*",74.92159459999999,0.9,"17.62 ms","9/2+",-0.86472,-2.19924,-1.17724,-5.320016 " ",41,34,75,"Se "," ",-72169.48,0.07,8678.913,0.001,"B+",864.7,0.9,74.92252287000001,0.08,"119.78 d","5/2+",-3.06248,-0.15728,0.86472,-4.687896 " ",40,35,75,"Br "," x",-69107.0,4.0,8627.65,0.06,"B+",3062.0,4.0,74.925811,5.0,"96.7 m","3/2-",-4.783,2.04048,3.06248,-3.638916 " ",39,36,75,"Kr "," x",-64324.0,8.0,8553.44,0.11,"B+",4783.0,9.0,74.930946,9.0,"4.60 m","5/2+",-7.1053,3.761,4.783,-3.602416 " ",38,37,75,"Rb "," x",-57218.7,1.2,8448.275,0.016,"B+",7105.0,8.0,74.93857320000001,1.3,"19.0 s","(3/2-)",-10.5987,6.0833,7.1053,-3.141616 " ",37,38,75,"Sr "," -",-46620.0,220.0,8296.5,2.9,"B+",10600.0,220.0,74.94995,240.0,"88 ms","",-14.8,9.5767,10.5987,-2.714916 " ",36,39,75,"Y "," x",-31820.0,300.0,8089.0,4.0,"B+",14800.0,370.0,74.96584,320.0,"None","None",0.0,13.778,14.8,-2.184916 "0",49,27,76,"Co "," x",-24510.0,600.0,8116.0,8.0,"B-",17120.0,720.0,75.97369,640.0,"21.7 ms","",17.12,0.0,0.0,-17.034916 " ",48,28,76,"Ni "," x",-41630.0,400.0,8331.0,5.0,"B-",9350.0,400.0,75.95531,430.0,"0.59 us","(8+)",9.346,-18.142,-17.12,-15.624916 " ",47,29,76,"Cu "," x",-50976.0,7.0,8443.53,0.09,"B-",11327.0,7.0,75.945275,7.0,"0.638 s","(3,4)",11.327,-10.368,-9.346,-13.200916 " ",46,30,76,"Zn "," ",-62303.0,1.5,8582.273,0.019,"B-",3993.6,2.4,75.933115,1.6,"5.7 s","0+",3.9936,-12.349,-11.327,-10.501816 " ",45,31,76,"Ga "," x",-66296.6,2.0,8624.526,0.026,"B-",6916.2,2.0,75.92882759999999,2.1,"32.6 s","(2+,3+)",6.916289,-5.0156,-3.9936,-8.938516 " ",44,32,76,"Ge "," ",-73212.889,0.018,8705.236,0.0,"B-",-921.5,0.9,75.921402727,0.019,"stable","0+",-0.921489,-7.938289,-6.916289,-7.492305 " ",43,33,76,"As "," -n",-72291.4,0.9,8682.816,0.012,"B-",2960.6,0.9,75.922392,1.0,"26.24 h","2-",2.96055,-0.100511,0.921489,-6.128016 " ",42,34,76,"Se "," ",-75251.95,0.016,8711.477,0.0," ","*","*",75.919213704,0.017,"stable","0+",-4.96295,-3.98255,-2.96055,-5.090966 " ",41,35,76,"Br "," -",-70289.0,9.0,8635.88,0.12,"B+",4963.0,9.0,75.924542,10.0,"16.2 h","1-",-1.275,3.94095,4.96295,-4.483916 " ",40,36,76,"Kr "," ",-69014.0,4.0,8608.81,0.05,"B+",1275.0,10.0,75.925911,4.0,"14.8 h","0+",-8.5349,0.253,1.275,-3.570716 " ",39,37,76,"Rb "," x",-60479.1,0.9,8486.215,0.012,"B+",8535.0,4.0,75.935073,1.0,"36.5 s","1(-)",-6.2291,7.5129,8.5349,-3.842316 " ",38,38,76,"Sr "," x",-54250.0,30.0,8393.9,0.5,"B+",6230.0,30.0,75.94176,40.0,"7.89 s","0+",-15.77,5.2071,6.2291,-2.733916 " ",37,39,76,"Y "," x",-38480.0,300.0,8176.0,4.0,"B+",15770.0,300.0,75.95869,320.0,"200 ns","",0.0,14.748,15.77,-2.574916 "0",50,27,77,"Co "," x",-21020.0,600.0,8070.0,8.0,"B-",15790.0,780.0,76.97744,640.0,"13.0 ms","",15.78,0.0,0.0,0.0 " ",49,28,77,"Ni "," x",-36800.0,500.0,8265.0,6.0,"B-",11820.0,520.0,76.96049,540.0,"128 ms","",11.82,-16.802,-15.78,-16.324916 " ",48,29,77,"Cu "," x",-48620.0,150.0,8408.0,2.0,"B-",10170.0,150.0,76.9478,160.0,"0.469 s","",10.1692,-12.842,-11.82,-13.624916 " ",47,30,77,"Zn "," ",-58789.2,2.0,8530.003,0.026,"B-",7203.0,3.0,76.9368872,2.1,"1.05 s","(1/2-)",7.2031,-11.1912,-10.1692,-11.105916 " ",46,31,77,"Ga "," x",-65992.3,2.4,8613.39,0.03,"B-",5220.5,2.4,76.9291543,2.6,"13.2 s","3/2(-)",5.22056,-8.2251,-7.2031,-9.429816 " ",45,32,77,"Ge "," -n",-71212.86,0.05,8671.029,0.001,"B-",2703.5,1.7,76.92354984,0.06,"53.7 s","1/2-",2.70344,-6.24256,-5.22056,-8.044376 " ",44,33,77,"As "," ",-73916.3,1.7,8695.978,0.022,"B-",683.2,1.7,76.9206476,1.8,"114.0 us","9/2+",0.68319,-3.72544,-2.70344,-6.641916 " ",43,34,77,"Se "," ",-74599.49,0.06,8694.69,0.001," ","*","*",76.91991415000001,0.07,"17.36 s","7/2+",-1.36469,-1.70519,-0.68319,-5.726886 " ",42,35,77,"Br "," -",-73234.8,2.8,8666.81,0.04,"B+",1364.7,2.8,76.921379,3.0,"57.04 h","3/2-",-3.0654,0.34269,1.36469,-4.706716 " ",41,36,77,"Kr "," x",-70169.4,2.0,8616.836,0.025,"B+",3065.0,3.0,76.92467,2.1,"74.4 m","5/2+",-5.3389,2.0434,3.0654,-4.367316 " ",40,37,77,"Rb "," x",-64830.5,1.3,8537.339,0.017,"B+",5339.0,2.4,76.9304016,1.4,"3.78 m","3/2-",-7.0275,4.3169,5.3389,-3.608416 " ",39,38,77,"Sr "," x",-57803.0,8.0,8435.92,0.1,"B+",7027.0,8.0,76.937945,9.0,"9.0 s","5/2+",-11.363,6.0055,7.0275,-3.675916 " ",38,39,77,"Y "," -p",-46440.0,200.0,8278.0,3.0,"B+",11370.0,200.0,76.95015,220.0,"57 ms","(5/2+)",-14.4,10.341,11.363,-2.784916 " ",37,40,77,"Zr "," x",-32040.0,400.0,8081.0,5.0,"B+",14400.0,450.0,76.9656,430.0,"None","None",0.0,13.378,14.4,-2.514916 "0",50,28,78,"Ni "," x",-33890.0,600.0,8225.0,8.0,"B-",10610.0,780.0,77.96362,640.0,"0.11 s","0+",10.61,0.0,0.0,-16.724916 " ",49,29,78,"Cu "," x",-44500.0,500.0,8351.0,6.0,"B-",12990.0,500.0,77.95223,540.0,"335 ms","(4,5)-",12.9832,-11.632,-10.61,-14.104916 " ",48,30,78,"Zn "," ",-57483.2,1.9,8507.379,0.025,"B-",6222.7,2.7,77.9382892,2.1,"319 ns","(8+)",6.2228,-14.0052,-12.9832,-11.448116 " ",47,31,78,"Ga "," ",-63706.0,1.9,8577.127,0.024,"B-",8156.0,4.0,77.93160879999999,2.0,"500 ns","",8.156,-7.2448,-6.2228,-10.124916 " ",46,32,78,"Ge "," -nn",-71862.0,4.0,8671.66,0.05,"B-",955.0,10.0,77.922853,4.0,"88 m","0+",0.955,-9.178,-8.156,-8.530216 " ",45,33,78,"As "," +pn",-72817.0,10.0,8673.87,0.13,"B-",4209.0,10.0,77.921828,11.0,"90.7 m","2-",4.20894,-1.977,-0.955,-7.192316 " ",44,34,78,"Se "," ",-77025.94,0.18,8717.806,0.002,"B-",-3574.0,4.0,77.91730924,0.19,"stable","0+",-3.57394,-5.23094,-4.20894,-6.028414 " ",43,35,78,"Br "," -",-73452.0,4.0,8661.96,0.05,"B-",726.0,4.0,77.921146,4.0,"6.45 m","1+",0.7263,2.55194,3.57394,-5.016816 " ",42,36,78,"Kr "," ",-74178.3,0.3,8661.238,0.004," ","*","*",77.9203663,0.3,"stable","0+",-7.2433,-1.7483,-0.7263,-4.390015 " ",41,37,78,"Rb "," x",-66935.0,3.0,8558.35,0.04,"B+",7243.0,3.0,77.928142,3.0,"17.66 m","0(+)",-3.761,6.2213,7.2433,-4.071916 " ",40,38,78,"Sr "," x",-63174.0,7.0,8500.1,0.1,"B+",3761.0,8.0,77.93218,8.0,"160 s","0+",-11.004,2.739,3.761,-3.267116 " ",39,39,78,"Y "," x",-52170.0,300.0,8349.0,4.0,"B+",11000.0,300.0,77.94399,320.0,"53 ms","(0+)",-11.32,9.982,11.004,-2.678916 " ",38,40,78,"Zr "," x",-40850.0,400.0,8194.0,5.0,"B+",11320.0,500.0,77.95615,430.0,"170 ns","0+",0.0,10.298,11.32,-2.444916 "0",51,28,79,"Ni "," x",-27570.0,600.0,8143.0,8.0,"B-",14170.0,670.0,78.9704,640.0,"43.0 ms","",14.17,0.0,0.0,-16.354916 " ",50,29,79,"Cu "," x",-41740.0,300.0,8312.0,4.0,"B-",11690.0,300.0,78.95519,320.0,"188 ms","(5/2-)",11.6923,-15.192,-14.17,-14.514916 " ",49,30,79,"Zn "," ",-53432.3,2.2,8450.582,0.028,"B-",9115.4,2.9,78.9426381,2.4,"0.995 s","(9/2+)",9.1154,-12.7143,-11.6923,-11.827216 " ",48,31,79,"Ga "," ",-62547.7,1.9,8556.063,0.024,"B-",6980.0,40.0,78.9328523,2.0,"2.847 s","(3/2-)",6.9823,-10.1374,-9.1154,-10.501316 " ",47,32,79,"Ge "," ",-69530.0,40.0,8634.5,0.5,"B-",4110.0,40.0,78.92536,40.0,"39.0 s","(7/2+)",4.106,-8.0043,-6.9823,-9.396016 " ",46,33,79,"As "," ",-73636.0,5.0,8676.62,0.07,"B-",2281.0,5.0,78.920948,6.0,"1.21 us","(9/2)+",2.28146,-5.128,-4.106,-7.596316 " ",45,34,79,"Se "," -n",-75917.46,0.22,8695.592,0.003,"B-",150.6,1.0,78.91849925,0.24,"3.92 m","1/2-",0.15054,-3.30346,-2.28146,-6.485416 " ",44,35,79,"Br "," +n",-76068.0,1.0,8687.594,0.013," ","*","*",78.9183376,1.1,"4.85 s","9/2+",-1.626,-1.17254,-0.15054,-5.458716 " ",43,36,79,"Kr "," -",-74442.0,3.0,8657.11,0.04,"B+",1626.0,3.0,78.920083,4.0,"35.04 h","1/2-",-3.639,0.604,1.626,-4.697436 " ",42,37,79,"Rb "," x",-70803.0,2.1,8601.142,0.027,"B+",3639.0,4.0,78.92398990000001,2.3,"22.9 m","5/2+",-5.326,2.617,3.639,-4.120916 " ",41,38,79,"Sr "," x",-65477.0,8.0,8523.82,0.11,"B+",5326.0,9.0,78.929708,9.0,"2.25 m","3/2(-)",-7.657,4.304,5.326,-3.577916 " ",40,39,79,"Y "," x",-57820.0,80.0,8417.0,1.0,"B+",7660.0,80.0,78.93793,90.0,"14.8 s","(5/2+)",-11.05,6.635,7.657,-3.026216 " ",39,40,79,"Zr "," x",-46770.0,300.0,8267.0,4.0,"B+",11050.0,310.0,78.94979,320.0,"56 ms","",-15.12,10.028,11.05,-2.574916 " ",38,41,79,"Nb "," x",-31650.0,500.0,8066.0,6.0,"B+",15120.0,580.0,78.96602,540.0,"None","None",0.0,14.098,15.12,-2.254916 "0",52,28,80,"Ni "," x",-22630.0,700.0,8080.0,9.0,"B-",13570.0,810.0,79.97571,750.0,"24 ms","0+",13.57,0.0,0.0,0.0 " ",51,29,80,"Cu "," x",-36200.0,400.0,8240.0,5.0,"B-",15450.0,400.0,79.96114,430.0,"113.6 ms","",15.4486,-14.592,-13.57,-14.114916 " ",50,30,80,"Zn "," ",-51648.6,2.6,8423.54,0.03,"B-",7575.0,4.0,79.9445529,2.8,"561.9 ms","0+",7.5751,-16.4706,-15.4486,-12.443516 " ",49,31,80,"Ga "," x",-59223.7,2.9,8508.45,0.04,"B-",10312.0,4.0,79.936421,3.0,"1.676 s","(3)",10.3116,-8.5971,-7.5751,-10.672616 " ",48,32,80,"Ge "," x",-69535.3,2.1,8627.57,0.026,"B-",2679.0,4.0,79.9253508,2.2,"29.5 s","0+",2.6787,-11.3336,-10.3116,-9.657216 " ",47,33,80,"As "," x",-72214.0,3.0,8651.28,0.04,"B-",5545.0,3.0,79.922475,4.0,"15.2 s","1+",5.5455,-3.7007,-2.6787,-8.342316 " ",46,34,80,"Se "," ",-77759.5,1.0,8710.813,0.012,"B-",-1870.5,0.3,79.9165218,1.0,"stable","0+",-1.8705,-6.5675,-5.5455,-6.971527 " ",45,35,80,"Br "," -",-75889.0,1.0,8677.653,0.013,"B-",2004.4,1.2,79.9185298,1.1,"17.68 m","1+",2.0043,0.8485,1.8705,-6.022516 " ",44,36,80,"Kr "," ",-77893.3,0.7,8692.928,0.009," ","*","*",79.916378,0.7,"stable","0+",-5.7178,-3.0263,-2.0043,-5.066266 " ",43,37,80,"Rb "," x",-72175.5,1.9,8611.675,0.023,"B+",5717.9,2.0,79.9225164,2.0,"34 s","1+",-1.8645,4.6958,5.7178,-4.311416 " ",42,38,80,"Sr "," x",-70311.0,3.0,8578.6,0.04,"B+",1864.0,4.0,79.924518,4.0,"106.3 m","0+",-9.163,0.8425,1.8645,-3.721916 " ",41,39,80,"Y "," x",-61148.0,6.0,8454.28,0.08,"B+",9163.0,7.0,79.934355,7.0,"30.1 s","(4-)",-6.788,8.141,9.163,-3.093816 " ",40,40,80,"Zr "," x",-54360.0,300.0,8360.0,4.0,"B+",6790.0,300.0,79.94164,320.0,"4.6 s","0+",-15.94,5.766,6.788,-2.534916 " ",39,41,80,"Nb "," x",-38420.0,400.0,8151.0,5.0,"B+",15940.0,500.0,79.95875,430.0,"None","None",0.0,14.918,15.94,-2.364916 "0",52,29,81,"Cu "," x",-31420.0,500.0,8179.0,6.0,"B-",14780.0,500.0,80.96627,540.0,"73.2 ms","",14.78,0.0,0.0,-12.824916 " ",51,30,81,"Zn "," x",-46200.0,5.0,8351.93,0.06,"B-",11428.0,6.0,80.950403,5.0,"303.5 ms","(5/2+)",11.428,-15.802,-14.78,-11.824916 " ",50,31,81,"Ga "," x",-57628.0,3.0,8483.36,0.04,"B-",8664.0,4.0,80.938134,4.0,"1.217 s","(5/2-)",8.6637,-12.45,-11.428,-11.432916 " ",49,32,81,"Ge "," x",-66291.7,2.1,8580.658,0.025,"B-",6242.0,3.0,80.9288329,2.2,"7.6 s","(9/2+)",6.2416,-9.6857,-8.6637,-9.927416 " ",48,33,81,"As "," ",-72533.3,2.6,8648.06,0.03,"B-",3855.7,2.8,80.9221323,2.8,"33.3 s","3/2-",3.8557,-7.2636,-6.2416,-8.965916 " ",47,34,81,"Se "," ",-76389.0,1.0,8685.999,0.012,"B-",1588.0,1.4,80.917993,1.1,"57.28 m","7/2+",1.588,-4.8777,-3.8557,-7.601056 " ",46,35,81,"Br "," ",-77977.0,1.0,8695.946,0.012," ","*","*",80.9162882,1.0,"stable","3/2-",-0.2808,-2.61,-1.588,-6.485616 " ",45,36,81,"Kr "," ",-77696.2,1.1,8682.82,0.013,"B+",280.9,0.5,80.9165897,1.2,"2.29e5 y","7/2+",-2.2392,-0.7412,0.2808,-5.521626 " ",44,37,81,"Rb "," ",-75457.0,5.0,8645.51,0.06,"B+",2240.0,5.0,80.918994,5.0,"4.572 h","3/2-",-3.929,1.2172,2.2392,-4.647116 " ",43,38,81,"Sr "," x",-71528.0,3.0,8587.35,0.04,"B+",3929.0,6.0,80.923211,3.0,"22.3 m","1/2-",-5.815,2.907,3.929,-3.783516 " ",42,39,81,"Y "," x",-65713.0,5.0,8505.9,0.07,"B+",5815.0,6.0,80.929454,6.0,"70.4 s","(5/2+)",-8.253,4.793,5.815,-3.307416 " ",41,40,81,"Zr "," x",-57460.0,90.0,8394.4,1.2,"B+",8250.0,90.0,80.93831,100.0,"5.5 s","(3/2-)",-11.1,7.231,8.253,-2.081916 " ",40,41,81,"Nb "," x",-46360.0,400.0,8248.0,5.0,"B+",11100.0,410.0,80.95023,430.0,"200 ns","",-14.61,10.078,11.1,-2.344916 " ",39,42,81,"Mo "," x",-31750.0,500.0,8058.0,6.0,"B+",14610.0,640.0,80.96592,540.0,"450 ns","",0.0,13.588,14.61,-2.134916 "0",53,29,82,"Cu "," x",-25320.0,600.0,8103.0,7.0,"B-",16990.0,600.0,81.97282,640.0,"636 ns","",16.994,0.0,0.0,0.0 " ",52,30,82,"Zn "," x",-42314.0,3.0,8301.12,0.04,"B-",10617.0,4.0,81.954574,3.0,"228 ms","0+",10.6167,-18.016,-16.994,-10.848916 " ",51,31,82,"Ga "," x",-52930.7,2.4,8421.049,0.03,"B-",12484.0,3.0,81.9431765,2.6,"0.599 s","(1,2,3)",12.4844,-11.6387,-10.6167,-10.855616 " ",50,32,82,"Ge "," x",-65415.1,2.2,8563.756,0.027,"B-",4690.0,4.0,81.929774,2.4,"4.55 s","0+",4.6899,-13.5064,-12.4844,-10.356816 " ",49,33,82,"As "," x",-70105.0,4.0,8611.41,0.05,"B-",7488.0,4.0,81.924739,4.0,"19.1 s","(1+)",7.4889,-5.7119,-4.6899,-8.823916 " ",48,34,82,"Se "," ",-77593.9,0.5,8693.196,0.006,"B-",-95.2,1.1,81.9166995,0.5,"6.6 ns","(8+)",-0.0952,-8.5109,-7.4889,-8.156816 " ",47,35,82,"Br "," ",-77498.7,1.0,8682.494,0.012,"B-",3093.1,1.0,81.9168018,1.0,"6.13 m","2-",3.093085,-0.9268,0.0952,-7.106616 " ",46,36,82,"Kr "," ",-80591.785,0.005,8710.675,0.0," ","*","*",81.913481155,0.006,"stable","0+",-4.403785,-4.115085,-3.093085,-5.990761 " ",45,37,82,"Rb "," IT",-76188.0,3.0,8647.43,0.04,"B+",4404.0,3.0,81.918209,3.0,"1.2575 m","1+",-0.178,3.381785,4.403785,-5.160916 " ",44,38,82,"Sr "," ",-76010.0,6.0,8635.72,0.07,"B+",178.0,7.0,81.9184,6.0,"25.35 d","0+",-7.946,-0.844,0.178,-4.256616 " ",43,39,82,"Y "," x",-68064.0,5.0,8529.28,0.07,"B+",7946.0,8.0,81.92693,6.0,"8.3 s","1+",-4.433,6.924,7.946,-3.553916 " ",42,40,82,"Zr "," x",-63631.0,11.0,8465.68,0.14,"B+",4433.0,12.0,81.931689,12.0,"32 s","0+",-11.541,3.411,4.433,-2.881916 " ",41,41,82,"Nb "," x",-52090.0,300.0,8315.0,4.0,"B+",11540.0,300.0,81.94408,320.0,"50 ms","0+",-11.72,10.519,11.541,-2.344916 " ",40,42,82,"Mo "," x",-40370.0,400.0,8163.0,5.0,"B+",11720.0,500.0,81.95666,430.0,"437 ns","0+",0.0,10.698,11.72,-1.944916 "0",53,30,83,"Zn "," x",-36290.0,300.0,8226.0,4.0,"B-",12970.0,300.0,82.96104,320.0,"117 ms","",12.9671,0.0,0.0,-11.144916 " ",52,31,83,"Ga "," x",-49257.1,2.6,8372.57,0.03,"B-",11719.0,4.0,82.9471203,2.8,"308.1 ms","5/2-",11.7193,-13.9891,-12.9671,-9.942016 " ",51,32,83,"Ge "," x",-60976.4,2.4,8504.345,0.029,"B-",8693.0,4.0,82.9345391,2.6,"1.85 s","(5/2)+",8.6929,-12.7413,-11.7193,-9.969016 " ",50,33,83,"As "," x",-69669.3,2.8,8599.65,0.03,"B-",5671.0,4.0,82.925207,3.0,"13.4 s","(5/2-)",5.6717,-9.7149,-8.6929,-9.546516 " ",49,34,83,"Se "," -n",-75341.0,3.0,8658.56,0.04,"B-",3673.0,5.0,82.919119,3.0,"22.25 m","9/2+",3.673,-6.6937,-5.6717,-8.235916 " ",48,35,83,"Br "," ",-79014.0,4.0,8693.38,0.05,"B-",977.0,4.0,82.915175,4.0,"2.374 h","3/2-",0.976633,-4.695,-3.673,-7.802916 " ",47,36,83,"Kr "," ",-79990.633,0.009,8695.729,0.0," ","*","*",82.914126518,0.01,"1.83 h","1/2-",-0.920033,-1.998633,-0.976633,-6.498089 " ",46,37,83,"Rb "," ",-79070.6,2.3,8675.218,0.028,"B+",920.0,2.3,82.9151142,2.5,"86.2 d","5/2-",-2.2726,-0.101967,0.920033,-5.427516 " ",45,38,83,"Sr "," ",-76798.0,7.0,8638.41,0.08,"B+",2273.0,6.0,82.917554,7.0,"32.41 h","7/2+",-4.592,1.2506,2.2726,-4.780916 " ",44,39,83,"Y "," x",-72206.0,19.0,8573.66,0.22,"B+",4592.0,20.0,82.922484,20.0,"7.08 m","9/2+",-6.294,3.57,4.592,-3.827916 " ",43,40,83,"Zr "," x",-65912.0,6.0,8488.4,0.08,"B+",6294.0,20.0,82.929241,7.0,"42 s","(1/2-)",-8.352,5.272,6.294,-2.859916 " ",42,41,83,"Nb "," x",-57560.0,150.0,8378.3,1.8,"B+",8360.0,150.0,82.93821,160.0,"3.9 s","(5/2+)",-11.22,7.33,8.352,-2.164916 " ",41,42,83,"Mo "," x",-46340.0,400.0,8234.0,5.0,"B+",11220.0,430.0,82.95025,430.0,"6 ms","",-15.02,10.198,11.22,-1.994916 " ",40,43,83,"Tc "," x",-31320.0,500.0,8043.0,6.0,"B+",15020.0,640.0,82.96638,540.0,"None","None",0.0,13.998,15.02,-2.094916 "0",54,30,84,"Zn "," x",-31930.0,400.0,8172.0,5.0,"B-",12160.0,450.0,83.96572,430.0,"633 ns","0+",12.16,0.0,0.0,-11.724916 " ",53,31,84,"Ga "," x",-44090.0,200.0,8307.0,2.0,"B-",14060.0,200.0,83.95267,220.0,"85 ms","(0-)",14.058,-13.182,-12.16,-10.314916 " ",52,32,84,"Ge "," x",-58148.0,3.0,8465.52,0.04,"B-",7705.0,4.0,83.937575,3.0,"0.954 s","0+",7.706,-15.08,-14.058,-8.924316 " ",51,33,84,"As "," x",-65854.0,3.0,8547.94,0.04,"B-",10094.0,4.0,83.929303,3.0,"4.02 s","(3-)",10.0937,-8.728,-7.706,-9.055216 " ",50,34,84,"Se "," ",-75947.7,2.0,8658.793,0.023,"B-",1835.0,26.0,83.91846679999999,2.1,"3.26 m","0+",1.8353,-11.1157,-10.0937,-8.837316 " ",49,35,84,"Br "," ",-77783.0,26.0,8671.3,0.3,"B-",4656.0,26.0,83.916496,28.0,"31.76 m","2-",4.656335,-2.8573,-1.8353,-7.993916 " ",48,36,84,"Kr "," ",-82439.335,0.004,8717.446,0.0,"B-",-2680.4,2.2,83.911497729,0.004,"stable","0+",-2.680335,-5.678335,-4.656335,-7.104751 " ",47,37,84,"Rb "," ",-79759.0,2.2,8676.224,0.026,"B-",890.6,2.3,83.91437520000001,2.4,"32.82 d","2-",0.8906,1.658335,2.680335,-6.294916 " ",46,38,84,"Sr "," ",-80649.6,1.2,8677.512,0.015," ","*","*",83.9134191,1.3,"stable","0+",-6.7556,-1.9126,-0.8906,-5.181216 " ",45,39,84,"Y "," ",-73894.0,4.0,8587.78,0.05,"B+",6755.0,4.0,83.920671,5.0,"39.5 m","(6+)",-2.472,5.7336,6.7556,-4.143416 " ",44,40,84,"Zr "," x",-71422.0,5.0,8549.03,0.07,"B+",2473.0,7.0,83.923326,6.0,"25.8 m","0+",-10.203,1.45,2.472,-3.535916 " ",43,41,84,"Nb "," x",-61219.0,13.0,8418.25,0.16,"B+",10203.0,14.0,83.934279,14.0,"9.8 s","(1+,2+,3+)",-7.049,9.181,10.203,-2.495916 " ",42,42,84,"Mo "," x",-54170.0,300.0,8325.0,4.0,"B+",7050.0,300.0,83.94185,320.0,"2.3 s","0+",-16.47,6.027,7.049,-2.234916 " ",41,43,84,"Tc "," x",-37700.0,400.0,8120.0,5.0,"B+",16470.0,500.0,83.95953,430.0,"None","None",0.0,15.448,16.47,-1.704916 "0",55,30,85,"Zn "," x",-25230.0,500.0,8092.0,6.0,"B-",14620.0,580.0,84.97291,540.0,"637 ns","",14.62,0.0,0.0,0.0 " ",54,31,85,"Ga "," x",-39850.0,300.0,8255.0,4.0,"B-",13270.0,300.0,84.95722,320.0,"70 ms","",13.273,-15.642,-14.62,-10.854916 " ",53,32,85,"Ge "," x",-53123.0,4.0,8401.77,0.04,"B-",10066.0,5.0,84.94297,4.0,"0.56 s","",10.066,-14.295,-13.273,-9.347916 " ",52,33,85,"As "," x",-63189.0,3.0,8510.98,0.04,"B-",9224.0,4.0,84.932164,3.0,"2.021 s","(3/2-)",9.2246,-11.088,-10.066,-7.985916 " ",51,34,85,"Se "," +3p",-72413.6,2.6,8610.3,0.03,"B-",6162.0,4.0,84.9222608,2.8,"32.9 s","(5/2)+",6.1614,-10.2466,-9.2246,-8.546816 " ",50,35,85,"Br ","+n2p",-78575.0,3.0,8673.59,0.04,"B-",2905.0,4.0,84.915646,3.0,"2.90 m","3/2-",2.9053,-7.1834,-6.1614,-8.466616 " ",49,36,85,"Kr "," +",-81480.3,2.0,8698.562,0.024,"B-",687.0,2.0,84.9125273,2.1,"4.480 h","1/2-",0.687031,-3.9273,-2.9053,-7.516216 " ",48,37,85,"Rb "," ",-82167.331,0.005,8697.441,0.0," ","*","*",84.91178973800001,0.005,"stable","5/2-",-1.064031,-1.709031,-0.687031,-6.615247 " ",47,38,85,"Sr "," ",-81103.3,2.8,8675.72,0.03,"B+",1064.1,2.8,84.912932,3.0,"64.849 d","9/2+",-3.2613,0.042031,1.064031,-5.832016 " ",46,39,85,"Y "," x",-77842.0,19.0,8628.15,0.22,"B+",3261.0,19.0,84.916433,20.0,"2.68 h","(1/2)-",-4.667,2.2393,3.2613,-4.809916 " ",45,40,85,"Zr "," x",-73175.0,6.0,8564.04,0.08,"B+",4667.0,20.0,84.921443,7.0,"7.86 m","(7/2+)",-6.895,3.645,4.667,-4.071916 " ",44,41,85,"Nb "," x",-66280.0,4.0,8473.71,0.05,"B+",6896.0,8.0,84.928846,4.0,"20.5 s","(9/2+)",-8.77,5.873,6.895,-2.991916 " ",43,42,85,"Mo "," x",-57510.0,16.0,8361.33,0.19,"B+",8770.0,16.0,84.938261,17.0,"3.2 s","(1/2-)",-11.66,7.748,8.77,-2.474916 " ",42,43,85,"Tc "," x",-45850.0,400.0,8215.0,5.0,"B+",11660.0,400.0,84.95078,430.0,"100 ns","",-14.9,10.638,11.66,-1.914916 " ",41,44,85,"Ru "," x",-30950.0,500.0,8030.0,6.0,"B+",14900.0,640.0,84.96677,540.0,"450 ns","",0.0,13.878,14.9,-1.624916 "0",55,31,86,"Ga "," x",-34080.0,400.0,8186.0,5.0,"B-",15320.0,590.0,85.96341,430.0,"43 ms","",15.32,0.0,0.0,-11.184916 " ",54,32,86,"Ge "," x",-49400.0,440.0,8355.0,5.0,"B-",9560.0,440.0,85.94697,470.0,"226 ms","0+",9.562,-16.342,-15.32,-9.510916 " ",53,33,86,"As "," x",-58962.0,3.0,8456.72,0.04,"B-",11541.0,4.0,85.936702,4.0,"0.945 s","",11.5412,-10.584,-9.562,-8.456216 " ",52,34,86,"Se "," x",-70503.2,2.5,8581.822,0.029,"B-",5129.0,4.0,85.9243117,2.7,"14.3 s","0+",5.1288,-12.5632,-11.5412,-7.513016 " ",51,35,86,"Br "," +pp",-75632.0,3.0,8632.37,0.04,"B-",7633.0,3.0,85.918805,3.0,"55.1 s","(1-)",7.633666,-6.1508,-5.1288,-7.951916 " ",50,36,86,"Kr "," ",-83265.666,0.004,8712.029,0.0,"B-",-518.67,0.2,85.91061062600001,0.004,"stable","0+",-0.518676,-8.655666,-7.633666,-8.096682 " ",49,37,86,"Rb "," -n",-82746.99,0.2,8696.9,0.002,"B-",1776.1,0.2,85.91116744,0.21,"18.642 d","2-",1.776099,-0.503324,0.518676,-7.673206 " ",48,38,86,"Sr "," ",-84523.089,0.005,8708.456,0.0," ","*","*",85.909260726,0.006,"stable","0+",-5.240089,-2.798099,-1.776099,-6.35622 " ",47,39,86,"Y "," -",-79283.0,14.0,8638.43,0.16,"B+",5240.0,14.0,85.914886,15.0,"14.74 h","4-",-1.314,4.218089,5.240089,-5.519916 " ",46,40,86,"Zr "," ",-77969.0,4.0,8614.05,0.04,"B+",1314.0,15.0,85.916297,4.0,"16.5 h","0+",-8.835,0.292,1.314,-4.383916 " ",45,41,86,"Nb "," x",-69134.0,5.0,8502.22,0.06,"B+",8835.0,7.0,85.925782,6.0,"88 s","(6+)",-5.024,7.813,8.835,-3.494916 " ",44,42,86,"Mo "," x",-64110.0,4.0,8434.71,0.04,"B+",5024.0,7.0,85.931175,4.0,"19.1 s","0+",-12.54,4.002,5.024,-2.903916 " ",43,43,86,"Tc "," x",-51570.0,300.0,8280.0,3.0,"B+",12540.0,300.0,85.94464,320.0,"55 ms","(0+)",-11.8,11.518,12.54,-1.904916 " ",42,44,86,"Ru "," x",-39770.0,400.0,8133.0,5.0,"B+",11800.0,500.0,85.95731,430.0,"438 ns","0+",0.0,10.778,11.8,-1.824916 "0",56,31,87,"Ga "," x",-29250.0,500.0,8129.0,6.0,"B-",14830.0,580.0,86.9686,540.0,"634 ns","",14.83,0.0,0.0,0.0 " ",55,32,87,"Ge "," x",-44080.0,300.0,8290.0,3.0,"B-",11540.0,300.0,86.95268,320.0,"0.14 s","(5/2+)",11.5379,-15.852,-14.83,-10.214916 " ",54,33,87,"As "," x",-55617.9,3.0,8413.85,0.03,"B-",10808.0,4.0,86.940292,3.0,"484 ms","(3/2-,5/2-)",10.8082,-12.5599,-11.5379,-8.785716 " ",53,34,87,"Se "," x",-66426.1,2.2,8529.091,0.026,"B-",7466.0,4.0,86.9286886,2.4,"5.50 s","(5/2+)",7.4659,-11.8302,-10.8082,-7.874616 " ",52,35,87,"Br ","2p-n",-73892.0,3.0,8605.91,0.04,"B-",6818.0,3.0,86.920674,3.0,"55.65 s","3/2-",6.81752,-8.4879,-7.4659,-6.647616 " ",51,36,87,"Kr "," -n",-80709.52,0.25,8675.283,0.003,"B-",3888.27,0.25,86.91335476,0.26,"76.3 m","5/2+",3.888271,-7.83952,-6.81752,-7.793436 " ",50,37,87,"Rb "," ",-84597.791,0.006,8710.983,0.0,"B-",282.275,0.006,86.909180531,0.006,"4.81e10 y","3/2-",0.282275,-4.910271,-3.888271,-8.008707 " ",49,38,87,"Sr "," ",-84880.066,0.005,8705.236,0.0," ","*","*",86.908877496,0.005,"2.815 h","1/2-",-1.861666,-1.304275,-0.282275,-7.314349 " ",48,39,87,"Y "," -",-83018.4,1.1,8674.844,0.013,"B+",1861.7,1.1,86.9108761,1.2,"79.8 h","1/2-",-3.6714,0.839666,1.861666,-6.372716 " ",47,40,87,"Zr "," ",-79347.0,4.0,8623.65,0.05,"B+",3671.0,4.0,86.914817,4.0,"1.68 h","(9/2)+",-5.473,2.6494,3.6714,-4.973916 " ",46,41,87,"Nb "," x",-73874.0,7.0,8551.76,0.08,"B+",5473.0,8.0,86.920692,7.0,"3.75 m","(1/2-)",-6.9892,4.451,5.473,-4.092916 " ",45,42,87,"Mo "," ",-66884.8,2.9,8462.42,0.03,"B+",6990.0,7.0,86.928196,3.0,"13.4 s","(7/2+)",-9.1948,5.9672,6.9892,-3.397716 " ",44,43,87,"Tc "," x",-57690.0,4.0,8347.74,0.05,"B+",9195.0,5.0,86.938067,5.0,"2.2 s","(9/2+)",-12.17,8.1728,9.1948,-2.554916 " ",43,44,87,"Ru "," x",-45520.0,400.0,8199.0,5.0,"B+",12170.0,400.0,86.95113,430.0,"None","None",0.0,11.148,12.17,-1.604916 "0",56,32,88,"Ge "," x",-40140.0,400.0,8243.0,5.0,"B-",10580.0,450.0,87.95691,430.0,"300 ns","0+",10.58,0.0,0.0,-10.634916 " ",55,33,88,"As "," x",-50720.0,200.0,8354.0,2.0,"B-",13160.0,200.0,87.94555,210.0,"0.20 s","",13.164,-11.602,-10.58,-9.054916 " ",54,34,88,"Se "," x",-63884.0,3.0,8495.0,0.04,"B-",6832.0,5.0,87.931417,4.0,"1.53 s","0+",6.832,-14.186,-13.164,-8.160916 " ",53,35,88,"Br "," ++",-70716.0,3.0,8563.75,0.04,"B-",8975.0,4.0,87.924083,3.0,"16.5 s","(1,2-)",8.9753,-7.854,-6.832,-7.286916 " ",52,36,88,"Kr "," x",-79691.3,2.6,8656.849,0.03,"B-",2917.7,2.6,87.9144479,2.8,"2.825 h","0+",2.91769,-9.9973,-8.9753,-6.168516 " ",51,37,88,"Rb "," ",-82608.99,0.16,8681.115,0.002,"B-",5312.62,0.16,87.91131559,0.17,"123 ns","(7+)",5.312628,-3.93969,-2.91769,-7.250906 " ",50,38,88,"Sr "," ",-87921.618,0.006,8732.595,0.0," ","*","*",87.905612256,0.006,"stable","0+",-3.622618,-6.334628,-5.312628,-7.907199 " ",49,39,88,"Y "," -",-84299.0,1.5,8682.539,0.017,"B+",3622.6,1.5,87.9095013,1.6,"106.627 d","4-",-0.67,2.600618,3.622618,-6.964916 " ",48,40,88,"Zr "," ",-83629.0,5.0,8666.03,0.06,"B+",670.0,6.0,87.910221,6.0,"83.4 d","0+",-7.459,-0.352,0.67,-5.404316 " ",47,41,88,"Nb "," ",-76170.0,60.0,8572.4,0.7,"B+",7460.0,60.0,87.91822,60.0,"14.55 m","(8+)",-3.483,6.437,7.459,-4.700916 " ",46,42,88,"Mo "," x",-72687.0,4.0,8523.91,0.04,"B+",3490.0,60.0,87.921968,4.0,"8.0 m","0+",-11.007,2.461,3.483,-3.689916 " ",45,43,88,"Tc "," x",-61680.0,150.0,8390.0,1.7,"B+",11010.0,150.0,87.93378,160.0,"6.4 s","(5+,6+,7+)",-7.34,9.985,11.007,-2.885916 " ",44,44,88,"Ru "," x",-54340.0,300.0,8298.0,3.0,"B+",7340.0,340.0,87.94166,320.0,"1.2 s","0+",-17.48,6.318,7.34,-2.594916 " ",43,45,88,"Rh "," x",-36860.0,400.0,8090.0,5.0,"B+",17480.0,500.0,87.96043,430.0,"None","None",0.0,16.458,17.48,-1.584916 "0",57,32,89,"Ge "," x",-33730.0,400.0,8169.0,4.0,"B-",13070.0,500.0,88.96379,430.0,"300 ns","",13.07,0.0,0.0,-10.924916 " ",56,33,89,"As "," x",-46800.0,300.0,8307.0,3.0,"B-",12190.0,300.0,88.94976,320.0,"300 ns","",12.192,-14.092,-13.07,-9.374916 " ",55,34,89,"Se "," x",-58992.0,4.0,8435.28,0.04,"B-",9282.0,5.0,88.936669,4.0,"0.43 s","(5/2+)",9.282,-13.214,-12.192,-8.293916 " ",54,35,89,"Br "," x",-68274.0,3.0,8530.78,0.04,"B-",8262.0,4.0,88.926705,4.0,"4.357 s","(3/2-,5/2-)",8.2618,-10.304,-9.282,-7.509916 " ",53,36,89,"Kr "," x",-76535.8,2.1,8614.815,0.024,"B-",5177.0,6.0,88.9178355,2.3,"3.15 m","3/2(+)",5.1762,-9.2838,-8.2618,-6.547116 " ",52,37,89,"Rb "," ",-81712.0,5.0,8664.19,0.06,"B-",4497.0,5.0,88.912278,6.0,"15.32 m","3/2-",4.49702,-6.1982,-5.1762,-5.561916 " ",51,38,89,"Sr "," ",-86209.02,0.09,8705.922,0.001,"B-",1499.3,1.6,88.90745081,0.1,"50.563 d","5/2+",1.49938,-5.51902,-4.49702,-7.153636 " ",50,39,89,"Y "," ",-87708.4,1.6,8713.978,0.018," ","*","*",88.9058412,1.7,"15.663 s","9/2+",-2.8324,-2.52138,-1.49938,-7.965985 " ",49,40,89,"Zr "," ",-84876.0,3.0,8673.36,0.03,"B+",2832.8,2.8,88.908882,3.0,"78.41 h","9/2+",-4.251,1.8104,2.8324,-6.197616 " ",48,41,89,"Nb "," ",-80625.0,24.0,8616.81,0.27,"B+",4250.0,24.0,88.913445,25.0,"2.03 h","(9/2+)",-5.61,3.229,4.251,-5.207916 " ",47,42,89,"Mo "," x",-75015.0,4.0,8544.98,0.04,"B+",5610.0,24.0,88.919468,4.0,"2.11 m","(9/2+)",-7.62,4.588,5.61,-4.264916 " ",46,43,89,"Tc "," x",-67395.0,4.0,8450.57,0.04,"B+",7620.0,5.0,88.927649,4.0,"12.8 s","(9/2+)",-9.135,6.598,7.62,-3.539916 " ",45,44,89,"Ru "," x",-58260.0,300.0,8339.0,3.0,"B+",9140.0,300.0,88.93746,320.0,"1.5 s","(9/2+)",-12.4,8.113,9.135,-3.174916 " ",44,45,89,"Rh "," -p",-45860.0,360.0,8191.0,4.0,"B+",12400.0,470.0,88.95077,390.0,"120 ns","",0.0,11.378,12.4,-2.434916 "0",58,32,90,"Ge "," x",-29220.0,500.0,8118.0,6.0,"B-",12110.0,640.0,89.96863,540.0,"635 ns","0+",12.11,0.0,0.0,0.0 " ",57,33,90,"As "," x",-41330.0,400.0,8244.0,4.0,"B-",14470.0,520.0,89.95563,430.0,"300 ns","",14.47,-13.132,-12.11,-9.674916 " ",56,34,90,"Se "," x",-55800.0,330.0,8396.0,4.0,"B-",8200.0,330.0,89.9401,350.0,"195 ms","0+",8.2,-15.492,-14.47,-8.824916 " ",55,35,90,"Br "," x",-64000.0,3.0,8478.19,0.04,"B-",10959.0,4.0,89.931293,4.0,"1.92 s","",10.9592,-9.222,-8.2,-7.462916 " ",54,36,90,"Kr "," x",-74959.2,1.9,8591.259,0.021,"B-",4405.0,7.0,89.9195279,2.0,"32.32 s","0+",4.4048,-11.9812,-10.9592,-6.880916 " ",53,37,90,"Rb "," ",-79364.0,6.0,8631.51,0.07,"B-",6584.0,7.0,89.914799,7.0,"258 s","3-",6.5841,-5.4268,-4.4048,-6.156916 " ",52,38,90,"Sr "," ",-85948.1,2.1,8695.972,0.024,"B-",545.9,1.4,89.9077309,2.3,"28.79 y","0+",0.546,-7.6061,-6.5841,-5.10735 " ",51,39,90,"Y "," ",-86494.1,1.6,8693.345,0.018,"B-",2278.5,1.6,89.9071448,1.7,"3.19 h","7+",2.27844,-1.568,-0.546,-6.172026 " ",50,40,90,"Zr "," ",-88772.54,0.12,8709.969,0.001," ","*","*",89.90469876,0.13,"809.2 ms","5-",-6.11054,-3.30044,-2.27844,-6.674367 " ",49,41,90,"Nb "," ",-82662.0,3.0,8633.38,0.04,"B+",6111.0,3.0,89.911259,4.0,"14.60 h","8+",-2.489,5.08854,6.11054,-5.803916 " ",48,42,90,"Mo "," ",-80173.0,3.0,8597.03,0.04,"B+",2489.0,3.0,89.913931,4.0,"5.67 h","0+",-9.4483,1.467,2.489,-4.628916 " ",47,43,90,"Tc "," x",-70724.7,1.0,8483.359,0.011,"B+",9448.0,4.0,89.92407390000001,1.1,"8.7 s","1+",-5.8407,8.4263,9.4483,-4.015616 " ",46,44,90,"Ru "," ",-64884.0,4.0,8409.77,0.04,"B+",5841.0,4.0,89.930344,4.0,"11 s","0+",-13.184,4.8187,5.8407,-3.198916 " ",45,45,90,"Rh "," x",-51700.0,300.0,8255.0,3.0,"B+",13180.0,300.0,89.9445,320.0,"150 ns","",-11.99,12.162,13.184,-2.554916 " ",44,46,90,"Pd "," x",-39710.0,400.0,8113.0,4.0,"B+",11990.0,500.0,89.95737,430.0,"760 ns","0+",0.0,10.968,11.99,-2.364916 "0",58,33,91,"As "," x",-36900.0,400.0,8193.0,4.0,"B-",13680.0,590.0,90.96039,430.0,"None","None",13.68,0.0,0.0,-10.074916 " ",57,34,91,"Se "," x",-50580.0,430.0,8335.0,5.0,"B-",10530.0,430.0,90.9457,470.0,"0.27 s","",10.527,-14.702,-13.68,-8.924916 " ",56,35,91,"Br ","-n2p",-61107.0,4.0,8441.92,0.04,"B-",9867.0,4.0,90.934399,4.0,"0.543 s","",9.867,-11.549,-10.527,-7.914016 " ",55,36,91,"Kr "," x",-70974.0,2.2,8541.751,0.025,"B-",6771.0,8.0,90.9238063,2.4,"8.57 s","5/2(+)",6.771,-10.889,-9.867,-6.972816 " ",54,37,91,"Rb "," ",-77745.0,8.0,8607.56,0.09,"B-",5907.0,9.0,90.916537,8.0,"58.2 s","3/2(-)",5.907,-7.793,-6.771,-6.277916 " ",53,38,91,"Sr "," ",-83652.0,5.0,8663.87,0.06,"B-",2699.0,5.0,90.910196,6.0,"9.65 h","5/2+",2.6993,-6.929,-5.907,-5.367396 " ",52,39,91,"Y "," ",-86351.3,1.8,8684.941,0.02,"B-",1544.3,1.8,90.90729809999999,2.0,"49.71 m","9/2+",1.54427,-3.7213,-2.6993,-4.178425 " ",51,40,91,"Zr "," ",-87895.57,0.1,8693.314,0.001," ","*","*",90.90564022,0.11,"4.35 us","(21/2+)",-1.25757,-2.56627,-1.54427,-5.44042 " ",50,41,91,"Nb "," ",-86638.0,2.9,8670.9,0.03,"B+",1257.6,2.9,90.90699,3.0,"6.8e+2 y","9/2+",-4.429,0.23557,1.25757,-6.044516 " ",49,42,91,"Mo "," ",-82209.0,6.0,8613.63,0.07,"B+",4429.0,7.0,90.911745,7.0,"15.49 m","9/2+",-6.2224,3.407,4.429,-5.286916 " ",48,43,91,"Tc "," ",-75986.6,2.4,8536.655,0.026,"B+",6222.0,7.0,90.918425,2.5,"3.14 m","(9/2)+",-7.7468,5.2004,6.2224,-4.537516 " ",47,44,91,"Ru "," ",-68239.8,2.2,8442.928,0.024,"B+",7747.0,3.0,90.9267415,2.4,"8.0 s","(9/2+)",-9.6698,6.7248,7.7468,-3.779916 " ",46,45,91,"Rh "," x",-58570.0,300.0,8328.0,3.0,"B+",9670.0,300.0,90.93712,320.0,"1.47 s","(9/2+)",-12.64,8.6478,9.6698,-3.304916 " ",45,46,91,"Pd "," x",-45930.0,400.0,8181.0,4.0,"B+",12640.0,500.0,90.95069,430.0,"None","None",0.0,11.618,12.64,-2.834916 "0",59,33,92,"As "," x",-30980.0,500.0,8127.0,5.0,"B-",15740.0,640.0,91.96674,540.0,"None","None",15.74,0.0,0.0,0.0 " ",58,34,92,"Se "," x",-46720.0,400.0,8290.0,4.0,"B-",9510.0,400.0,91.94984,430.0,"None","None",9.513,-16.762,-15.74,-9.004916 " ",57,35,92,"Br "," x",-56233.0,7.0,8384.91,0.07,"B-",12537.0,7.0,91.939632,7.0,"0.343 s","(2-)",12.5363,-10.535,-9.513,-7.937916 " ",56,36,92,"Kr "," x",-68769.3,2.7,8512.674,0.029,"B-",6003.0,7.0,91.9261731,2.9,"1.840 s","0+",6.0027,-13.5583,-12.5363,-7.310216 " ",55,37,92,"Rb "," ",-74772.0,6.0,8569.42,0.07,"B-",8095.0,6.0,91.919728,7.0,"4.48 s","0-",8.095,-7.0247,-6.0027,-6.480916 " ",54,38,92,"Sr "," ",-82867.0,3.0,8648.91,0.04,"B-",1949.0,9.0,91.911038,4.0,"2.611 h","0+",1.949,-9.117,-8.095,-5.600616 " ",53,39,92,"Y "," ",-84816.0,9.0,8661.59,0.1,"B-",3643.0,9.0,91.908946,10.0,"4.2 us","",3.64303,-2.971,-1.949,-4.631926 " ",52,40,92,"Zr "," ",-88459.03,0.1,8692.678,0.001,"B-",-2005.7,1.8,91.90503532,0.11,"stable","0+",-2.00573,-4.66503,-3.64303,-2.962328 " ",51,41,92,"Nb "," ",-86453.3,1.8,8662.372,0.019,"B-",355.3,1.8,91.9071886,1.9,"3.47e+7 y","7+",0.35528,0.98373,2.00573,-4.579216 " ",50,42,92,"Mo "," ",-86808.58,0.16,8657.73,0.002," ","*","*",91.90680716,0.17,"stable","0+",-7.88258,-1.37728,-0.35528,-5.604496 " ",49,43,92,"Tc "," ",-78926.0,3.0,8563.54,0.03,"B+",7883.0,3.0,91.91527,3.0,"4.25 m","(8)+",-4.6248,6.86058,7.88258,-5.180916 " ",48,44,92,"Ru "," ",-74301.2,2.7,8504.773,0.03,"B+",4624.0,4.0,91.92023440000001,2.9,"3.65 m","0+",-11.3022,3.6028,4.6248,-4.039116 " ",47,45,92,"Rh "," x",-62999.0,4.0,8373.42,0.05,"B+",11302.0,5.0,91.932368,5.0,"5.7 s","(ge6+)",-8.419,10.2802,11.3022,-3.743916 " ",46,46,92,"Pd "," x",-54580.0,300.0,8273.0,3.0,"B+",8420.0,300.0,91.94141,320.0,"1.0 s","0+",-17.45,7.397,8.419,-2.664916 " ",45,47,92,"Ag "," x",-37130.0,500.0,8075.0,5.0,"B+",17450.0,580.0,91.96014,540.0,"None","None",0.0,16.428,17.45,-2.694916 "0",59,34,93,"Se "," x",-40720.0,400.0,8223.0,4.0,"B-",12180.0,590.0,92.95629,430.0,"None","None",12.17,0.0,0.0,-9.414916 " ",58,35,93,"Br "," x",-52890.0,430.0,8346.0,5.0,"B-",11250.0,430.0,92.94322,460.0,"102 ms","(5/2-)",11.246,-13.192,-12.17,-8.514916 " ",57,36,93,"Kr "," x",-64136.0,2.5,8458.108,0.027,"B-",8484.0,8.0,92.9311472,2.7,"1.286 s","1/2+",8.484,-12.268,-11.246,-7.568916 " ",56,37,93,"Rb "," ",-72620.0,8.0,8540.92,0.08,"B-",7466.0,9.0,92.922039,8.0,"5.84 s","5/2-",7.466,-9.506,-8.484,-6.770916 " ",55,38,93,"Sr "," ",-80086.0,8.0,8612.79,0.08,"B-",4141.0,12.0,92.914024,8.0,"7.43 m","5/2+",4.141,-8.488,-7.466,-5.975116 " ",54,39,93,"Y "," ",-84227.0,10.0,8648.9,0.11,"B-",2895.0,10.0,92.909578,11.0,"0.82 s","(9/2)+",2.895,-5.163,-4.141,-4.939916 " ",53,40,93,"Zr "," ",-87122.0,0.5,8671.62,0.005,"B-",90.8,1.5,92.90647059999999,0.5,"1.61e+6 y","5/2+",0.0908,-3.917,-2.895,-3.337896 " ",52,41,93,"Nb "," ",-87212.8,1.5,8664.184,0.016," ","*","*",92.9063732,1.6,"16.12 y","1/2-",-0.40573,-1.1128,-0.0908,-1.929316 " ",51,42,93,"Mo "," -n",-86807.07,0.18,8651.409,0.002,"B+",405.8,1.5,92.90680877,0.19,"4.0e+3 y","5/2+",-3.20097,-0.61627,0.40573,-4.355986 " ",50,43,93,"Tc "," -p",-83606.1,1.0,8608.577,0.011,"B+",3201.0,1.0,92.9102451,1.1,"2.75 h","9/2+",-6.3894,2.17897,3.20097,-5.406016 " ",49,44,93,"Ru "," ",-77216.7,2.1,8531.462,0.022,"B+",6389.4,2.3,92.9171044,2.2,"10.8 s","(1/2)-",-8.2049,5.3674,6.3894,-4.626616 " ",48,45,93,"Rh "," ",-69011.8,2.6,8434.825,0.028,"B+",8205.0,3.0,92.92591279999999,2.8,"11.9 s","(9/2+)",-10.0118,7.1829,8.2049,-4.041716 " ",47,46,93,"Pd "," +p",-59000.0,300.0,8319.0,3.0,"B+",10010.0,300.0,92.93666,320.0,"1.00 s","(7/2+,9/2+)",-12.73,8.9898,10.0118,-3.164916 " ",46,47,93,"Ag "," x",-46270.0,400.0,8173.0,4.0,"B+",12730.0,500.0,92.95033,430.0,"228 ns","",0.0,11.708,12.73,-2.834916 "0",60,34,94,"Se "," x",-36800.0,500.0,8180.0,5.0,"B-",10600.0,580.0,93.96049,540.0,"150 ns","0+",10.6,0.0,0.0,-10.004916 " ",59,35,94,"Br "," x",-47400.0,300.0,8284.0,3.0,"B-",13950.0,300.0,93.94911,320.0,"70 ms","",13.948,-11.622,-10.6,-8.494916 " ",58,36,94,"Kr "," x",-61348.0,12.0,8424.33,0.13,"B-",7215.0,12.0,93.93414,13.0,"212 ms","0+",7.2148,-14.97,-13.948,-7.972916 " ",57,37,94,"Rb "," ",-68562.8,2.0,8492.764,0.022,"B-",10282.9,2.6,93.9263948,2.2,"2.702 s","3(-)",10.2829,-8.2368,-7.2148,-6.987716 " ",56,38,94,"Sr "," ",-78845.7,1.7,8593.834,0.018,"B-",3506.0,6.0,93.9153556,1.8,"75.3 s","0+",3.5053,-11.3049,-10.2829,-6.311416 " ",55,39,94,"Y "," ",-82351.0,6.0,8622.81,0.07,"B-",4918.0,6.0,93.911592,7.0,"1.35 us","(5+)",4.91832,-4.5273,-3.5053,-5.411916 " ",54,40,94,"Zr "," ",-87269.32,0.16,8666.801,0.002,"B-",-900.3,1.5,93.90631252,0.18,"stable","0+",-0.90022,-5.94032,-4.91832,-3.746136 " ",53,41,94,"Nb "," ",-86369.1,1.5,8648.901,0.016,"B-",2045.0,1.5,93.907279,1.6,"6.263 m","3+",2.04496,-0.12178,0.90022,-2.299916 " ",52,42,94,"Mo "," ",-88414.06,0.14,8662.333,0.002," ","*","*",93.90508359,0.15,"stable","0+",-4.25606,-3.06696,-2.04496,-2.066436 " ",51,43,94,"Tc "," -",-84158.0,4.0,8608.74,0.04,"B+",4256.0,4.0,93.909652,4.0,"293 m","7+",-1.574,3.23406,4.25606,-3.920916 " ",50,44,94,"Ru "," ",-82584.0,3.0,8583.66,0.03,"B+",1575.0,5.0,93.911343,3.0,"51.8 m","0+",-9.676,0.552,1.574,-4.835916 " ",49,45,94,"Rh "," ",-72908.0,3.0,8472.4,0.04,"B+",9676.0,5.0,93.92173,4.0,"70.6 s","(4+)",-6.806,8.654,9.676,-4.608216 " ",48,46,94,"Pd "," x",-66102.0,4.0,8391.68,0.05,"B+",6805.0,5.0,93.929036,5.0,"9.0 s","0+",-13.692,5.784,6.806,-3.642916 " ",47,47,94,"Ag "," x",-52410.0,400.0,8238.0,4.0,"B+",13690.0,400.0,93.94374,430.0,"0.39 s","(21+)",-12.27,12.67,13.692,-3.134916 " ",46,48,94,"Cd "," x",-40140.0,500.0,8099.0,5.0,"B+",12270.0,640.0,93.95691,540.0,"760 ns","0+",0.0,11.248,12.27,-2.854916 "0",61,34,95,"Se "," x",-30460.0,500.0,8112.0,5.0,"B-",13310.0,580.0,94.9673,540.0,"392 ns","",13.31,0.0,0.0,0.0 " ",60,35,95,"Br "," x",-43770.0,300.0,8244.0,3.0,"B-",12390.0,300.0,94.95301,320.0,"150 ns","",12.389,-14.332,-13.31,-9.294916 " ",59,36,95,"Kr "," x",-56159.0,19.0,8366.0,0.2,"B-",9733.0,28.0,94.939711,20.0,"1.4 us","(7/2+)",9.732,-13.411,-12.389,-8.003916 " ",58,37,95,"Rb "," ",-65891.0,20.0,8460.21,0.21,"B-",9228.0,20.0,94.929263,22.0,"377.5 ms","5/2-",9.229,-10.754,-9.732,-7.208916 " ",57,38,95,"Sr "," ",-75120.0,6.0,8549.11,0.06,"B-",6089.0,7.0,94.919356,6.0,"23.90 s","1/2+",6.089,-10.251,-9.229,-6.570916 " ",56,39,95,"Y "," ",-81209.0,7.0,8604.97,0.07,"B-",4451.0,7.0,94.912819,7.0,"10.3 m","1/2-",4.4509,-7.111,-6.089,-5.888916 " ",55,40,95,"Zr "," ",-85659.9,0.9,8643.592,0.009,"B-",1126.3,1.0,94.9080403,0.9,"64.032 d","5/2+",1.1264,-5.4729,-4.4509,-4.432816 " ",54,41,95,"Nb "," ",-86786.3,0.5,8647.212,0.005,"B-",925.6,0.5,94.90683109999999,0.5,"3.61 d","1/2-",0.92556,-2.1484,-1.1264,-2.859916 " ",53,42,95,"Mo "," ",-87711.86,0.12,8648.72,0.001," ","*","*",94.90583744,0.13,"stable","5/2+",-1.69086,-1.94756,-0.92556,-2.241206 " ",52,43,95,"Tc "," ",-86021.0,5.0,8622.69,0.05,"B+",1691.0,5.0,94.907652,5.0,"20.0 h","9/2+",-2.563,0.66886,1.69086,-1.807916 " ",51,44,95,"Ru "," ",-83458.0,10.0,8587.47,0.1,"B+",2564.0,11.0,94.910404,10.0,"1.643 h","5/2+",-5.117,1.541,2.563,-3.673916 " ",50,45,95,"Rh "," ",-78341.0,4.0,8525.37,0.04,"B+",5117.0,10.0,94.915898,4.0,"5.02 m","9/2+",-8.375,4.095,5.117,-4.779316 " ",49,46,95,"Pd "," x",-69966.0,3.0,8428.98,0.03,"B+",8375.0,5.0,94.924889,3.0,"13.3 s","(21/2+)",-10.366,7.353,8.375,-4.151116 " ",48,47,95,"Ag "," x",-59600.0,300.0,8312.0,3.0,"B+",10370.0,300.0,94.93602,320.0,"1.74 s","",-12.97,9.344,10.366,-3.454916 " ",47,48,95,"Cd "," x",-46630.0,400.0,8167.0,4.0,"B+",12970.0,500.0,94.94994,430.0,"None","None",0.0,11.948,12.97,-3.124916 "0",61,35,96,"Br "," x",-38160.0,300.0,8184.0,3.0,"B-",14920.0,300.0,95.95903,320.0,"150 ns","",14.92,0.0,0.0,-9.604916 " ",60,36,96,"Kr "," x",-53080.0,20.0,8330.85,0.21,"B-",8275.0,21.0,95.943017,22.0,"80 ms","0+",8.274,-15.942,-14.92,-8.784916 " ",59,37,96,"Rb "," ",-61354.0,3.0,8408.9,0.03,"B-",11570.0,9.0,95.934133,4.0,"203 ms","2(-)",11.57,-9.296,-8.274,-7.545916 " ",58,38,96,"Sr "," ",-72924.0,8.0,8521.26,0.09,"B-",5412.0,10.0,95.921713,9.0,"1.07 s","0+",5.412,-12.592,-11.57,-6.579616 " ",57,39,96,"Y "," ",-78336.0,6.0,8569.49,0.06,"B-",7103.0,6.0,95.915903,7.0,"5.34 s","0-",7.10285,-6.434,-5.412,-5.988916 " ",56,40,96,"Zr "," ",-85438.85,0.11,8635.327,0.001,"B-",163.97,0.1,95.90827762,0.12,"2.0e+19 y","0+",0.16397,-8.12485,-7.10285,-4.996766 " ",55,41,96,"Nb "," ",-85602.82,0.15,8628.886,0.002,"B-",3192.06,0.11,95.90810159,0.16,"23.35 h","6+",3.19206,-1.18597,-0.16397,-3.211736 " ",54,42,96,"Mo "," ",-88794.88,0.12,8653.987,0.001,"B-",-2973.0,5.0,95.90467477,0.13,"stable","0+",-2.97288,-4.21406,-3.19206,-2.760766 " ",53,43,96,"Tc "," -",-85822.0,5.0,8614.87,0.05,"B-",259.0,5.0,95.907867,6.0,"4.28 d","7+",0.25837,1.95088,2.97288,-1.793616 " ",52,44,96,"Ru "," ",-86080.37,0.17,8609.412,0.002," ","*","*",95.90758891,0.18,"stable","0+",-6.39237,-1.28037,-0.25837,-1.696706 " ",51,45,96,"Rh "," -",-79688.0,10.0,8534.67,0.1,"B+",6393.0,10.0,95.914452,11.0,"9.90 m","6+",-3.505,5.37037,6.39237,-3.186916 " ",50,46,96,"Pd "," x",-76183.0,4.0,8490.02,0.04,"B+",3504.0,11.0,95.918214,5.0,"122 s","0+",-11.673,2.483,3.505,-4.306716 " ",49,47,96,"Ag "," ep",-64510.0,90.0,8360.3,0.9,"B+",11670.0,90.0,95.93074,100.0,"6.9 s","(2+)",-8.94,10.651,11.673,-3.935916 " ",48,48,96,"Cd "," x",-55570.0,400.0,8259.0,4.0,"B+",8940.0,410.0,95.94034,430.0,"1.03 s","0+",-17.68,7.918,8.94,-3.414916 " ",47,49,96,"In "," x",-37890.0,500.0,8067.0,5.0,"B+",17680.0,640.0,95.95932,540.0,"None","None",0.0,16.658,17.68,-3.184916 "0",62,35,97,"Br "," x",-34060.0,400.0,8140.0,4.0,"B-",13370.0,420.0,96.96344,430.0,"300 ns","(3/2-)",13.36,0.0,0.0,0.0 " ",61,36,97,"Kr "," x",-47420.0,130.0,8269.9,1.3,"B-",11100.0,130.0,96.94909,140.0,"63 ms","(3/2+)",11.0991,-14.382,-13.36,-9.124916 " ",60,37,97,"Rb "," ",-58519.1,1.9,8376.186,0.02,"B-",10062.0,4.0,96.9371771,2.1,"169.9 ms","3/2+",10.0619,-12.1211,-11.0991,-8.054016 " ",59,38,97,"Sr "," ",-68581.0,3.0,8471.86,0.03,"B-",7540.0,8.0,96.926375,4.0,"429 ms","1/2+",7.54,-11.0839,-10.0619,-6.869916 " ",58,39,97,"Y "," +",-76121.0,7.0,8541.52,0.07,"B-",6821.0,7.0,96.91828,7.0,"1.17 s","(9/2)+",6.8217,-8.562,-7.54,-5.925916 " ",57,40,97,"Zr "," ",-82942.7,0.4,8603.779,0.004,"B-",2663.0,4.0,96.9109574,0.4,"16.749 h","1/2+",2.6633,-7.8437,-6.8217,-5.281616 " ",56,41,97,"Nb "," ",-85606.0,4.0,8623.17,0.04,"B-",1939.0,4.0,96.908098,5.0,"58.7 s","1/2-",1.93869,-3.6853,-2.6633,-3.803916 " ",55,42,97,"Mo "," ",-87544.69,0.16,8635.092,0.002," ","*","*",96.90601690000001,0.18,"stable","5/2+",-0.32069,-2.96069,-1.93869,-2.847606 " ",54,43,97,"Tc "," ",-87224.0,4.0,8623.72,0.04,"B+",320.0,4.0,96.906361,4.0,"4.21e+6 y","9/2+",-1.1034,-0.70131,0.32069,-2.436116 " ",53,44,97,"Ru "," -n",-86120.6,2.8,8604.279,0.028,"B+",1104.0,5.0,96.9075458,3.0,"2.83 d","5/2+",-3.5206,0.0814,1.1034,-1.738446 " ",52,45,97,"Rh "," -",-82600.0,40.0,8559.9,0.4,"B+",3520.0,40.0,96.91133,40.0,"30.7 m","9/2+",-4.794,2.4986,3.5206,-1.418816 " ",51,46,97,"Pd "," x",-77806.0,5.0,8502.43,0.05,"B+",4790.0,40.0,96.916472,5.0,"3.10 m","(5/2+)",-6.976,3.772,4.794,-3.014216 " ",50,47,97,"Ag "," -",-70830.0,110.0,8422.4,1.1,"B+",6980.0,110.0,96.92397,120.0,"25.5 s","(9/2+)",-10.38,5.954,6.976,-4.243116 " ",49,48,97,"Cd "," x",-60450.0,300.0,8307.0,3.0,"B+",10370.0,320.0,96.9351,320.0,"2.8 s","(9/2+)",-13.26,9.358,10.38,-3.874916 " ",48,49,97,"In "," x",-47190.0,400.0,8163.0,4.0,"B+",13260.0,500.0,96.94934,430.0,"None","None",0.0,12.238,13.26,-3.344916 "0",63,35,98,"Br "," x",-28250.0,400.0,8080.0,4.0,"B-",16060.0,500.0,97.96967,430.0,"634 ns","",16.06,0.0,0.0,0.0 " ",62,36,98,"Kr "," x",-44310.0,300.0,8236.0,3.0,"B-",10060.0,300.0,97.95243,320.0,"46 ms","0+",10.059,-17.082,-16.06,-9.934916 " ",61,37,98,"Rb "," ",-54369.0,16.0,8330.73,0.16,"B-",12054.0,16.0,97.941632,17.0,"114 ms","(0,1)",12.054,-11.081,-10.059,-9.393916 " ",60,38,98,"Sr "," ",-66423.0,3.0,8445.75,0.03,"B-",5872.0,9.0,97.928692,3.0,"0.653 s","0+",5.872,-13.076,-12.054,-7.499916 " ",59,39,98,"Y ","p-2n",-72295.0,8.0,8497.68,0.08,"B-",8992.0,12.0,97.922388,9.0,"0.548 s","(0)-",8.992,-6.894,-5.872,-6.157116 " ",58,40,98,"Zr "," ",-81287.0,8.0,8581.45,0.09,"B-",2238.0,10.0,97.912735,9.0,"30.7 s","0+",2.238,-10.014,-8.992,-4.866216 " ",57,41,98,"Nb "," -pn",-83525.0,5.0,8596.3,0.05,"B-",4591.0,5.0,97.910333,5.0,"2.86 s","1+",4.59097,-3.26,-2.238,-3.598916 " ",56,42,98,"Mo "," ",-88115.97,0.17,8635.168,0.002,"B-",-1684.0,3.0,97.90540361,0.19,"stable","0+",-1.68397,-5.61297,-4.59097,-3.271566 " ",55,43,98,"Tc "," ",-86432.0,3.0,8610.0,0.03,"B-",1793.0,7.0,97.907211,4.0,"4.2e+6 y","(6)+",1.793,0.66197,1.68397,-2.487816 " ",54,44,98,"Ru "," ",-88225.0,6.0,8620.31,0.07," ","*","*",97.905287,7.0,"stable","0+",-5.05,-2.815,-1.793,-2.235856 " ",53,45,98,"Rh "," -",-83175.0,12.0,8560.8,0.12,"B+",5050.0,10.0,97.910708,13.0,"8.72 m","(2)+",-1.854,4.028,5.05,-1.441916 " ",52,46,98,"Pd "," ",-81321.0,5.0,8533.9,0.05,"B+",1854.0,13.0,97.912698,5.0,"17.7 m","0+",-8.251,0.832,1.854,-1.161916 " ",51,47,98,"Ag "," ",-73070.0,30.0,8441.7,0.3,"B+",8250.0,30.0,97.92156,40.0,"47.5 s","(6+)",-5.43,7.229,8.251,-2.586916 " ",50,48,98,"Cd "," -",-67640.0,50.0,8378.3,0.5,"B+",5430.0,40.0,97.92739,60.0,"9.2 s","0+",-13.74,4.408,5.43,-3.962916 " ",49,49,98,"In "," x",-53900.0,300.0,8230.0,3.0,"B+",13740.0,300.0,97.94214,320.0,"None","None",0.0,12.718,13.74,-3.914916 "0",63,36,99,"Kr "," x",-38760.0,400.0,8178.0,4.0,"B-",12360.0,400.0,98.95839,430.0,"40 ms","",12.361,0.0,0.0,-10.724916 " ",62,37,99,"Rb "," x",-51121.0,4.0,8295.3,0.04,"B-",11400.0,6.0,98.945119,4.0,"50.3 ms","(5/2+)",11.4,-13.383,-12.361,-9.775916 " ",61,38,99,"Sr "," ",-62521.0,5.0,8402.55,0.05,"B-",8128.0,8.0,98.932881,5.0,"0.269 s","3/2+",8.129,-12.422,-11.4,-8.786916 " ",60,39,99,"Y "," x",-70650.0,7.0,8476.75,0.07,"B-",6971.0,12.0,98.924154,7.0,"1.478 s","(5/2+)",6.971,-9.151,-8.129,-7.183916 " ",59,40,99,"Zr "," ",-77621.0,11.0,8539.26,0.11,"B-",4715.0,16.0,98.916671,11.0,"2.1 s","(1/2+)",4.714,-7.993,-6.971,-4.925916 " ",58,41,99,"Nb "," +p",-82335.0,12.0,8578.99,0.12,"B-",3635.0,12.0,98.911609,13.0,"2.5 m","1/2-",3.6351,-5.736,-4.714,-3.550916 " ",57,42,99,"Mo "," ",-85970.1,0.23,8607.797,0.002,"B-",1357.8,0.9,98.9077073,0.25,"65.976 h","1/2+",1.3578,-4.6571,-3.6351,-2.735116 " ",56,43,99,"Tc "," ",-87327.9,0.9,8613.61,0.009,"B-",297.5,0.9,98.9062497,1.0,"6.0067 h","1/2-",0.2975,-2.3798,-1.3578,-2.966516 " ",55,44,99,"Ru "," ",-87625.4,0.3,8608.712,0.003," ","*","*",98.9059303,0.4,"stable","5/2+",-2.0444,-1.3195,-0.2975,-2.338456 " ",54,45,99,"Rh "," ",-85581.0,7.0,8580.16,0.07,"B+",2044.0,7.0,98.908125,7.0,"16.1 d","1/2-",-3.398,1.0224,2.0444,-1.984916 " ",53,46,99,"Pd "," ",-82183.0,5.0,8537.93,0.05,"B+",3399.0,8.0,98.911773,5.0,"21.4 m","(5/2)+",-5.471,2.376,3.398,-1.149916 " ",52,47,99,"Ag "," x",-76712.0,6.0,8474.77,0.06,"B+",5470.0,8.0,98.917646,7.0,"124 s","(9/2)+",-6.7809,4.449,5.471,-0.795916 " ",51,48,99,"Cd "," x",-69931.1,1.6,8398.373,0.016,"B+",6781.0,6.0,98.9249258,1.7,"16 s","",-8.5511,5.7589,6.7809,-2.390016 " ",50,49,99,"In "," x",-61380.0,300.0,8304.0,3.0,"B+",8560.0,300.0,98.93411,320.0,"3.0 s","",-13.44,7.5291,8.5511,-4.204916 " ",49,50,99,"Sn "," x",-47940.0,500.0,8160.0,5.0,"B+",13430.0,590.0,98.94853,540.0,"760 ns","",0.0,12.418,13.44,-3.734916 "0",64,36,100,"Kr "," x",-35050.0,400.0,8140.0,4.0,"B-",11200.0,400.0,99.96237,430.0,"7 ms","0+",11.197,0.0,0.0,0.0 " ",63,37,100,"Rb "," x",-46247.0,20.0,8244.32,0.2,"B-",13574.0,21.0,99.950352,21.0,"51 ms","",13.574,-12.219,-11.197,-10.511916 " ",62,38,100,"Sr "," ",-59821.0,7.0,8372.23,0.07,"B-",7506.0,13.0,99.93578,8.0,"202 ms","0+",7.506,-14.596,-13.574,-9.165916 " ",61,39,100,"Y "," x",-67327.0,11.0,8439.48,0.11,"B-",9050.0,14.0,99.927721,12.0,"735 ms","1-,2-",9.05,-8.528,-7.506,-8.397916 " ",60,40,100,"Zr "," ",-76377.0,8.0,8522.15,0.08,"B-",3420.0,11.0,99.918005,9.0,"7.1 s","0+",3.42,-10.072,-9.05,-5.877916 " ",59,41,100,"Nb "," IT",-79797.0,8.0,8548.53,0.08,"B-",6396.0,8.0,99.914334,9.0,"13 us","(8-)",6.396,-4.442,-3.42,-3.885916 " ",58,42,100,"Mo "," ",-86193.0,0.3,8604.662,0.003,"B-",-172.1,1.4,99.907468,0.3,"7.3e+18 y","0+",-0.1721,-7.418,-6.396,-3.179066 " ",57,43,100,"Tc "," -n",-86020.9,1.4,8595.118,0.014,"B-",3206.4,1.4,99.9076527,1.5,"15.46 s","1+",3.2065,-0.8499,0.1721,-2.842996 " ",56,44,100,"Ru "," ",-89227.4,0.3,8619.359,0.003," ","*","*",99.9042105,0.4,"stable","0+",-3.6364,-4.2285,-3.2065,-2.857436 " ",55,45,100,"Rh "," ",-85591.0,18.0,8575.17,0.18,"B+",3636.0,18.0,99.908114,19.0,"20.8 h","1-",-0.378,2.6144,3.6364,-2.193916 " ",54,46,100,"Pd "," ",-85213.0,18.0,8563.57,0.18,"B+",378.0,25.0,99.90852,19.0,"3.63 d","0+",-7.075,-0.644,0.378,-1.557546 " ",53,47,100,"Ag "," x",-78138.0,5.0,8484.99,0.05,"B+",7075.0,18.0,99.916115,5.0,"2.01 m","(5)+",-3.9434,6.053,7.075,-0.874916 " ",52,48,100,"Cd "," ",-74194.6,1.7,8437.737,0.017,"B+",3943.0,5.0,99.9203488,1.8,"49.1 s","0+",-9.8846,2.9214,3.9434,-0.436516 " ",51,49,100,"In "," ",-64310.0,180.0,8331.1,1.8,"B+",9880.0,180.0,99.93096,200.0,"5.9 s","(6,7)+",-7.03,8.8626,9.8846,-2.224916 " ",50,50,100,"Sn "," -",-57280.0,300.0,8253.0,3.0,"B+",7030.0,240.0,99.9385,320.0,"1.16 s","0+",0.0,6.008,7.03,-4.134916 "0",65,36,101,"Kr "," x",-29130.0,500.0,8081.0,5.0,"B-",13720.0,540.0,100.96873,540.0,"635 ns","",13.72,0.0,0.0,0.0 " ",64,37,101,"Rb "," +",-42850.0,200.0,8209.0,2.0,"B-",12480.0,200.0,100.954,220.0,"32 ms","(3/2+)",12.475,-14.742,-13.72,-11.214916 " ",63,38,101,"Sr "," x",-55325.0,8.0,8324.74,0.08,"B-",9736.0,11.0,100.940606,9.0,"118 ms","(5/2-)",9.736,-13.497,-12.475,-10.329916 " ",62,39,101,"Y "," x",-65061.0,7.0,8413.39,0.07,"B-",8105.0,11.0,100.930154,8.0,"0.45 s","(5/2+)",8.105,-10.758,-9.736,-8.966816 " ",61,40,101,"Zr "," ",-73166.0,8.0,8485.89,0.08,"B-",5726.0,9.0,100.921453,9.0,"2.3 s","(3/2+)",5.725,-9.127,-8.105,-7.009916 " ",60,41,101,"Nb "," x",-78891.0,4.0,8534.83,0.04,"B-",4628.0,4.0,100.915306,4.0,"7.1 s","(5/2+)",4.6289,-6.747,-5.725,-5.194916 " ",59,42,101,"Mo "," -n",-83519.9,0.3,8572.915,0.003,"B-",2825.0,24.0,100.91033759999999,0.3,"14.61 m","1/2+",2.8251,-5.6509,-4.6289,-3.002116 " ",58,43,101,"Tc "," +",-86345.0,24.0,8593.14,0.24,"B-",1614.0,24.0,100.907305,26.0,"14.2 m","9/2+",1.6131,-3.8471,-2.8251,-3.163916 " ",57,44,101,"Ru "," ",-87958.1,0.4,8601.365,0.004," ","*","*",100.9055731,0.4,"17.5 us","11/2-",-0.5461,-2.6351,-1.6131,-2.838326 " ",56,45,101,"Rh "," ",-87412.0,6.0,8588.22,0.06,"B+",546.0,6.0,100.906159,6.0,"3.3 y","1/2-",-1.98,-0.4759,0.5461,-2.612916 " ",55,46,101,"Pd "," ",-85432.0,5.0,8560.86,0.05,"B+",1980.0,4.0,100.908285,5.0,"8.47 h","5/2+",-4.098,0.958,1.98,-1.736316 " ",54,47,101,"Ag "," x",-81334.0,5.0,8512.55,0.05,"B+",4098.0,7.0,100.912684,5.0,"11.1 m","9/2+",-5.4975,3.076,4.098,-1.158916 " ",53,48,101,"Cd "," x",-75836.5,1.5,8450.365,0.015,"B+",5498.0,5.0,100.91858620000001,1.6,"1.36 m","(5/2+)",-7.2265,4.4755,5.4975,-0.455416 " ",52,49,101,"In "," x",-68610.0,200.0,8371.0,2.0,"B+",7220.0,200.0,100.92634,210.0,"15.1 s","",-8.3,6.2045,7.2265,-0.204916 " ",51,50,101,"Sn "," ep",-60310.0,300.0,8281.1,3.0,"B+",8310.0,360.0,100.93526,320.0,"1.7 s","(5/2+,7/2+)",0.0,7.278,8.3,-2.284916 "0",65,37,102,"Rb "," x",-37710.0,300.0,8157.0,3.0,"B-",14450.0,310.0,101.95952,320.0,"37 ms","",14.45,0.0,0.0,-11.884916 " ",64,38,102,"Sr "," x",-52160.0,70.0,8291.2,0.7,"B-",9010.0,70.0,101.944,70.0,"69 ms","0+",9.013,-15.472,-14.45,-10.274916 " ",63,39,102,"Y "," x",-61173.0,4.0,8371.92,0.04,"B-",10415.0,10.0,101.934328,4.0,"0.36 s","",10.415,-10.035,-9.013,-9.228916 " ",62,40,102,"Zr "," ",-71588.0,9.0,8466.35,0.09,"B-",4717.0,9.0,101.923147,9.0,"2.9 s","0+",4.7165,-11.437,-10.415,-7.589916 " ",61,41,102,"Nb "," ",-76304.5,2.5,8504.928,0.025,"B-",7262.0,9.0,101.9180837,2.7,"4.3 s","(4+)",7.2615,-5.7385,-4.7165,-6.434416 " ",60,42,102,"Mo "," ",-83566.0,8.0,8568.45,0.08,"B-",1007.0,12.0,101.910288,9.0,"11.3 m","0+",1.007,-8.2835,-7.2615,-4.703916 " ",59,43,102,"Tc "," ",-84573.0,9.0,8570.65,0.09,"B-",4534.0,9.0,101.909207,10.0,"4.35 m","(4,5)",4.5334,-2.029,-1.007,-3.472916 " ",58,44,102,"Ru "," ",-89106.4,0.4,8607.427,0.004,"B-",-2323.0,6.0,101.9043403,0.4,"stable","0+",-2.3234,-5.5554,-4.5334,-3.415346 " ",57,45,102,"Rh "," -",-86783.0,6.0,8576.98,0.06,"B-",1120.0,6.0,101.906834,7.0,"207.3 d","(1-,2-)",1.1202,1.3014,2.3234,-2.775916 " ",56,46,102,"Pd "," ",-87903.2,0.6,8580.29,0.005," ","*","*",101.90563209999999,0.6,"stable","0+",-5.6562,-2.1422,-1.1202,-2.103116 " ",55,47,102,"Ag "," +",-82247.0,8.0,8517.16,0.08,"B+",5656.0,8.0,101.911705,9.0,"12.9 m","5+",-2.5873,4.6342,5.6562,-1.496916 " ",54,48,102,"Cd "," ",-79659.7,1.7,8484.131,0.016,"B+",2587.0,8.0,101.91448179999999,1.8,"5.5 m","0+",-8.9647,1.5653,2.5873,-0.763616 " ",53,49,102,"In "," ",-70695.0,5.0,8388.57,0.04,"B+",8965.0,5.0,101.924106,5.0,"23.3 s","(6+)",-5.765,7.9427,8.9647,-0.049916 " ",52,50,102,"Sn "," -",-64930.0,100.0,8324.4,1.0,"B+",5760.0,100.0,101.93029,110.0,"3.8 s","0+",0.0,4.743,5.765,0.285084 "0",66,37,103,"Rb "," x",-33610.0,400.0,8117.0,4.0,"B-",13810.0,450.0,102.96392,430.0,"23 ms","",13.81,0.0,0.0,0.0 " ",65,38,103,"Sr "," x",-47420.0,200.0,8243.0,2.0,"B-",11040.0,200.0,102.94909,210.0,"53 ms","",11.038,-14.832,-13.81,-11.084916 " ",64,39,103,"Y "," x",-58458.0,11.0,8342.64,0.11,"B-",9358.0,15.0,102.937243,12.0,"0.23 s","",9.357,-12.06,-11.038,-9.761916 " ",63,40,103,"Zr "," x",-67815.0,9.0,8425.89,0.09,"B-",7213.0,10.0,102.927197,10.0,"1.3 s","(5/2-)",7.214,-10.379,-9.357,-7.718916 " ",62,41,103,"Nb "," x",-75029.0,4.0,8488.33,0.04,"B-",5932.0,10.0,102.919453,4.0,"1.5 s","(5/2+)",5.932,-8.236,-7.214,-6.803916 " ",61,42,103,"Mo "," x",-80961.0,9.0,8538.33,0.09,"B-",3643.0,13.0,102.913085,10.0,"67.5 s","(3/2+)",3.643,-6.954,-5.932,-5.764916 " ",60,43,103,"Tc "," +p",-84604.0,10.0,8566.1,0.1,"B-",2663.0,10.0,102.909174,11.0,"54.2 s","5/2+",2.6632,-4.665,-3.643,-4.693916 " ",59,44,103,"Ru "," ",-87267.2,0.4,8584.365,0.004,"B-",764.5,2.3,102.9063148,0.5,"1.69 ms","11/2-",0.7645,-3.6852,-2.6632,-3.722016 " ",58,45,103,"Rh "," ",-88031.7,2.3,8584.192,0.022," ","*","*",102.9054941,2.5,"56.114 m","7/2+",-0.5745,-1.7865,-0.7645,-3.128716 " ",57,46,103,"Pd "," -n",-87457.2,0.9,8571.019,0.009,"B+",574.5,2.4,102.9061108,1.0,"16.991 d","5/2+",-2.6542,-0.4475,0.5745,-2.256716 " ",56,47,103,"Ag "," x",-84803.0,4.0,8537.65,0.04,"B+",2654.0,4.0,102.908961,4.0,"65.7 m","7/2+",-4.1514,1.6322,2.6542,-1.646916 " ",55,48,103,"Cd "," ",-80651.6,1.8,8489.754,0.018,"B+",4151.0,4.0,102.9134169,1.9,"7.3 m","(5/2)+",-6.0186,3.1294,4.1514,-0.893516 " ",54,49,103,"In "," ",-74633.0,10.0,8423.72,0.09,"B+",6019.0,10.0,102.919879,10.0,"60 s","(9/2)+",-7.663,4.9966,6.0186,-0.345916 " ",53,50,103,"Sn "," -",-66970.0,70.0,8341.8,0.7,"B+",7660.0,70.0,102.9281,80.0,"7.0 s","(5/2+)",-10.79,6.641,7.663,0.536184 " ",52,51,103,"Sb "," x",-56180.0,300.0,8229.0,3.0,"B+",10790.0,310.0,102.93969,320.0,"49 ns","",0.0,9.768,10.79,2.775084 "0",66,38,104,"Sr "," x",-44110.0,300.0,8210.0,3.0,"B-",9960.0,500.0,103.95265,320.0,"53 ms","0+",9.95,0.0,0.0,-11.484916 " ",65,39,104,"Y "," x",-54060.0,400.0,8298.0,4.0,"B-",11660.0,400.0,103.94196,430.0,"197 ms","",11.664,-10.972,-9.95,-10.237916 " ",64,40,104,"Zr "," x",-65724.0,9.0,8402.38,0.09,"B-",6095.0,10.0,103.929442,10.0,"1.2 s","0+",6.095,-12.686,-11.664,-8.327916 " ",63,41,104,"Nb "," x",-71819.0,2.7,8453.459,0.026,"B-",8531.0,9.0,103.9228991,2.9,"4.8 s","(1+)",8.531,-7.117,-6.095,-6.916916 " ",62,42,104,"Mo "," ",-80350.0,9.0,8527.97,0.09,"B-",2153.0,24.0,103.913741,10.0,"60 s","0+",2.153,-9.553,-8.531,-6.397916 " ",61,43,104,"Tc "," ",-82503.0,25.0,8541.15,0.24,"B-",5592.0,25.0,103.911429,27.0,"18.3 m","(3+)",5.5927,-3.175,-2.153,-5.130916 " ",60,44,104,"Ru "," ",-88095.7,2.5,8587.399,0.024,"B-",-1136.0,3.0,103.90542540000001,2.7,"stable","0+",-1.1364,-6.6147,-5.5927,-4.327616 " ",59,45,104,"Rh "," -n",-86959.3,2.3,8568.949,0.022,"B-",2435.8,2.7,103.9066453,2.5,"42.3 s","1+",2.4358,0.1144,1.1364,-3.363316 " ",58,46,104,"Pd "," +n",-89395.1,1.3,8584.848,0.013," ","*","*",103.90403040000001,1.4,"stable","0+",-4.2791,-3.4578,-2.4358,-2.592616 " ",57,47,104,"Ag "," -",-85116.0,4.0,8536.18,0.04,"B+",4279.0,4.0,103.908624,5.0,"69.2 m","5+",-1.1476,3.2571,4.2791,-1.949916 " ",56,48,104,"Cd "," ",-83968.4,1.7,8517.622,0.016,"B+",1148.0,5.0,103.90985620000001,1.8,"57.7 m","0+",-7.7854,0.1256,1.1476,-1.180316 " ",55,49,104,"In "," x",-76183.0,6.0,8435.24,0.06,"B+",7786.0,6.0,103.918215,6.0,"1.80 m","(6+)",-4.556,6.7634,7.7854,-0.469916 " ",54,50,104,"Sn "," ",-71627.0,6.0,8383.91,0.06,"B+",4556.0,8.0,103.923105,6.0,"20.8 s","0+",-12.457,3.534,4.556,0.142684 " ",53,51,104,"Sb "," -p",-59170.0,120.0,8256.6,1.2,"B+",12450.0,120.0,103.93647,130.0,"0.44 s","",0.0,11.435,12.457,2.715084 "0",67,38,105,"Sr "," x",-38610.0,500.0,8156.0,5.0,"B-",12660.0,1430.0,104.95855,540.0,"39 ms","",12.66,0.0,0.0,-11.904916 " ",66,39,105,"Y "," x",-51270.0,1340.0,8269.0,13.0,"B-",10190.0,1340.0,104.94496,1440.0,"95 ms","",10.195,-13.682,-12.66,-10.844916 " ",65,40,105,"Zr "," x",-61465.0,12.0,8358.66,0.12,"B-",8451.0,13.0,104.934015,13.0,"670 ms","(5/2+)",8.451,-11.217,-10.195,-8.564916 " ",64,41,105,"Nb "," x",-69916.0,4.0,8431.69,0.04,"B-",7422.0,10.0,104.924943,4.0,"2.95 s","(5/2+)",7.421,-9.473,-8.451,-7.279916 " ",63,42,105,"Mo "," ",-77337.0,9.0,8494.92,0.09,"B-",4950.0,40.0,104.916975,10.0,"35.6 s","(5/2-)",4.953,-8.443,-7.421,-6.595916 " ",62,43,105,"Tc "," ",-82290.0,40.0,8534.6,0.3,"B-",3640.0,40.0,104.91166,40.0,"7.6 m","(3/2-)",3.6445,-5.975,-4.953,-5.823916 " ",61,44,105,"Ru "," ",-85934.5,2.5,8561.9,0.024,"B-",1916.8,2.9,104.9077455,2.7,"4.44 h","3/2+",1.9167,-4.6665,-3.6445,-4.839516 " ",60,45,105,"Rh "," ",-87851.2,2.5,8572.704,0.024,"B-",566.6,2.3,104.9056878,2.7,"40 s","1/2-",0.5667,-2.9387,-1.9167,-3.931116 " ",59,46,105,"Pd "," ",-88417.9,1.1,8570.65,0.011," ","*","*",104.9050795,1.2,"stable","5/2+",-1.3469,-1.5887,-0.5667,-2.884716 " ",58,47,105,"Ag "," ",-87071.0,5.0,8550.37,0.04,"B+",1347.0,5.0,104.906526,5.0,"41.29 d","1/2-",-2.7372,0.3249,1.3469,-2.083916 " ",57,48,105,"Cd "," ",-84333.8,1.4,8516.852,0.013,"B+",2737.0,4.0,104.9094639,1.5,"55.5 m","5/2+",-4.6928,1.7152,2.7372,-1.326716 " ",56,49,105,"In "," x",-79641.0,10.0,8464.7,0.1,"B+",4693.0,10.0,104.914502,11.0,"5.07 m","9/2+",-6.303,3.6708,4.6928,-0.731916 " ",55,50,105,"Sn "," ",-73338.0,4.0,8397.23,0.04,"B+",6303.0,11.0,104.921268,4.0,"34 s","(5/2+)",-9.323,5.281,6.303,0.073584 " ",54,51,105,"Sb "," +a",-64015.0,22.0,8300.99,0.21,"B+",9323.0,22.0,104.931277,23.0,"1.22 s","(5/2+)",-11.205,8.301,9.323,2.170084 " ",53,52,105,"Te "," -a",-52810.0,300.0,8186.8,2.9,"B+",11200.0,300.0,104.9433,320.0,"0.62 us","(5/2+)",0.0,10.183,11.205,5.075084 "0",68,38,106,"Sr "," x",-34790.0,600.0,8119.0,6.0,"B-",11260.0,780.0,105.96265,640.0,"20 ms","0+",11.26,0.0,0.0,0.0 " ",67,39,106,"Y "," x",-46050.0,500.0,8218.0,5.0,"B-",12500.0,660.0,105.95056,540.0,"79 ms","",12.5,-12.282,-11.26,-10.764916 " ",66,40,106,"Zr "," x",-58550.0,430.0,8328.0,4.0,"B-",7650.0,430.0,105.93714,470.0,"180 ms","0+",7.653,-13.522,-12.5,-8.814916 " ",65,41,106,"Nb "," x",-66203.0,4.0,8393.27,0.04,"B-",9931.0,10.0,105.928928,4.0,"0.82 us","",9.932,-8.675,-7.653,-7.454916 " ",64,42,106,"Mo "," x",-76135.0,9.0,8479.58,0.09,"B-",3642.0,15.0,105.918266,10.0,"8.73 s","0+",3.641,-10.954,-9.932,-6.971916 " ",63,43,106,"Tc "," +",-79776.0,12.0,8506.56,0.12,"B-",6547.0,11.0,105.914357,13.0,"35.6 s","(1,2)",6.547,-4.663,-3.641,-5.896416 " ",62,44,106,"Ru "," ",-86323.0,5.0,8560.94,0.05,"B-",39.4,0.21,105.907328,6.0,"371.8 d","0+",0.04,-7.569,-6.547,-5.181916 " ",61,45,106,"Rh "," ",-86363.0,5.0,8553.93,0.05,"B-",3545.0,5.0,105.907286,6.0,"30.07 s","1+",3.5445,-1.062,-0.04,-4.214916 " ",60,46,106,"Pd "," ",-89907.5,1.1,8579.992,0.01,"B-",-2965.1,2.8,105.9034803,1.2,"stable","0+",-2.9655,-4.5665,-3.5445,-3.226016 " ",59,47,106,"Ag "," ",-86942.0,3.0,8544.639,0.028,"B-",189.8,2.8,105.906664,3.0,"23.96 m","1+",0.1901,1.9435,2.9655,-2.583916 " ",58,48,106,"Cd "," ",-87132.1,1.1,8539.048,0.01," ","*","*",105.9064598,1.2,"","0+",-6.5241,-1.2121,-0.1901,-1.653816 " ",57,49,106,"In "," -",-80608.0,12.0,8470.12,0.12,"B+",6524.0,12.0,105.913464,13.0,"6.2 m","7+",-3.254,5.5021,6.5241,-0.785916 " ",56,50,106,"Sn "," ",-77354.0,5.0,8432.04,0.05,"B+",3254.0,13.0,105.916957,5.0,"115 s","0+",-10.881,2.232,3.254,-0.119216 " ",55,51,106,"Sb "," x",-66473.0,7.0,8322.01,0.07,"B+",10880.0,9.0,105.928638,8.0,"0.6 s","(2+)",-8.253,9.859,10.881,1.797084 " ",54,52,106,"Te "," -a",-58220.0,100.0,8236.8,0.9,"B+",8250.0,100.0,105.9375,110.0,"60 us","0+",0.0,7.231,8.253,4.285084 "0",69,38,107,"Sr "," x",-28900.0,700.0,8064.0,7.0,"B-",13470.0,860.0,106.96898,750.0,"395 ns","",13.46,0.0,0.0,0.0 " ",68,39,107,"Y "," x",-42360.0,500.0,8182.0,5.0,"B-",12020.0,1230.0,106.95452,540.0,"33.5 ms","",12.02,-14.482,-13.46,-11.174916 " ",67,40,107,"Zr "," x",-54380.0,1120.0,8287.0,10.0,"B-",9340.0,1120.0,106.94162,1210.0,"146 ms","",9.344,-13.042,-12.02,-9.384916 " ",66,41,107,"Nb "," x",-63724.0,8.0,8367.09,0.07,"B-",8828.0,12.0,106.93159,9.0,"300 ms","",8.828,-10.366,-9.344,-7.690916 " ",65,42,107,"Mo "," x",-72552.0,9.0,8442.28,0.09,"B-",6198.0,13.0,106.922113,10.0,"3.5 s","(5/2+)",6.198,-9.85,-8.828,-7.161916 " ",64,43,107,"Tc "," x",-78750.0,9.0,8492.9,0.08,"B-",5113.0,12.0,106.915458,9.0,"21.2 s","(3/2-)",5.113,-7.22,-6.198,-6.145916 " ",63,44,107,"Ru "," -nn",-83863.0,9.0,8533.37,0.08,"B-",3001.0,15.0,106.90997,9.0,"3.75 m","(5/2)+",3.001,-6.135,-5.113,-5.326916 " ",62,45,107,"Rh "," +p",-86864.0,12.0,8554.1,0.11,"B-",1509.0,12.0,106.906748,13.0,"21.7 m","7/2+",1.5086,-4.023,-3.001,-4.684916 " ",61,46,107,"Pd "," ",-88372.6,1.2,8560.894,0.011,"B-",34.0,2.3,106.9051281,1.3,"21.3 s","11/2-",0.0341,-2.5306,-1.5086,-3.530316 " ",60,47,107,"Ag "," ",-88406.7,2.4,8553.9,0.022," ","*","*",106.9050915,2.6,"44.3 s","7/2+",-1.4164,-1.0561,-0.0341,-2.799916 " ",59,48,107,"Cd "," ",-86990.3,1.7,8533.351,0.016,"B+",1416.4,2.6,106.90661209999999,1.8,"6.50 h","5/2+",-3.4263,0.3944,1.4164,-1.958016 " ",58,49,107,"In "," -",-83564.0,11.0,8494.02,0.1,"B+",3426.0,11.0,106.91029,12.0,"32.4 m","9/2+",-5.052,2.4043,3.4263,-1.185916 " ",57,50,107,"Sn "," x",-78512.0,5.0,8439.49,0.05,"B+",5052.0,12.0,106.915714,6.0,"2.90 m","(5/2+)",-7.859,4.03,5.052,-0.285316 " ",56,51,107,"Sb "," ",-70653.0,4.0,8358.73,0.04,"B+",7859.0,7.0,106.924151,4.0,"4.0 s","(5/2+)",-10.113,6.837,7.859,1.555084 " ",55,52,107,"Te "," -a",-60540.0,70.0,8256.9,0.7,"B+",10110.0,70.0,106.93501,80.0,"3.1 ms","(5/2+)",-11.11,9.091,10.113,4.005084 " ",54,53,107,"I "," x",-49430.0,300.0,8146.0,3.0,"B+",11110.0,310.0,106.94694,320.0,"None","None",0.0,10.088,11.11,4.325084 "0",69,39,108,"Y "," x",-37300.0,600.0,8134.0,6.0,"B-",14060.0,720.0,107.95996,640.0,"30 ms","",14.05,0.0,0.0,0.0 " ",68,40,108,"Zr "," x",-51350.0,400.0,8257.0,4.0,"B-",8190.0,400.0,107.94487,430.0,"77.4 ms","0+",8.196,-15.072,-14.05,-9.664916 " ",67,41,108,"Nb "," x",-59546.0,8.0,8325.66,0.08,"B-",11210.0,12.0,107.936075,9.0,"0.109 us","",11.21,-9.218,-8.196,-7.910916 " ",66,42,108,"Mo "," x",-70756.0,9.0,8422.22,0.09,"B-",5167.0,13.0,107.92404,10.0,"1.09 s","0+",5.167,-12.232,-11.21,-7.456916 " ",65,43,108,"Tc "," x",-75923.0,9.0,8462.82,0.08,"B-",7739.0,12.0,107.918494,9.0,"5.17 s","(2)+",7.738,-6.189,-5.167,-6.528916 " ",64,44,108,"Ru "," -3n",-83661.0,9.0,8527.23,0.08,"B-",1370.0,16.0,107.910186,9.0,"4.55 m","0+",1.371,-8.76,-7.738,-5.735916 " ",63,45,108,"Rh "," x",-85032.0,14.0,8532.67,0.13,"B-",4492.0,14.0,107.908715,15.0,"16.8 s","1+",4.4922,-2.393,-1.371,-4.953916 " ",62,46,108,"Pd "," ",-89524.2,1.1,8567.023,0.01,"B-",-1917.4,2.6,107.9038918,1.2,"stable","0+",-1.9174,-5.5142,-4.4922,-3.853416 " ",61,47,108,"Ag "," -n",-87606.8,2.4,8542.025,0.022,"B-",1645.7,2.6,107.9059503,2.6,"2.382 m","1+",1.6456,0.8954,1.9174,-3.072416 " ",60,48,108,"Cd "," ",-89252.4,1.1,8550.019,0.01," ","*","*",107.9041836,1.2,"stable","0+",-5.1324,-2.6676,-1.6456,-2.282216 " ",59,49,108,"In "," ",-84120.0,9.0,8495.25,0.08,"B+",5133.0,9.0,107.909694,9.0,"58.0 m","7+",-2.05,4.1104,5.1324,-1.428916 " ",58,50,108,"Sn "," ",-82070.0,5.0,8469.03,0.05,"B+",2050.0,10.0,107.911894,6.0,"10.30 m","0+",-9.625,1.028,2.05,-0.526516 " ",57,51,108,"Sb "," x",-72445.0,5.0,8372.67,0.05,"B+",9625.0,8.0,107.922227,6.0,"7.4 s","(4+)",-6.663,8.603,9.625,1.313084 " ",56,52,108,"Te "," ",-65782.0,5.0,8303.72,0.05,"B+",6664.0,8.0,107.92938,6.0,"2.1 s","0+",-13.132,5.641,6.663,3.420084 " ",55,53,108,"I "," -a",-52650.0,130.0,8174.9,1.2,"B+",13130.0,130.0,107.94348,140.0,"36 ms","(1)",0.0,12.11,13.132,4.095084 "0",70,39,109,"Y "," x",-33200.0,700.0,8096.0,6.0,"B-",12990.0,860.0,108.96436,750.0,"25 ms","(5/2+)",12.99,0.0,0.0,0.0 " ",69,40,109,"Zr "," x",-46190.0,500.0,8208.0,5.0,"B-",10500.0,570.0,108.95041,540.0,"56 ms","(5/2+)",10.5,-14.012,-12.99,-10.004916 " ",68,41,109,"Nb "," x",-56690.0,260.0,8297.1,2.4,"B-",9980.0,260.0,108.93914,280.0,"108 ms","(5/2+)",9.976,-11.522,-10.5,-7.844916 " ",67,42,109,"Mo "," x",-66666.0,11.0,8381.48,0.1,"B-",7617.0,15.0,108.928431,12.0,"0.61 s","(5/2+)",7.617,-10.998,-9.976,-7.625916 " ",66,43,109,"Tc "," x",-74283.0,10.0,8444.18,0.09,"B-",6456.0,13.0,108.920254,10.0,"0.91 s","(5/2+)",6.455,-8.639,-7.617,-6.791916 " ",65,44,109,"Ru "," -4n",-80738.0,9.0,8496.23,0.08,"B-",4261.0,10.0,108.913324,10.0,"34.4 s","(5/2+)",4.261,-7.477,-6.455,-5.825916 " ",64,45,109,"Rh "," ",-84999.0,4.0,8528.14,0.04,"B-",2607.0,4.0,108.908749,4.0,"80.8 s","7/2+",2.6075,-5.283,-4.261,-5.133916 " ",63,46,109,"Pd "," ",-87606.5,1.1,8544.882,0.01,"B-",1112.9,1.4,108.9059506,1.2,"4.703 m","11/2-",1.1129,-3.6295,-2.6075,-4.096916 " ",62,47,109,"Ag "," ",-88719.4,1.3,8547.915,0.012," ","*","*",108.9047558,1.4,"stable","1/2-",-0.2151,-2.1349,-1.1129,-3.293116 " ",61,48,109,"Cd "," ",-88504.3,1.5,8538.764,0.014,"B+",215.1,1.8,108.90498670000001,1.6,"461.9 d","5/2+",-2.0143,-0.8069,0.2151,-2.511316 " ",60,49,109,"In "," ",-86490.0,4.0,8513.1,0.04,"B+",2015.0,4.0,108.90715,4.0,"4.159 h","9/2+",-3.86,0.9923,2.0143,-1.843916 " ",59,50,109,"Sn "," ",-82630.0,8.0,8470.52,0.07,"B+",3859.0,9.0,108.911293,9.0,"18.1 m","5/2+",-6.379,2.838,3.86,-0.721116 " ",58,51,109,"Sb "," ",-76251.0,5.0,8404.82,0.05,"B+",6379.0,9.0,108.918141,6.0,"17.2 s","(5/2+)",-8.536,5.357,6.379,0.965084 " ",57,52,109,"Te "," ",-67715.0,4.0,8319.33,0.04,"B+",8536.0,7.0,108.927305,5.0,"4.6 s","",-10.043,7.514,8.536,3.198084 " ",56,53,109,"I "," -p",-57672.0,7.0,8220.02,0.06,"B+",10043.0,8.0,108.938086,7.0,"92.8 us","(1/2+,3/2+)",-11.502,9.021,10.043,3.918084 " ",55,54,109,"Xe "," -a",-46170.0,300.0,8107.3,2.8,"B+",11500.0,300.0,108.95043,320.0,"13 ms","(7/2+)",0.0,10.48,11.502,4.215084 "0",70,40,110,"Zr "," x",-42890.0,600.0,8177.0,5.0,"B-",9420.0,1030.0,109.95396,640.0,"37.5 ms","0+",9.42,0.0,0.0,-10.524916 " ",69,41,110,"Nb "," x",-52310.0,840.0,8255.0,8.0,"B-",12230.0,840.0,109.94384,900.0,"82 ms","(5)",12.233,-10.442,-9.42,-8.684916 " ",68,42,110,"Mo "," x",-64543.0,24.0,8359.35,0.22,"B-",6492.0,26.0,109.930711,26.0,"0.296 s","0+",6.492,-13.255,-12.233,-8.417916 " ",67,43,110,"Tc "," x",-71035.0,9.0,8411.26,0.09,"B-",9038.0,13.0,109.923741,10.0,"0.900 s","(2,3+)",9.038,-7.514,-6.492,-7.256916 " ",66,44,110,"Ru "," ",-80073.0,9.0,8486.31,0.08,"B-",2756.0,19.0,109.914039,10.0,"12.04 s","0+",2.756,-10.06,-9.038,-6.362916 " ",65,45,110,"Rh "," ",-82829.0,18.0,8504.25,0.16,"B-",5502.0,18.0,109.91108,19.0,"3.35 s","(1+)",5.5019,-3.778,-2.756,-5.477916 " ",64,46,110,"Pd "," ",-88330.9,0.6,8547.162,0.006,"B-",-873.6,1.4,109.90517290000001,0.7,"stable","0+",-0.8736,-6.5239,-5.5019,-4.432816 " ",63,47,110,"Ag "," ",-87457.3,1.3,8532.108,0.012,"B-",2890.7,1.3,109.9061107,1.4,"24.56 s","1+",2.8907,-0.1484,0.8736,-3.519216 " ",62,48,110,"Cd "," ",-90348.0,0.4,8551.275,0.003," ","*","*",109.9030075,0.4,"stable","0+",-3.878,-3.9127,-2.8907,-2.865416 " ",61,49,110,"In "," -",-86470.0,12.0,8508.91,0.11,"B+",3878.0,12.0,109.907171,12.0,"4.92 h","7+",-0.628,2.856,3.878,-1.952916 " ",60,50,110,"Sn "," x",-85842.0,14.0,8496.09,0.13,"B+",628.0,18.0,109.907845,15.0,"4.154 h","0+",-8.392,-0.394,0.628,-1.134816 " ",59,51,110,"Sb "," x",-77450.0,6.0,8412.68,0.05,"B+",8392.0,15.0,109.916854,6.0,"23.6 s","(3+)",-5.22,7.37,8.392,0.733084 " ",58,52,110,"Te "," ",-72230.0,7.0,8358.12,0.06,"B+",5220.0,9.0,109.922458,7.0,"18.6 s","0+",-11.77,4.198,5.22,2.699084 " ",57,53,110,"I "," -a",-60460.0,50.0,8244.0,0.5,"B+",11770.0,50.0,109.93509,50.0,"0.65 s","",-8.54,10.748,11.77,3.588084 " ",56,54,110,"Xe "," -a",-51920.0,100.0,8159.3,0.9,"B+",8540.0,110.0,109.94426,110.0,"105 ms","",0.0,7.518,8.54,3.875084 "0",71,40,111,"Zr "," x",-37560.0,700.0,8128.0,6.0,"B-",11320.0,760.0,110.95968,750.0,"24.0 ms","",11.32,0.0,0.0,-11.084916 " ",70,41,111,"Nb "," x",-48880.0,300.0,8223.0,3.0,"B-",11060.0,300.0,110.94753,320.0,"54 ms","",11.06,-12.342,-11.32,-8.944916 " ",69,42,111,"Mo "," +",-59940.0,13.0,8315.29,0.11,"B-",9085.0,7.0,110.935652,14.0,"186 ms","(1/2+,3/2+)",9.085,-12.082,-11.06,-7.984916 " ",68,43,111,"Tc "," x",-69025.0,11.0,8390.09,0.1,"B-",7761.0,14.0,110.925899,11.0,"290 ms","(7/2+,9/2+)",7.76,-10.107,-9.085,-7.725916 " ",67,44,111,"Ru "," x",-76785.0,10.0,8452.96,0.09,"B-",5519.0,12.0,110.917568,10.0,"2.12 s","(5/2+)",5.519,-8.782,-7.76,-6.657916 " ",66,45,111,"Rh "," ",-82304.0,7.0,8495.63,0.06,"B-",3681.0,7.0,110.911643,7.0,"11 s","(7/2+)",3.6819,-6.541,-5.519,-5.978916 " ",65,46,111,"Pd "," -n",-85985.9,0.7,8521.749,0.007,"B-",2229.6,1.6,110.9076903,0.8,"5.5 h","11/2-",2.2295,-4.7039,-3.6819,-4.547816 " ",64,47,111,"Ag "," +",-88215.4,1.5,8534.787,0.013,"B-",1036.8,1.4,110.9052968,1.6,"64.8 s","7/2+",1.0368,-3.2515,-2.2295,-3.776316 " ",63,48,111,"Cd "," ",-89252.2,0.4,8537.079,0.003," ","*","*",110.9041838,0.4,"48.54 m","11/2-",-0.8602,-2.0588,-1.0368,-3.304516 " ",62,49,111,"In "," ",-88392.0,3.0,8522.28,0.03,"B+",860.0,3.0,110.905107,4.0,"2.8047 d","9/2+",-2.453,-0.1618,0.8602,-2.410216 " ",61,50,111,"Sn "," +n",-85939.0,5.0,8493.13,0.05,"B+",2453.0,6.0,110.907741,6.0,"35.3 m","7/2+",-5.102,1.431,2.453,-1.373616 " ",60,51,111,"Sb "," x",-80837.0,9.0,8440.12,0.08,"B+",5102.0,10.0,110.913218,10.0,"75 s","(5/2+)",-7.25,4.08,5.102,0.302084 " ",59,52,111,"Te "," x",-73587.0,6.0,8367.76,0.06,"B+",7249.0,11.0,110.921001,7.0,"26.2 s","5/2+",-8.633,6.228,7.25,2.500084 " ",58,53,111,"I "," ",-64954.0,5.0,8282.93,0.04,"B+",8634.0,8.0,110.930269,5.0,"2.5 s","",-10.554,7.611,8.633,3.274084 " ",57,54,111,"Xe "," -a",-54400.0,90.0,8180.8,0.8,"B+",10560.0,90.0,110.9416,90.0,"0.74 s","",-11.58,9.532,10.554,3.715084 " ",56,55,111,"Cs "," x",-42820.0,200.0,8069.0,2.0,"B+",11580.0,210.0,110.95403,210.0,"None","None",0.0,10.558,11.58,4.185084 "0",72,40,112,"Zr "," x",-33810.0,700.0,8094.0,6.0,"B-",10460.0,760.0,111.9637,750.0,"30 ms","0+",10.46,0.0,0.0,0.0 " ",71,41,112,"Nb "," x",-44270.0,300.0,8180.0,3.0,"B-",13190.0,360.0,111.95247,320.0,"33 ms","",13.19,-11.482,-10.46,-9.394916 " ",70,42,112,"Mo "," x",-57460.0,200.0,8291.0,2.0,"B-",7800.0,200.0,111.93831,210.0,"120 ms","0+",7.799,-14.212,-13.19,-8.534916 " ",69,43,112,"Tc "," x",-65259.0,6.0,8353.62,0.05,"B-",10372.0,11.0,111.929942,6.0,"150 ns","(5+)",10.372,-8.821,-7.799,-8.137916 " ",68,44,112,"Ru "," x",-75631.0,10.0,8439.24,0.09,"B-",4100.0,50.0,111.918807,10.0,"1.75 s","0+",4.099,-11.394,-10.372,-7.299916 " ",67,45,112,"Rh "," ",-79730.0,40.0,8468.9,0.4,"B-",6590.0,40.0,111.9144,50.0,"3.6 s","(1+)",6.592,-5.121,-4.099,-6.231916 " ",66,46,112,"Pd "," ",-86322.0,7.0,8520.72,0.06,"B-",262.0,7.0,111.90733,7.0,"21.04 h","0+",0.2617,-7.614,-6.592,-5.085916 " ",65,47,112,"Ag "," x",-86583.7,2.4,8516.08,0.022,"B-",3991.1,2.4,111.9070486,2.6,"3.130 h","2(-)",3.99116,-1.2837,-0.2617,-3.976616 " ",64,48,112,"Cd "," ",-90574.86,0.25,8544.73,0.002,"B-",-2585.0,4.0,111.90276388,0.27,"stable","0+",-2.58486,-5.01316,-3.99116,-3.475576 " ",63,49,112,"In "," ",-87990.0,4.0,8514.67,0.04,"B-",665.0,4.0,111.905539,5.0,"14.88 m","1+",0.66506,1.56286,2.58486,-2.808116 " ",62,50,112,"Sn "," ",-88655.06,0.29,8513.618,0.003," ","*","*",111.90482490000001,0.3,"stable","0+",-7.05606,-1.68706,-0.66506,-1.827576 " ",61,51,112,"Sb "," x",-81599.0,18.0,8443.63,0.16,"B+",7056.0,18.0,111.9124,19.0,"53.5 s","(3+)",-4.031,6.03406,7.05606,0.096084 " ",60,52,112,"Te "," x",-77568.0,8.0,8400.65,0.07,"B+",4031.0,20.0,111.916728,9.0,"2.0 m","0+",-10.505,3.009,4.031,2.077084 " ",59,53,112,"I "," x",-67063.0,10.0,8299.88,0.09,"B+",10504.0,13.0,111.928005,11.0,"3.42 s","",-7.037,9.483,10.505,2.957084 " ",58,54,112,"Xe "," -a",-60026.0,8.0,8230.06,0.07,"B+",7037.0,13.0,111.935559,9.0,"2.7 s","0+",-13.736,6.015,7.037,3.331084 " ",57,55,112,"Cs "," -p",-46290.0,90.0,8100.4,0.8,"B+",13740.0,90.0,111.95031,90.0,"0.49 ms","(1+)",0.0,12.714,13.736,3.935084 "0",72,41,113,"Nb "," x",-40510.0,400.0,8146.0,4.0,"B-",11980.0,500.0,112.95651,430.0,"32 ms","",11.98,0.0,0.0,-9.734916 " ",71,42,113,"Mo "," x",-52490.0,300.0,8245.0,3.0,"B-",10320.0,300.0,112.94365,320.0,"80 ms","",10.322,-13.002,-11.98,-8.724916 " ",70,43,113,"Tc "," x",-62812.0,3.0,8329.464,0.03,"B-",9060.0,40.0,112.932569,4.0,"0.526 us","(5/2-)",9.058,-11.344,-10.322,-8.546916 " ",69,44,113,"Ru "," ",-71870.0,40.0,8402.7,0.3,"B-",6900.0,40.0,112.92285,40.0,"510 ms","(11/2-)",6.898,-10.08,-9.058,-7.628916 " ",68,45,113,"Rh "," x",-78768.0,7.0,8456.82,0.06,"B-",4824.0,10.0,112.91544,8.0,"2.80 s","(7/2+)",4.823,-7.92,-6.898,-6.909916 " ",67,46,113,"Pd "," x",-83591.0,7.0,8492.58,0.06,"B-",3436.0,18.0,112.910261,7.0,"0.3 s","(9/2-)",3.436,-5.845,-4.823,-5.277916 " ",66,47,113,"Ag "," +",-87027.0,17.0,8516.07,0.15,"B-",2016.0,17.0,112.906573,18.0,"68.7 s","7/2+",2.01628,-4.458,-3.436,-4.452916 " ",65,48,113,"Cd "," ",-89043.28,0.24,8526.987,0.002,"B-",323.83,0.27,112.9044081,0.26,"14.1 y","11/2-",0.32384,-3.03828,-2.01628,-3.861696 " ",64,49,113,"In "," ",-89367.12,0.19,8522.929,0.002," ","*","*",112.90406045,0.2,"99.476 m","1/2-",-1.03902,-1.34584,-0.32384,-3.072636 " ",63,50,113,"Sn "," ",-88328.1,1.6,8506.811,0.014,"B+",1039.0,1.6,112.9051758,1.7,"115.09 d","1/2+",-3.9111,0.01702,1.03902,-2.248716 " ",62,51,113,"Sb "," -",-84417.0,17.0,8465.28,0.15,"B+",3911.0,17.0,112.909375,18.0,"6.67 m","5/2+",-6.07,2.8891,3.9111,-0.351916 " ",61,52,113,"Te "," x",-78347.0,28.0,8404.64,0.25,"B+",6070.0,30.0,112.91589,30.0,"1.7 m","(7/2+)",-7.227,5.048,6.07,1.858084 " ",60,53,113,"I "," x",-71120.0,8.0,8333.75,0.07,"B+",7228.0,29.0,112.92365,9.0,"6.6 s","(5/2+)",-8.916,6.205,7.227,2.706084 " ",59,54,113,"Xe "," ",-62204.0,7.0,8247.93,0.06,"B+",8916.0,11.0,112.933222,7.0,"2.74 s","(5/2+)",-10.439,7.894,8.916,3.086084 " ",58,55,113,"Cs "," -p",-51765.0,9.0,8148.62,0.08,"B+",10439.0,11.0,112.944428,9.0,"18.3 us","(3/2+)",-11.985,9.417,10.439,3.482084 " ",57,56,113,"Ba "," x",-39780.0,300.0,8036.0,3.0,"B+",11980.0,300.0,112.95729,320.0,"None","None",0.0,10.963,11.985,3.965084 "0",73,41,114,"Nb "," x",-35390.0,500.0,8100.0,4.0,"B-",14420.0,590.0,113.96201,540.0,"17 ms","",14.42,0.0,0.0,0.0 " ",72,42,114,"Mo "," x",-49810.0,300.0,8220.0,3.0,"B-",8790.0,530.0,113.94653,320.0,"58 ms","0+",8.79,-15.442,-14.42,-9.344916 " ",71,43,114,"Tc "," x",-58600.0,430.0,8290.0,4.0,"B-",11620.0,430.0,113.93709,470.0,"100 ms","(|>4)",11.622,-9.812,-8.79,-8.714916 " ",70,44,114,"Ru "," x",-70222.0,4.0,8385.34,0.03,"B-",5490.0,70.0,113.924614,4.0,"0.52 s","0+",5.488,-12.644,-11.622,-8.103916 " ",69,45,114,"Rh "," ",-75710.0,70.0,8426.6,0.6,"B-",7780.0,70.0,113.91872,80.0,"1.85 s","1+",7.781,-6.51,-5.488,-7.099916 " ",68,46,114,"Pd "," x",-83491.0,7.0,8488.01,0.06,"B-",1440.0,8.0,113.910369,7.0,"2.42 m","0+",1.44,-8.803,-7.781,-5.842916 " ",67,47,114,"Ag "," x",-84931.0,5.0,8493.78,0.04,"B-",5084.0,5.0,113.908823,5.0,"1.50 ms","(|<6+)",5.08393,-2.462,-1.44,-4.526916 " ",66,48,114,"Cd "," ",-90014.93,0.28,8531.513,0.002,"B-",-1445.1,0.4,113.90336499,0.3,"2.1e18 y","0+",-1.44513,-6.10593,-5.08393,-4.108946 " ",65,49,114,"In "," ",-88569.8,0.3,8511.973,0.003,"B-",1989.9,0.3,113.9049164,0.3,"71.9 s","1+",1.989923,0.42313,1.44513,-3.537416 " ",64,50,114,"Sn "," ",-90559.723,0.029,8522.566,0.0," ","*","*",113.90278013,0.03,"stable","0+",-6.062723,-3.011923,-1.989923,-2.636639 " ",63,51,114,"Sb "," ",-84497.0,22.0,8462.52,0.19,"B+",6063.0,22.0,113.909289,23.0,"3.49 m","3+",-2.608,5.040723,6.062723,-0.451916 " ",62,52,114,"Te "," x",-81889.0,28.0,8432.78,0.25,"B+",2610.0,40.0,113.91209,30.0,"15.2 m","0+",-9.089,1.586,2.608,1.528084 " ",61,53,114,"I "," x",-72800.0,150.0,8346.0,1.0,"B+",9090.0,150.0,113.92185,160.0,"6.2 s","(7)",-5.714,8.067,9.089,2.225084 " ",60,54,114,"Xe "," x",-67086.0,11.0,8289.2,0.1,"B+",5710.0,150.0,113.92798,12.0,"10.0 s","0+",-12.406,4.692,5.714,2.719084 " ",59,55,114,"Cs "," -a",-54680.0,70.0,8173.5,0.6,"B+",12400.0,70.0,113.9413,80.0,"0.57 s","(1+)",-8.77,11.384,12.406,3.355084 " ",58,56,114,"Ba "," -a",-45910.0,100.0,8089.7,0.9,"B+",8780.0,120.0,113.95072,110.0,"0.43 s","0+",0.0,7.748,8.77,3.585084 "0",74,41,115,"Nb "," x",-31350.0,500.0,8065.0,4.0,"B-",13400.0,640.0,114.96634,540.0,"23 ms","",13.4,0.0,0.0,0.0 " ",73,42,115,"Mo "," x",-44750.0,400.0,8175.0,3.0,"B-",11570.0,890.0,114.95196,430.0,"45.5 ms","",11.57,-14.422,-13.4,-9.614916 " ",72,43,115,"Tc "," x",-56320.0,790.0,8269.0,7.0,"B-",9870.0,790.0,114.93954,850.0,"78 ms","",9.87,-12.592,-11.57,-9.864916 " ",71,44,115,"Ru "," x",-66190.0,90.0,8347.5,0.8,"B-",8040.0,90.0,114.92894,100.0,"318 ms","(3/2+)",8.04,-10.892,-9.87,-8.674916 " ",70,45,115,"Rh "," x",-74230.0,7.0,8410.66,0.06,"B-",6197.0,15.0,114.920311,8.0,"0.99 s","(7/2+)",6.196,-9.062,-8.04,-7.629916 " ",69,46,115,"Pd "," ",-80426.0,14.0,8457.74,0.12,"B-",4556.0,22.0,114.913659,15.0,"50 s","(7/2-)",4.557,-7.218,-6.196,-6.065916 " ",68,47,115,"Ag "," ",-84983.0,18.0,8490.56,0.16,"B-",3102.0,18.0,114.908767,20.0,"18.0 s","7/2+",3.1015,-5.579,-4.557,-5.103916 " ",67,48,115,"Cd "," ",-88084.5,0.7,8510.724,0.006,"B-",1451.9,0.7,114.90543740000001,0.7,"53.46 h","1/2+",1.451846,-4.1235,-3.1015,-4.523516 " ",66,49,115,"In "," ",-89536.346,0.012,8516.546,0.0,"B-",497.489,0.01,114.903878774,0.013,"4.486 h","1/2-",0.497489,-2.473846,-1.451846,-3.745862 " ",65,50,115,"Sn "," ",-90033.835,0.015,8514.069,0.0," ","*","*",114.903344697,0.016,"159 us","11/2-",-3.030835,-1.519489,-0.497489,-3.206551 " ",64,51,115,"Sb "," x",-87003.0,16.0,8480.91,0.14,"B+",3030.0,16.0,114.906598,17.0,"32.1 m","5/2+",-4.94,2.008835,3.030835,-1.035916 " ",63,52,115,"Te "," x",-82063.0,28.0,8431.15,0.24,"B+",4940.0,30.0,114.9119,30.0,"5.8 m","7/2+",-5.725,3.918,4.94,1.451084 " ",62,53,115,"I "," x",-76338.0,29.0,8374.56,0.25,"B+",5720.0,40.0,114.91805,30.0,"1.3 m","(5/2+)",-7.681,4.703,5.725,2.074084 " ",61,54,115,"Xe "," x",-68657.0,12.0,8300.97,0.11,"B+",7680.0,30.0,114.926294,13.0,"18 s","(5/2+)",-8.957,6.659,7.681,2.505084 " ",60,55,115,"Cs "," x",-59700.0,100.0,8216.0,1.0,"B+",8960.0,100.0,114.93591,110.0,"1.4 s","",-10.68,7.935,8.957,2.829084 " ",59,56,115,"Ba "," x",-49020.0,200.0,8117.0,2.0,"B+",10680.0,230.0,114.94738,220.0,"0.45 s","(5/2+)",0.0,9.658,10.68,2.955084 "0",74,42,116,"Mo "," x",-41500.0,500.0,8146.0,4.0,"B-",9960.0,580.0,115.95545,540.0,"32 ms","0+",9.96,0.0,0.0,-10.114916 " ",73,43,116,"Tc "," x",-51460.0,300.0,8225.0,3.0,"B-",12610.0,300.0,115.94476,320.0,"57 ms","",12.609,-10.982,-9.96,-9.614916 " ",72,44,116,"Ru "," x",-64069.0,4.0,8326.88,0.03,"B-",6670.0,70.0,115.931219,4.0,"204 ms","0+",6.671,-13.631,-12.609,-9.033916 " ",71,45,116,"Rh "," ",-70740.0,70.0,8377.6,0.6,"B-",9100.0,70.0,115.92406,80.0,"0.68 s","1+",9.092,-7.693,-6.671,-7.905916 " ",70,46,116,"Pd "," x",-79832.0,7.0,8449.28,0.06,"B-",2711.0,8.0,115.914297,8.0,"11.8 s","0+",2.711,-10.114,-9.092,-6.625916 " ",69,47,116,"Ag "," x",-82543.0,3.0,8465.907,0.028,"B-",6170.0,3.0,115.911387,4.0,"20 s","(3+)",6.16948,-3.733,-2.711,-5.237916 " ",68,48,116,"Cd "," ",-88712.48,0.16,8512.35,0.001,"B-",-462.73,0.27,115.90476323,0.17,"3.3e+19 y","0+",-0.46273,-7.19148,-6.16948,-4.815396 " ",67,49,116,"In "," -n",-88249.75,0.22,8501.617,0.002,"B-",3276.22,0.24,115.90525998999999,0.24,"14.10 s","1+",3.27622,-0.55927,0.46273,-4.090966 " ",66,50,116,"Sn "," ",-91525.97,0.1,8523.116,0.001," ","*","*",115.90174282,0.1,"stable","0+",-4.70397,-4.29822,-3.27622,-3.376026 " ",65,51,116,"Sb "," ",-86822.0,5.0,8475.82,0.04,"B+",4704.0,5.0,115.906793,6.0,"15.8 m","3+",-1.553,3.68197,4.70397,-1.256916 " ",64,52,116,"Te "," x",-85269.0,28.0,8455.69,0.24,"B+",1553.0,28.0,115.90846,30.0,"2.49 h","0+",-7.779,0.531,1.553,0.961144 " ",63,53,116,"I "," +",-77490.0,100.0,8381.9,0.8,"B+",7780.0,100.0,115.91681,100.0,"2.91 s","1+",-4.443,6.757,7.779,1.684084 " ",62,54,116,"Xe "," x",-73047.0,13.0,8336.83,0.11,"B+",4450.0,100.0,115.921581,14.0,"59 s","0+",-11.007,3.421,4.443,2.096084 " ",61,55,116,"Cs "," ea",-62040.0,100.0,8235.0,1.0,"B+",11000.0,100.0,115.9334,110.0,"0.70 s","(1+)",-7.46,9.985,11.007,2.598084 " ",60,56,116,"Ba "," x",-54580.0,200.0,8164.0,2.0,"B+",7460.0,220.0,115.94141,220.0,"1.3 s","0+",-13.93,6.438,7.46,3.021084 " ",59,57,116,"La "," -a",-40650.0,310.0,8037.0,3.0,"B+",13940.0,370.0,115.95637,340.0,"None","None",0.0,12.908,13.93,3.215084 "0",75,42,117,"Mo "," x",-36170.0,500.0,8100.0,4.0,"B-",12210.0,640.0,116.96117,540.0,"22 ms","",12.21,0.0,0.0,0.0 " ",74,43,117,"Tc "," x",-48380.0,400.0,8197.0,3.0,"B-",11110.0,590.0,116.94806,430.0,"44.5 ms","",11.11,-13.232,-12.21,-10.294916 " ",73,44,117,"Ru "," x",-59490.0,430.0,8286.0,4.0,"B-",9410.0,430.0,116.93614,470.0,"2.487 us","",9.407,-12.132,-11.11,-9.424916 " ",72,45,117,"Rh "," x",-68897.0,9.0,8359.28,0.08,"B-",7527.0,11.0,116.926036,10.0,"0.44 s","(7/2+)",7.527,-10.429,-9.407,-8.509916 " ",71,46,117,"Pd "," ",-76424.0,7.0,8416.93,0.06,"B-",5758.0,15.0,116.917955,8.0,"19.1 ms","(11/2-)",5.758,-8.549,-7.527,-6.978916 " ",70,47,117,"Ag "," ",-82182.0,14.0,8459.45,0.12,"B-",4236.0,14.0,116.911774,15.0,"5.34 s","(7/2)+",4.2364,-6.78,-5.758,-5.838916 " ",69,48,117,"Cd "," -n",-86418.4,1.0,8488.973,0.009,"B-",2525.0,5.0,116.907226,1.1,"2.49 h","1/2+",2.5246,-5.2584,-4.2364,-5.252316 " ",68,49,117,"In "," ",-88943.0,5.0,8503.86,0.04,"B-",1455.0,5.0,116.904516,5.0,"116.2 m","1/2-",1.4548,-3.5466,-2.5246,-4.340916 " ",67,50,117,"Sn "," ",-90397.8,0.5,8509.611,0.004," ","*","*",116.902954,0.5,"14.00 d","11/2-",-1.7578,-2.4768,-1.4548,-3.779436 " ",66,51,117,"Sb "," ",-88640.0,8.0,8487.9,0.07,"B+",1758.0,8.0,116.904842,9.0,"2.80 h","5/2+",-3.545,0.7358,1.7578,-1.697796 " ",65,52,117,"Te "," ",-85095.0,13.0,8450.92,0.12,"B+",3544.0,13.0,116.908646,14.0,"62 m","1/2+",-4.659,2.523,3.545,0.808184 " ",64,53,117,"I "," ",-80436.0,26.0,8404.41,0.22,"B+",4659.0,29.0,116.913648,28.0,"2.22 m","(5/2)+",-6.251,3.637,4.659,1.556084 " ",63,54,117,"Xe "," x",-74185.0,10.0,8344.3,0.09,"B+",6251.0,28.0,116.920359,11.0,"61 s","5/2(+)",-7.695,5.229,6.251,1.737084 " ",62,55,117,"Cs "," x",-66490.0,60.0,8271.9,0.5,"B+",7690.0,60.0,116.92862,70.0,"8.4 s","(9/2+)",-9.03,6.673,7.695,2.205084 " ",61,56,117,"Ba "," ep",-57460.0,250.0,8188.0,2.1,"B+",9040.0,260.0,116.93832,270.0,"1.75 s","(3/2)",-10.99,8.008,9.03,2.319084 " ",60,57,117,"La "," -p",-46470.0,200.0,8087.0,2.0,"B+",10990.0,320.0,116.95011,220.0,"23.5 ms","(3/2+,3/2-)",0.0,9.968,10.99,2.870084 "0",76,42,118,"Mo "," x",-32630.0,500.0,8069.0,4.0,"B-",11160.0,640.0,117.96497,540.0,"19 ms","0+",11.16,0.0,0.0,0.0 " ",75,43,118,"Tc "," x",-43790.0,400.0,8157.0,3.0,"B-",13470.0,450.0,117.95299,430.0,"30 ms","",13.47,-12.182,-11.16,-10.824916 " ",74,44,118,"Ru "," x",-57260.0,200.0,8265.0,2.0,"B-",7630.0,200.0,117.93853,220.0,"99 ms","0+",7.627,-14.492,-13.47,-9.874916 " ",73,45,118,"Rh "," x",-64887.0,24.0,8322.86,0.21,"B-",10501.0,24.0,117.93034,26.0,"266 ms","",10.5017,-8.649,-7.627,-8.711916 " ",72,46,118,"Pd "," ",-75388.7,2.5,8405.222,0.021,"B-",4165.0,4.0,117.9190668,2.7,"1.9 s","0+",4.1651,-11.5237,-10.5017,-7.591616 " ",71,47,118,"Ag "," x",-79553.8,2.5,8433.889,0.021,"B-",7148.0,20.0,117.9145955,2.7,"2.0 s","4(+)",7.1482,-5.1871,-4.1651,-6.268716 " ",70,48,118,"Cd "," -nn",-86702.0,20.0,8487.83,0.17,"B-",527.0,21.0,117.906922,21.0,"50.3 m","0+",0.526,-8.1702,-7.1482,-5.635916 " ",69,49,118,"In "," ",-87228.0,8.0,8485.67,0.07,"B-",4425.0,8.0,117.906357,8.0,"8.5 s","8-",4.4249,-1.548,-0.526,-4.721916 " ",68,50,118,"Sn "," ",-91652.9,0.5,8516.533,0.004," ","*","*",117.9016066,0.5,"stable","0+",-3.6569,-5.4469,-4.4249,-4.062886 " ",67,51,118,"Sb "," -",-87996.0,3.0,8478.915,0.026,"B+",3656.6,3.0,117.905532,3.0,"3.6 m","1+",-0.299,2.6349,3.6569,-1.851116 " ",66,52,118,"Te "," +nn",-87697.0,18.0,8469.75,0.16,"B+",300.0,19.0,117.905854,20.0,"6.00 d","0+",-6.726,-0.723,0.299,0.437807 " ",65,53,118,"I "," x",-80971.0,20.0,8406.12,0.17,"B+",6726.0,27.0,117.913074,21.0,"13.7 m","2-",-2.892,5.704,6.726,1.101084 " ",64,54,118,"Xe "," x",-78079.0,10.0,8374.98,0.09,"B+",2892.0,22.0,117.916179,11.0,"3.8 m","0+",-9.67,1.87,2.892,1.385084 " ",63,55,118,"Cs "," IT",-68409.0,13.0,8286.4,0.11,"B+",9670.0,16.0,117.92656,14.0,"14 s","2",-6.059,8.648,9.67,1.966084 " ",62,56,118,"Ba "," x",-62350.0,200.0,8228.0,2.0,"B+",6060.0,200.0,117.93306,210.0,"5.5 s","0+",-12.79,5.037,6.059,2.311084 " ",61,57,118,"La "," x",-49560.0,300.0,8113.0,3.0,"B+",12790.0,360.0,117.9468,320.0,"None","None",0.0,11.768,12.79,2.695084 "0",76,43,119,"Tc "," x",-40370.0,500.0,8128.0,4.0,"B-",12190.0,590.0,118.95666,540.0,"22 ms","",12.19,0.0,0.0,-11.444916 " ",75,44,119,"Ru "," x",-52560.0,300.0,8224.0,3.0,"B-",10260.0,300.0,118.94357,320.0,"0.383 us","",10.263,-13.212,-12.19,-10.234916 " ",74,45,119,"Rh "," x",-62823.0,9.0,8303.39,0.08,"B-",8585.0,12.0,118.932557,10.0,"171 ms","(7/2+)",8.585,-11.285,-10.263,-8.927916 " ",73,46,119,"Pd "," x",-71408.0,8.0,8368.96,0.07,"B-",7238.0,17.0,118.92334,9.0,"0.92 s","(7/2+)",7.238,-9.607,-8.585,-7.642916 " ",72,47,119,"Ag "," ",-78646.0,15.0,8423.21,0.12,"B-",5330.0,40.0,118.91557,16.0,"2.1 s","(7/2+)",5.334,-8.26,-7.238,-6.840916 " ",71,48,119,"Cd "," ",-83980.0,40.0,8461.4,0.3,"B-",3720.0,40.0,118.90985,40.0,"2.69 m","1/2+",3.719,-6.356,-5.334,-5.978916 " ",70,49,119,"In "," ",-87699.0,7.0,8486.14,0.06,"B-",2366.0,7.0,118.905851,8.0,"18.0 m","1/2-",2.366,-4.741,-3.719,-5.140916 " ",69,50,119,"Sn "," ",-90065.0,0.7,8499.449,0.006," ","*","*",118.9033112,0.8,"293 d","11/2-",-0.591,-3.388,-2.366,-4.405416 " ",68,51,119,"Sb "," ",-89474.0,8.0,8487.91,0.06,"B+",591.0,8.0,118.903946,8.0,"38.19 h","5/2+",-2.293,-0.431,0.591,-2.36257 " ",67,52,119,"Te "," -",-87181.0,8.0,8462.07,0.07,"B+",2293.0,2.0,118.906407,9.0,"16.05 h","1/2+",-3.415,1.271,2.293,0.427919 " ",66,53,119,"I "," x",-83766.0,28.0,8426.79,0.23,"B+",3416.0,29.0,118.91007,30.0,"19.1 m","5/2+",-4.972,2.393,3.415,0.812084 " ",65,54,119,"Xe "," x",-78794.0,10.0,8378.44,0.09,"B+",4971.0,30.0,118.915411,11.0,"5.8 m","(5/2+)",-6.489,3.95,4.972,0.844084 " ",64,55,119,"Cs "," IT",-72305.0,14.0,8317.33,0.12,"B+",6489.0,17.0,118.922377,15.0,"43.0 s","9/2+",-7.715,5.467,6.489,1.608084 " ",63,56,119,"Ba "," ep",-64590.0,200.0,8245.9,1.7,"B+",7710.0,200.0,118.93066,210.0,"5.4 s","(5/2+)",-9.8,6.693,7.715,1.642084 " ",62,57,119,"La "," x",-54790.0,300.0,8157.0,3.0,"B+",9800.0,360.0,118.94118,320.0,"None","None",-10.85,8.778,9.8,2.485084 " ",61,58,119,"Ce "," x",-43940.0,500.0,8059.0,4.0,"B+",10850.0,580.0,118.95283,540.0,"None","None",0.0,9.828,10.85,2.655084 "0",77,43,120,"Tc "," x",-35520.0,500.0,8087.0,4.0,"B-",14490.0,640.0,119.96187,540.0,"21 ms","",14.49,0.0,0.0,0.0 " ",76,44,120,"Ru "," x",-50010.0,400.0,8201.0,3.0,"B-",8800.0,450.0,119.94631,430.0,"45 ms","0+",8.81,-15.512,-14.49,-10.934916 " ",75,45,120,"Rh "," x",-58820.0,200.0,8268.0,2.0,"B-",11470.0,200.0,119.93686,210.0,"0.294 us","",11.4601,-9.832,-8.81,-9.784916 " ",74,46,120,"Pd "," ",-70280.1,2.3,8357.085,0.019,"B-",5371.0,5.0,119.92455129999999,2.5,"0.5 s","0+",5.3719,-12.4821,-11.4601,-8.636016 " ",73,47,120,"Ag "," x",-75652.0,4.0,8395.33,0.04,"B-",8306.0,6.0,119.918785,5.0,"0.32 s","6(-)",8.305,-6.3939,-5.3719,-7.336916 " ",72,48,120,"Cd "," x",-83957.0,4.0,8458.02,0.03,"B-",1770.0,40.0,119.909868,4.0,"50.80 s","0+",1.773,-9.327,-8.305,-6.549916 " ",71,49,120,"In "," +",-85730.0,40.0,8466.3,0.3,"B-",5370.0,40.0,119.90797,40.0,"3.08 s","1+",5.3684,-2.795,-1.773,-5.611916 " ",70,50,120,"Sn "," ",-91098.4,0.9,8504.492,0.007,"B-",-2681.0,7.0,119.90220190000001,1.0,"stable","0+",-2.6804,-6.3904,-5.3684,-4.810836 " ",69,51,120,"Sb "," -",-88418.0,7.0,8475.63,0.06,"B-",950.0,8.0,119.90508,8.0,"15.89 m","1+",0.95,1.6584,2.6804,-2.593166 " ",68,52,120,"Te "," ",-89368.0,3.0,8477.034,0.026," ","*","*",119.90406,3.0,"stable","0+",-5.615,-1.972,-0.95,-0.266946 " ",67,53,120,"I "," -",-83753.0,15.0,8423.72,0.13,"B+",5615.0,15.0,119.910087,16.0,"81.6 m","2-",-1.581,4.593,5.615,0.644084 " ",66,54,120,"Xe "," x",-82172.0,12.0,8404.03,0.1,"B+",1581.0,19.0,119.911784,13.0,"40 m","0+",-8.283,0.559,1.581,0.672084 " ",65,55,120,"Cs "," IT",-73889.0,10.0,8328.48,0.08,"B+",8284.0,15.0,119.920677,11.0,"61.3 s","2(+)",-4.999,7.261,8.283,1.176084 " ",64,56,120,"Ba "," -",-68890.0,300.0,8280.3,2.5,"B+",5000.0,300.0,119.92605,320.0,"24 s","0+",-11.32,3.977,4.999,1.732084 " ",63,57,120,"La "," x",-57570.0,300.0,8179.0,2.0,"B+",11320.0,420.0,119.9382,320.0,"None","None",-7.97,10.298,11.32,2.045084 " ",62,58,120,"Ce "," x",-49600.0,500.0,8107.0,4.0,"B+",7970.0,580.0,119.94675,540.0,"None","None",0.0,6.948,7.97,2.555084 "0",78,43,121,"Tc "," x",-31780.0,500.0,8056.0,4.0,"B-",13270.0,640.0,120.96588,540.0,"22 ms","",13.27,0.0,0.0,0.0 " ",77,44,121,"Ru "," x",-45050.0,400.0,8159.0,3.0,"B-",11200.0,740.0,120.95164,430.0,"29 ms","",11.2,-14.292,-13.27,-11.304916 " ",76,45,121,"Rh "," x",-56250.0,620.0,8245.0,5.0,"B-",9930.0,620.0,120.93961,670.0,"151 ms","",9.932,-12.222,-11.2,-10.294916 " ",75,46,121,"Pd "," x",-66182.0,3.0,8320.858,0.028,"B-",8220.0,13.0,120.92895,4.0,"285 ms","",8.221,-10.954,-9.932,-9.116916 " ",74,47,121,"Ag "," x",-74403.0,12.0,8382.33,0.1,"B-",6671.0,12.0,120.920125,13.0,"0.78 s","(7/2+)",6.6708,-9.243,-8.221,-7.930916 " ",73,48,121,"Cd "," x",-81073.8,1.9,8430.996,0.016,"B-",4762.0,27.0,120.9129637,2.1,"13.5 s","(3/2+)",4.7622,-7.6928,-6.6708,-7.074716 " ",72,49,121,"In "," +p",-85836.0,27.0,8463.89,0.23,"B-",3361.0,27.0,120.907851,29.0,"3.88 m","1/2-",3.3613,-5.7842,-4.7622,-6.078916 " ",71,50,121,"Sn "," ",-89197.3,1.0,8485.201,0.008,"B-",403.1,2.7,120.90424279999999,1.0,"43.9 y","11/2-",0.403,-4.3833,-3.3613,-5.203816 " ",70,51,121,"Sb "," ",-89600.3,2.6,8482.066,0.021," ","*","*",120.90381009999999,2.8,"179 us","(25/2)",-1.0543,-1.425,-0.403,-3.082216 " ",69,52,121,"Te "," ",-88546.0,26.0,8466.88,0.21,"B+",1055.0,26.0,120.904942,28.0,"19.17 d","1/2+",-2.295,0.0323,1.0543,-0.573116 " ",68,53,121,"I "," ",-86251.0,5.0,8441.46,0.04,"B+",2294.0,26.0,120.907405,6.0,"2.12 h","5/2+",-3.77,1.273,2.295,-0.035916 " ",67,54,121,"Xe "," ",-82481.0,10.0,8403.83,0.08,"B+",3770.0,12.0,120.911453,11.0,"40.1 m","5/2(+)",-5.379,2.748,3.77,0.189084 " ",66,55,121,"Cs "," ",-77102.0,14.0,8352.91,0.12,"B+",5379.0,14.0,120.917227,15.0,"155 s","3/2(+)",-6.362,4.357,5.379,0.909084 " ",65,56,121,"Ba "," -",-70740.0,140.0,8293.9,1.2,"B+",6360.0,140.0,120.92405,150.0,"29.7 s","5/2(+)",-8.55,5.34,6.362,1.020084 " ",64,57,121,"La "," x",-62190.0,300.0,8217.0,2.0,"B+",8560.0,330.0,120.93324,320.0,"5.3 s","",-9.5,7.528,8.55,1.875084 " ",63,58,121,"Ce "," x",-52690.0,400.0,8132.0,3.0,"B+",9500.0,500.0,120.94344,430.0,"1.1 s","5/2+",-11.27,8.478,9.5,2.345084 " ",62,59,121,"Pr "," -p",-41420.0,500.0,8032.0,4.0,"B+",11270.0,640.0,120.95553,540.0,"10 ms","(3/2)",0.0,10.248,11.27,2.625084 "0",78,44,122,"Ru "," x",-42150.0,500.0,8135.0,4.0,"B-",9930.0,580.0,121.95475,540.0,"25 ms","0+",9.93,0.0,0.0,-11.944916 " ",77,45,122,"Rh "," x",-52080.0,300.0,8210.0,2.0,"B-",12540.0,300.0,121.94409,320.0,"0.82 us","",12.536,-10.952,-9.93,-10.714916 " ",76,46,122,"Pd "," x",-64616.0,20.0,8305.97,0.16,"B-",6490.0,40.0,121.930632,21.0,"175 ms","0+",6.494,-13.558,-12.536,-9.780916 " ",75,47,122,"Ag "," x",-71110.0,40.0,8352.8,0.3,"B-",9510.0,40.0,121.92366,40.0,"0.529 s","(3+)",9.5024,-7.516,-6.494,-8.647916 " ",74,48,122,"Cd "," ",-80612.4,2.3,8424.266,0.019,"B-",2960.0,50.0,121.9134591,2.5,"5.24 s","0+",2.9576,-10.5244,-9.5024,-7.648616 " ",73,49,122,"In "," +",-83570.0,50.0,8442.1,0.4,"B-",6370.0,50.0,121.91028,50.0,"1.5 s","1+",6.3713,-3.9796,-2.9576,-6.441116 " ",72,50,122,"Sn "," ",-89941.3,2.4,8487.907,0.02,"B-",-1606.0,3.0,121.903444,2.6,"62 us","(10+)",-1.6059,-7.3933,-6.3713,-5.664216 " ",71,51,122,"Sb "," ",-88335.4,2.6,8468.331,0.021,"B-",1979.1,2.1,121.9051681,2.8,"2.7238 d","2-",1.9791,0.5839,1.6059,-3.532316 " ",70,52,122,"Te "," ",-90314.5,1.5,8478.14,0.012," ","*","*",121.9030434,1.6,"stable","0+",-4.2345,-3.0011,-1.9791,-1.086516 " ",69,53,122,"I "," -",-86080.0,5.0,8437.02,0.04,"B+",4234.0,5.0,121.907589,6.0,"3.63 m","1+",-0.725,3.2125,4.2345,-0.508916 " ",68,54,122,"Xe "," x",-85355.0,11.0,8424.66,0.09,"B+",725.0,12.0,121.908368,12.0,"20.1 h","0+",-7.215,-0.297,0.725,-0.082916 " ",67,55,122,"Cs "," ",-78140.0,30.0,8359.15,0.28,"B+",7210.0,40.0,121.91611,40.0,"21.18 s","1+",-3.531,6.193,7.215,0.406084 " ",66,56,122,"Ba "," x",-74609.0,28.0,8323.76,0.23,"B+",3540.0,40.0,121.9199,30.0,"1.95 m","0+",-10.069,2.509,3.531,1.045084 " ",65,57,122,"La "," x",-64540.0,300.0,8235.0,2.0,"B+",10070.0,300.0,121.93071,320.0,"8.6 s","",-6.67,9.047,10.069,1.444084 " ",64,58,122,"Ce "," x",-57870.0,400.0,8174.0,3.0,"B+",6670.0,500.0,121.93787,430.0,"None","None",-13.09,5.648,6.67,2.055084 " ",63,59,122,"Pr "," x",-44780.0,500.0,8060.0,4.0,"B+",13090.0,640.0,121.95193,540.0,"None","None",0.0,12.068,13.09,2.355084 "0",79,44,123,"Ru "," x",-37080.0,500.0,8093.0,4.0,"B-",12280.0,640.0,122.96019,540.0,"19 ms","",12.28,0.0,0.0,0.0 " ",78,45,123,"Rh "," x",-49360.0,400.0,8186.0,3.0,"B-",11070.0,890.0,122.94701,430.0,"42 ms","",11.07,-13.302,-12.28,-11.414916 " ",77,46,123,"Pd "," x",-60430.0,790.0,8270.0,6.0,"B-",9120.0,790.0,122.93513,850.0,"108 ms","",9.12,-12.092,-11.07,-10.294916 " ",76,47,123,"Ag "," x",-69550.0,30.0,8337.8,0.25,"B-",7870.0,30.0,122.92534,30.0,"296 ms","(7/2+)",7.8642,-10.142,-9.12,-9.151916 " ",75,48,123,"Cd "," ",-77414.2,2.7,8395.395,0.022,"B-",6016.0,20.0,122.9168925,2.9,"2.10 s","(3/2+)",6.0158,-8.8862,-7.8642,-8.431116 " ",74,49,123,"In "," ",-83430.0,20.0,8437.95,0.16,"B-",4386.0,20.0,122.910434,21.0,"6.17 s","(9/2)+",4.3862,-7.0378,-6.0158,-7.208916 " ",73,50,123,"Sn "," ",-87816.2,2.4,8467.243,0.02,"B-",1407.9,2.7,122.90572540000001,2.6,"129.2 d","11/2-",1.4079,-5.4082,-4.3862,-6.261116 " ",72,51,123,"Sb "," ",-89224.1,1.5,8472.328,0.012," ","*","*",122.904214,1.6,"stable","7/2+",-0.0519,-2.4299,-1.4079,-3.950016 " ",71,52,123,"Te "," ",-89172.2,1.5,8465.546,0.012,"B+",51.91,0.07,122.9042697,1.6,"9.2e+16 y","1/2+",-1.2282,-0.9701,0.0519,-1.532116 " ",70,53,123,"I "," ",-87944.0,4.0,8449.2,0.03,"B+",1228.0,3.0,122.905589,4.0,"13.2234 h","5/2+",-2.695,0.2062,1.2282,-0.894916 " ",69,54,123,"Xe "," ",-85249.0,10.0,8420.93,0.08,"B+",2695.0,10.0,122.908482,10.0,"2.08 h","(1/2)+",-4.205,1.673,2.695,-0.492916 " ",68,55,123,"Cs "," x",-81044.0,12.0,8380.38,0.1,"B+",4205.0,15.0,122.912996,13.0,"5.88 m","1/2+",-5.389,3.183,4.205,0.297084 " ",67,56,123,"Ba "," x",-75655.0,12.0,8330.21,0.1,"B+",5389.0,17.0,122.918781,13.0,"2.7 m","5/2(+)",-7.005,4.367,5.389,0.714084 " ",66,57,123,"La "," x",-68650.0,200.0,8267.0,2.0,"B+",7000.0,200.0,122.9263,210.0,"17 s","",-8.36,5.983,7.005,1.230084 " ",65,58,123,"Ce "," x",-60290.0,300.0,8193.0,2.0,"B+",8370.0,360.0,122.93528,320.0,"3.8 s","(5/2)",-10.06,7.338,8.36,1.875084 " ",64,59,123,"Pr "," x",-50230.0,400.0,8104.0,3.0,"B+",10060.0,500.0,122.94608,430.0,"None","None",0.0,9.038,10.06,2.135084 "0",80,44,124,"Ru "," x",-33960.0,600.0,8068.0,5.0,"B-",10930.0,720.0,123.96354,640.0,"15 ms","0+",10.93,0.0,0.0,0.0 " ",79,45,124,"Rh "," x",-44890.0,400.0,8149.0,3.0,"B-",13500.0,500.0,123.95181,430.0,"30 ms","",13.5,-11.952,-10.93,-11.794916 " ",78,46,124,"Pd "," x",-58390.0,300.0,8252.0,2.0,"B-",7810.0,390.0,123.93732,320.0,"20 us","",7.81,-14.522,-13.5,-10.804916 " ",77,47,124,"Ag "," x",-66200.0,250.0,8308.7,2.0,"B-",10500.0,250.0,123.92893,270.0,"1.46 us","(1-)",10.5017,-8.832,-7.81,-9.804916 " ",76,48,124,"Cd "," ",-76701.7,3.0,8387.035,0.024,"B-",4170.0,30.0,123.917657,3.0,"1.25 s","0+",4.1683,-11.5237,-10.5017,-8.846516 " ",75,49,124,"In "," ",-80870.0,30.0,8414.34,0.25,"B-",7360.0,30.0,123.91318,30.0,"3.12 s","(1)+",7.3642,-5.1903,-4.1683,-7.642916 " ",74,50,124,"Sn "," ",-88234.2,1.0,8467.421,0.008,"B-",-613.9,1.5,123.9052767,1.1,"45 us","(10+)",-0.614,-8.3862,-7.3642,-6.702116 " ",73,51,124,"Sb "," -n",-87620.2,1.5,8456.16,0.012,"B-",2905.07,0.13,123.9059358,1.6,"93 s","5+",2.9051,-0.408,0.614,-4.315116 " ",72,52,124,"Te "," ",-90525.3,1.5,8473.279,0.012,"B-",-3159.6,1.9,123.9028171,1.6,"stable","0+",-3.1596,-3.9271,-2.9051,-1.851816 " ",71,53,124,"I "," -",-87365.7,2.4,8441.489,0.019,"B-",295.7,2.8,123.906209,2.6,"4.1760 d","2-",0.2957,2.1376,3.1596,-1.372616 " ",70,54,124,"Xe "," ",-87661.4,1.8,8437.565,0.014," ","*","*",123.90589159999999,1.9,"1.6e+14 y","0+",-5.9304,-1.3177,-0.2957,-0.718316 " ",69,55,124,"Cs "," x",-81731.0,8.0,8383.43,0.07,"B+",5930.0,8.0,123.912258,9.0,"30.8 s","1+",-2.641,4.9084,5.9304,-0.402916 " ",68,56,124,"Ba "," x",-79090.0,12.0,8355.82,0.1,"B+",2642.0,15.0,123.915094,13.0,"11.0 m","0+",-8.83,1.619,2.641,0.657084 " ",67,57,124,"La "," x",-70260.0,60.0,8278.3,0.5,"B+",8830.0,60.0,123.92457,60.0,"None","None",-5.34,7.808,8.83,1.204084 " ",66,58,124,"Ce "," x",-64920.0,300.0,8229.0,2.0,"B+",5340.0,300.0,123.93031,320.0,"6 s","0+",-11.77,4.318,5.34,1.545084 " ",65,59,124,"Pr "," x",-53150.0,400.0,8128.0,3.0,"B+",11770.0,500.0,123.94294,430.0,"1.2 s","",-8.62,10.748,11.77,1.995084 " ",64,60,124,"Nd "," x",-44530.0,500.0,8052.0,4.0,"B+",8630.0,640.0,123.9522,540.0,"None","None",0.0,7.598,8.62,2.645084 "0",80,45,125,"Rh "," x",-42000.0,500.0,8126.0,4.0,"B-",12120.0,640.0,124.95491,540.0,"26.5 ms","",12.12,0.0,0.0,-12.644916 " ",79,46,125,"Pd "," x",-54120.0,400.0,8216.0,3.0,"B-",10400.0,590.0,124.9419,430.0,"57 ms","",10.4,-13.142,-12.12,-11.494916 " ",78,47,125,"Ag "," x",-64520.0,430.0,8293.0,3.0,"B-",8830.0,430.0,124.93074,470.0,"0.166 s","(7/2+)",8.8281,-11.422,-10.4,-10.694916 " ",77,48,125,"Cd "," ",-73348.1,2.9,8357.681,0.023,"B-",7129.0,27.0,124.921258,3.0,"0.68 s","(3/2+)",7.1289,-9.8501,-8.8281,-9.591016 " ",76,49,125,"In "," ",-80477.0,27.0,8408.45,0.22,"B-",5420.0,27.0,124.913605,29.0,"5.0 ms","(23/2-)",5.4194,-8.1509,-7.1289,-8.498916 " ",75,50,125,"Sn "," ",-85896.4,1.0,8445.55,0.008,"B-",2359.9,2.6,124.9077864,1.1,"6.2 us","(19/2+)",2.3599,-6.4414,-5.4194,-7.247516 " ",74,51,125,"Sb "," +",-88256.3,2.6,8458.17,0.021,"B-",766.7,2.1,124.905253,2.8,"25 us","(19/2-)",0.7667,-3.3819,-2.3599,-4.845216 " ",73,52,125,"Te "," ",-89023.0,1.5,8458.045,0.012," ","*","*",124.90442990000001,1.6,"57.40 d","11/2-",-0.1858,-1.7887,-0.7667,-2.250616 " ",72,53,125,"I "," -",-88837.2,1.5,8450.3,0.012,"B+",185.77,0.06,124.9046293,1.6,"59.400 d","5/2+",-1.6438,-0.8362,0.1858,-1.661816 " ",71,54,125,"Xe "," ",-87193.4,1.8,8430.89,0.015,"B+",1643.8,2.2,124.9063941,2.0,"16.9 h","1/2(+)",-3.1054,0.6218,1.6438,-1.072316 " ",70,55,125,"Cs "," ",-84088.0,8.0,8399.79,0.06,"B+",3105.0,8.0,124.909728,8.0,"46.7 m","1/2(+)",-4.419,2.0834,3.1054,-0.261916 " ",69,56,125,"Ba "," ",-79669.0,11.0,8358.18,0.09,"B+",4419.0,13.0,124.914472,12.0,"3.3 m","1/2(+)",-5.91,3.397,4.419,0.387084 " ",68,57,125,"La "," ",-73759.0,26.0,8304.64,0.21,"B+",5909.0,28.0,124.920816,28.0,"64.8 s","(3/2+)",-7.099,4.888,5.91,0.918084 " ",67,58,125,"Ce "," x",-66660.0,200.0,8242.0,2.0,"B+",7100.0,200.0,124.92844,210.0,"10.2 s","(5/2+)",-8.72,6.077,7.099,1.655084 " ",66,59,125,"Pr "," x",-57940.0,300.0,8166.0,2.0,"B+",8720.0,360.0,124.9378,320.0,"3.3 s","",-10.34,7.698,8.72,1.825084 " ",65,60,125,"Nd "," x",-47600.0,400.0,8077.0,3.0,"B+",10340.0,500.0,124.9489,430.0,"0.65 s","(5/2)",0.0,9.318,10.34,2.665084 "0",81,45,126,"Rh "," x",-37300.0,500.0,8088.0,4.0,"B-",14560.0,640.0,125.95996,540.0,"19 ms","",14.56,0.0,0.0,0.0 " ",80,46,126,"Pd "," x",-51860.0,400.0,8197.0,3.0,"B-",8820.0,450.0,125.94433,430.0,"23.0 ms","(10+)",8.82,-15.582,-14.56,-12.134916 " ",79,47,126,"Ag "," x",-60680.0,200.0,8261.0,2.0,"B-",11580.0,200.0,125.93486,220.0,"27 us","(1-)",11.5768,-9.842,-8.82,-11.024916 " ",78,48,126,"Cd "," ",-72256.8,2.5,8346.747,0.02,"B-",5516.0,27.0,125.92242909999999,2.7,"0.515 s","0+",5.5162,-12.5988,-11.5768,-10.065716 " ",77,49,126,"In "," ",-77773.0,27.0,8384.32,0.21,"B-",8242.0,27.0,125.916507,29.0,"1.53 s","3(+)",8.242,-6.5382,-5.5162,-9.087916 " ",76,50,126,"Sn "," ",-86015.0,10.0,8443.52,0.08,"B-",380.0,30.0,125.907659,11.0,"2.30e+5 y","0+",0.375,-9.264,-8.242,-7.827516 " ",75,51,126,"Sb "," -",-86390.0,30.0,8440.31,0.25,"B-",3670.0,30.0,125.90725,30.0,"19.15 m","(5+)",3.6753,-1.397,-0.375,-5.244916 " ",74,52,126,"Te "," ",-90065.3,1.5,8463.248,0.012,"B-",-2154.0,4.0,125.90331090000001,1.6,"stable","0+",-2.1543,-4.6973,-3.6753,-2.548916 " ",73,53,126,"I "," ",-87911.0,4.0,8439.94,0.03,"B-",1236.0,5.0,125.905623,4.0,"12.93 d","2-",1.236,1.1323,2.1543,-2.000516 " ",72,54,126,"Xe "," ",-89147.0,3.0,8443.541,0.028," ","*","*",125.904297,4.0,"stable","0+",-4.796,-2.258,-1.236,-1.257416 " ",71,55,126,"Cs "," ",-84351.0,10.0,8399.27,0.08,"B+",4796.0,11.0,125.909446,11.0,"1.64 m","1+",-1.681,3.774,4.796,-0.695916 " ",70,56,126,"Ba "," x",-82670.0,12.0,8379.72,0.1,"B+",1681.0,16.0,125.91125,13.0,"100 m","0+",-7.7,0.659,1.681,0.260084 " ",69,57,126,"La "," x",-74970.0,90.0,8312.4,0.7,"B+",7700.0,90.0,125.91951,100.0,"54 s","(5+)",-4.149,6.678,7.7,0.745084 " ",68,58,126,"Ce "," x",-70821.0,28.0,8273.26,0.22,"B+",4150.0,90.0,125.92397,30.0,"51.0 s","0+",-10.501,3.127,4.149,1.363084 " ",67,59,126,"Pr "," x",-60320.0,200.0,8184.0,2.0,"B+",10500.0,200.0,125.93524,210.0,"3.14 s","ge 4",-7.33,9.479,10.501,1.795084 " ",66,60,126,"Nd "," x",-52990.0,300.0,8119.0,2.0,"B+",7330.0,360.0,125.94311,320.0,"None","None",-13.64,6.308,7.33,2.455084 " ",65,61,126,"Pm "," x",-39350.0,500.0,8005.0,4.0,"B+",13640.0,580.0,125.95776,540.0,"None","None",0.0,12.618,13.64,3.005084 "0",82,45,127,"Rh "," x",-34030.0,600.0,8062.0,5.0,"B-",13150.0,780.0,126.96347,640.0,"20 ms","",13.15,0.0,0.0,0.0 " ",81,46,127,"Pd "," x",-47180.0,500.0,8159.0,4.0,"B-",11260.0,540.0,126.94935,540.0,"38 ms","",11.26,-14.172,-13.15,-12.524916 " ",80,47,127,"Ag "," x",-58440.0,200.0,8242.0,2.0,"B-",10310.0,200.0,126.93726,220.0,"109 ms","",10.307,-12.282,-11.26,-11.504916 " ",79,48,127,"Cd "," x",-68747.0,12.0,8316.95,0.1,"B-",8149.0,24.0,126.926197,13.0,"0.37 s","(3/2+)",8.149,-11.329,-10.307,-10.741916 " ",78,49,127,"In "," ",-76896.0,21.0,8374.95,0.17,"B-",6575.0,19.0,126.917449,23.0,"1.09 s","(9/2+)",6.575,-9.171,-8.149,-9.770916 " ",77,50,127,"Sn "," ",-83471.0,10.0,8420.56,0.08,"B-",3229.0,11.0,126.91039,11.0,"4.52 us","(19/2+)",3.228,-7.597,-6.575,-8.481716 " ",76,51,127,"Sb "," ",-86699.0,5.0,8439.82,0.04,"B-",1582.0,5.0,126.906924,6.0,"3.85 d","7/2+",1.5827,-4.25,-3.228,-5.693916 " ",75,52,127,"Te "," ",-88281.7,1.5,8446.118,0.012,"B-",702.0,4.0,126.9052257,1.6,"106.1 d","11/2-",0.7023,-2.6047,-1.5827,-2.890416 " ",74,53,127,"I "," ",-88984.0,4.0,8445.487,0.029," ","*","*",126.904472,4.0,"stable","5/2+",-0.662,-1.7243,-0.7023,-2.184816 " ",73,54,127,"Xe "," ",-88322.0,4.0,8434.11,0.03,"B+",662.3,2.0,126.905183,4.0,"36.4 d","1/2+",-2.082,-0.36,0.662,-1.574716 " ",72,55,127,"Cs "," ",-86240.0,6.0,8411.56,0.04,"B+",2081.0,6.0,126.907417,6.0,"6.25 h","1/2+",-3.422,1.06,2.082,-0.720916 " ",71,56,127,"Ba "," ",-82818.0,11.0,8378.46,0.09,"B+",3422.0,13.0,126.911091,12.0,"12.7 m","1/2+",-4.922,2.4,3.422,0.006084 " ",70,57,127,"La "," ",-77896.0,26.0,8333.54,0.2,"B+",4922.0,28.0,126.916375,28.0,"5.1 m","(11/2-)",-5.917,3.9,4.922,0.723084 " ",69,58,127,"Ce "," x",-71979.0,29.0,8280.79,0.23,"B+",5920.0,40.0,126.92273,30.0,"34 s","(1/2+)",-7.439,4.895,5.917,1.251084 " ",68,59,127,"Pr "," x",-64540.0,200.0,8216.0,2.0,"B+",7440.0,200.0,126.93071,210.0,"4.2 s","",-9.0,6.417,7.439,1.685084 " ",67,60,127,"Nd "," x",-55540.0,300.0,8139.0,2.0,"B+",9010.0,360.0,126.94038,320.0,"1.8 s","",-10.75,7.978,9.0,2.325084 " ",66,61,127,"Pm "," x",-44790.0,400.0,8048.0,3.0,"B+",10750.0,500.0,126.95192,430.0,"None","None",0.0,9.728,10.75,3.015084 "0",82,46,128,"Pd "," x",-44490.0,500.0,8138.0,4.0,"B-",10130.0,580.0,127.95224,540.0,"5.8 us","(8+)",10.13,0.0,0.0,-12.954916 " ",81,47,128,"Ag "," x",-54620.0,300.0,8211.0,2.0,"B-",12620.0,300.0,127.94136,320.0,"58 ms","",12.622,-11.152,-10.13,-12.154916 " ",80,48,128,"Cd "," ",-67242.0,7.0,8303.26,0.06,"B-",6900.0,150.0,127.927813,8.0,"0.28 s","0+",6.908,-13.644,-12.622,-11.276916 " ",79,49,128,"In "," ",-74150.0,150.0,8351.1,1.2,"B-",9220.0,150.0,127.9204,160.0,"0.84 s","(3)+",9.212,-7.93,-6.908,-10.374916 " ",78,50,128,"Sn "," ",-83362.0,18.0,8416.98,0.14,"B-",1268.0,14.0,127.910507,19.0,"6.5 s","(7-)",1.268,-10.234,-9.212,-9.085216 " ",77,51,128,"Sb "," IT",-84630.0,19.0,8420.78,0.15,"B-",4363.0,19.0,127.909146,21.0,"10.4 m","5+",4.3637,-2.29,-1.268,-6.184916 " ",76,52,128,"Te "," ",-88993.7,0.9,8448.752,0.007,"B-",-1255.0,4.0,127.9044613,0.9,"7.7e+24 y","0+",-1.2547,-5.3857,-4.3637,-3.184416 " ",75,53,128,"I "," ",-87739.0,4.0,8432.836,0.028,"B-",2122.0,4.0,127.905809,4.0,"24.99 m","1+",2.1213,0.2327,1.2547,-2.543716 " ",74,54,128,"Xe "," ",-89860.3,1.1,8443.298,0.008," ","*","*",127.903531,1.1,"stable","0+",-3.9283,-3.1433,-2.1213,-1.759916 " ",73,55,128,"Cs "," ",-85932.0,5.0,8406.49,0.04,"B+",3929.0,5.0,127.907749,6.0,"3.66 m","1+",-0.554,2.9063,3.9283,-0.991216 " ",72,56,128,"Ba "," ",-85378.0,5.0,8396.06,0.04,"B+",553.0,8.0,127.908342,6.0,"2.43 d","0+",-6.748,-0.468,0.554,-0.141516 " ",71,57,128,"La "," x",-78630.0,50.0,8337.2,0.4,"B+",6750.0,50.0,127.91559,60.0,"5.18 m","(5+)",-3.096,5.726,6.748,0.676084 " ",70,58,128,"Ce "," x",-75534.0,28.0,8306.93,0.22,"B+",3090.0,60.0,127.91891,30.0,"3.93 m","0+",-9.203,2.074,3.096,1.131084 " ",69,59,128,"Pr "," x",-66331.0,30.0,8228.91,0.23,"B+",9200.0,40.0,127.92879,30.0,"2.85 s","4,5,6",-6.021,8.181,9.203,1.504084 " ",68,60,128,"Nd "," x",-60310.0,200.0,8176.0,2.0,"B+",6020.0,200.0,127.93525,210.0,"5 s","0+",-12.52,4.999,6.021,2.185084 " ",67,61,128,"Pm "," x",-47790.0,300.0,8072.0,2.0,"B+",12530.0,360.0,127.9487,320.0,"1.0 s","5,6,7",-9.12,11.498,12.52,2.935084 " ",66,62,128,"Sm "," x",-38670.0,500.0,7994.0,4.0,"B+",9120.0,580.0,127.95849,540.0,"None","None",0.0,8.098,9.12,3.435084 "0",83,46,129,"Pd "," x",-37610.0,600.0,8084.0,5.0,"B-",14370.0,720.0,128.95962,640.0,"31 ms","",14.37,0.0,0.0,0.0 " ",82,47,129,"Ag "," x",-51980.0,400.0,8189.0,3.0,"B-",11080.0,400.0,128.9442,430.0,"46 ms","(9/2+)",11.078,-15.392,-14.37,-12.404916 " ",81,48,129,"Cd "," x",-63058.0,17.0,8269.03,0.13,"B-",9780.0,17.0,128.932304,18.0,"154 ms","11/2-",9.7797,-12.1,-11.078,-11.362916 " ",80,49,129,"In "," ",-72837.7,2.7,8338.78,0.021,"B-",7753.0,17.0,128.9218055,2.9,"0.610 s","9/2+",7.7533,-10.8017,-9.7797,-10.742616 " ",79,50,129,"Sn "," ",-80591.0,17.0,8392.82,0.13,"B-",4038.0,27.0,128.913482,19.0,"3.40 us","(19/2+)",4.038,-8.7753,-7.7533,-9.667816 " ",78,51,129,"Sb "," +",-84629.0,21.0,8418.06,0.16,"B-",2375.0,21.0,128.909147,23.0,"17.7 m","(19/2-)",2.3758,-5.06,-4.038,-6.576916 " ",77,52,129,"Te "," ",-87004.8,0.9,8430.409,0.007,"B-",1502.0,3.0,128.9065965,0.9,"33.6 d","11/2-",1.5022,-3.3978,-2.3758,-3.533316 " ",76,53,129,"I "," ",-88507.0,3.0,8435.99,0.025,"B-",189.0,3.0,128.904984,3.0,"1.57e+7 y","7/2+",0.189059,-2.5242,-1.5022,-2.675616 " ",75,54,129,"Xe "," ",-88696.059,0.005,8431.39,0.0," ","*","*",128.904780859,0.006,"8.88 d","11/2-",-1.197059,-1.211059,-0.189059,-2.097975 " ",74,55,129,"Cs "," ",-87499.0,5.0,8416.05,0.04,"B+",1197.0,5.0,128.906066,5.0,"32.06 h","1/2+",-2.436,0.175059,1.197059,-1.086716 " ",73,56,129,"Ba "," ",-85063.0,11.0,8391.1,0.08,"B+",2436.0,11.0,128.908681,11.0,"2.23 h","1/2+",-3.738,1.414,2.436,-0.294516 " ",72,57,129,"La "," ",-81325.0,21.0,8356.05,0.17,"B+",3739.0,22.0,128.912694,23.0,"11.6 m","(3/2+)",-5.038,2.716,3.738,0.338084 " ",71,58,129,"Ce "," x",-76287.0,28.0,8310.94,0.22,"B+",5040.0,40.0,128.9181,30.0,"3.5 m","(5/2+)",-6.513,4.016,5.038,0.957084 " ",70,59,129,"Pr "," x",-69774.0,30.0,8254.38,0.23,"B+",6510.0,40.0,128.9251,30.0,"30 s","(3/2+)",-7.454,5.491,6.513,1.560084 " ",69,60,129,"Nd "," ep",-62320.0,200.0,8190.0,2.0,"B+",7460.0,200.0,128.9331,220.0,"6.7 s","(5/2+)",-9.44,6.432,7.454,1.915084 " ",68,61,129,"Pm "," x",-52880.0,300.0,8111.0,2.0,"B+",9430.0,360.0,128.94323,320.0,"2.4 s","(5/2-)",-10.88,8.418,9.44,2.635084 " ",67,62,129,"Sm "," x",-42000.0,500.0,8021.0,4.0,"B+",10880.0,580.0,128.95491,540.0,"0.55 s","(1/2+,3/2+)",0.0,9.858,10.88,3.175084 "0",83,47,130,"Ag "," -nn",-45700.0,500.0,8140.0,4.0,"B-",15420.0,500.0,129.95094,540.0,"50 ms","",15.418,0.0,0.0,-10.824916 " ",82,48,130,"Cd "," x",-61118.0,22.0,8252.59,0.17,"B-",8770.0,40.0,129.934388,24.0,"162 ms","0+",8.762,-16.44,-15.418,-11.682916 " ",81,49,130,"In "," +",-69880.0,40.0,8314.0,0.29,"B-",10250.0,40.0,129.92498,40.0,"0.29 s","1(-)",10.2522,-9.784,-8.762,-11.624916 " ",80,50,130,"Sn "," ",-80132.2,1.9,8386.816,0.014,"B-",2153.0,14.0,129.9139745,2.0,"3.72 m","0+",2.1538,-11.2742,-10.2522,-10.300316 " ",79,51,130,"Sb "," ",-82286.0,14.0,8397.36,0.11,"B-",5067.0,14.0,129.911663,15.0,"39.5 m","(8-)",5.066949,-3.1758,-2.1538,-6.937916 " ",78,52,130,"Te "," ",-87352.949,0.011,8430.324,0.0,"B-",-417.0,3.0,129.906222747,0.012,"0.79e+21 y","0+",-0.416949,-6.088949,-5.066949,-3.762865 " ",77,53,130,"I "," -n",-86936.0,3.0,8421.1,0.024,"B-",2944.0,3.0,129.90667,3.0,"8.84 m","2+",2.944463,-0.605051,0.416949,-2.970916 " ",76,54,130,"Xe "," ",-89880.463,0.009,8437.731,0.0,"B-",-2981.0,8.0,129.90350934900002,0.01,"stable","0+",-2.980463,-3.966463,-2.944463,-2.240079 " ",75,55,130,"Cs "," ",-86900.0,8.0,8408.78,0.06,"B-",362.0,9.0,129.906709,9.0,"29.21 m","1+",0.3615,1.958463,2.980463,-1.413916 " ",74,56,130,"Ba "," ",-87261.5,2.6,8405.549,0.02," ","*","*",129.9063209,2.7,"9.4 ms","8-",-5.6345,-1.3835,-0.3615,-0.539416 " ",73,57,130,"La "," x",-81627.0,26.0,8356.19,0.2,"B+",5634.0,26.0,129.912369,28.0,"8.7 m","3(+)",-2.204,4.6125,5.6345,0.299084 " ",72,58,130,"Ce "," x",-79423.0,28.0,8333.22,0.21,"B+",2200.0,40.0,129.91474,30.0,"22.9 m","0+",-8.243,1.182,2.204,0.822084 " ",71,59,130,"Pr "," x",-71180.0,60.0,8263.8,0.5,"B+",8250.0,70.0,129.92359,70.0,"40.0 s","high j",-4.584,7.221,8.243,1.365084 " ",70,60,130,"Nd "," x",-66596.0,28.0,8222.51,0.21,"B+",4580.0,70.0,129.92851,30.0,"13 s","0+",-11.196,3.562,4.584,1.800084 " ",69,61,130,"Pm "," x",-55400.0,200.0,8130.0,2.0,"B+",11200.0,200.0,129.94053,210.0,"2.6 s","(4,5,6)",-7.89,10.174,11.196,2.495084 " ",68,62,130,"Sm "," x",-47510.0,400.0,8064.0,3.0,"B+",7890.0,450.0,129.949,430.0,"None","None",-13.83,6.868,7.89,3.055084 " ",67,63,130,"Eu "," -p",-33680.0,500.0,7951.0,4.0,"B+",13820.0,640.0,129.96384,540.0,"0.90 ms","(1+)",0.0,12.808,13.83,3.245084 "0",84,47,131,"Ag "," x",-40380.0,500.0,8099.0,4.0,"B-",14840.0,510.0,130.95665,540.0,"35 ms","",14.84,0.0,0.0,-8.774916 " ",83,48,131,"Cd "," x",-55220.0,100.0,8206.2,0.8,"B-",12810.0,100.0,130.94072,110.0,"68 ms","(7/2-)",12.805,-15.862,-14.84,-10.464916 " ",82,49,131,"In "," x",-68025.0,2.7,8297.959,0.021,"B-",9240.0,5.0,130.9269721,2.9,"0.28 s","(9/2+)",9.24,-13.827,-12.805,-12.009916 " ",81,50,131,"Sn "," ",-77265.0,4.0,8362.517,0.028,"B-",4717.0,4.0,130.917053,4.0,"56.0 s","(3/2+)",4.7164,-10.262,-9.24,-10.942916 " ",80,51,131,"Sb "," ",-81981.4,2.1,8392.552,0.016,"B-",3229.6,2.1,130.9119893,2.2,"23.03 m","(7/2+)",3.22961,-5.7384,-4.7164,-7.510316 " ",79,52,131,"Te "," -n",-85211.01,0.06,8411.233,0.001,"B-",2231.7,0.6,130.90852221,0.07,"33.25 h","11/2-",2.23169,-4.25161,-3.22961,-4.164926 " ",78,53,131,"I "," +",-87442.7,0.6,8422.297,0.005,"B-",970.8,0.6,130.9061264,0.6,"8.0252 d","7/2+",0.970858,-3.25369,-2.23169,-3.168616 " ",77,54,131,"Xe "," ",-88413.558,0.009,8423.736,0.0," ","*","*",130.905084136,0.009,"11.84 d","11/2-",-0.354558,-1.992858,-0.970858,-2.556774 " ",76,55,131,"Cs "," ",-88059.0,5.0,8415.06,0.04,"B+",355.0,5.0,130.905465,5.0,"9.689 d","5/2+",-1.3753,-0.667442,0.354558,-1.499916 " ",75,56,131,"Ba "," ",-86683.7,2.6,8398.587,0.02,"B+",1375.0,5.0,130.9069412,2.8,"11.50 d","1/2+",-2.9147,0.3533,1.3753,-0.786616 " ",74,57,131,"La "," x",-83769.0,28.0,8370.37,0.21,"B+",2914.0,28.0,130.91007,30.0,"59 m","3/2+",-4.059,1.8927,2.9147,0.046084 " ",73,58,131,"Ce "," ",-79710.0,30.0,8333.4,0.25,"B+",4060.0,40.0,130.91443,40.0,"10.3 m","7/2+",-5.41,3.037,4.059,0.683084 " ",72,59,131,"Pr "," ",-74300.0,50.0,8286.1,0.4,"B+",5410.0,60.0,130.92023,50.0,"1.51 m","(3/2+)",-6.532,4.388,5.41,1.171084 " ",71,60,131,"Nd "," ",-67768.0,28.0,8230.3,0.21,"B+",6530.0,50.0,130.927248,30.0,"27 s","(5/2)",-8.108,5.51,6.532,1.786084 " ",70,61,131,"Pm "," x",-59660.0,200.0,8162.0,2.0,"B+",8110.0,200.0,130.93595,220.0,"6.3 s","(11/2-)",-9.53,7.086,8.108,2.455084 " ",69,62,131,"Sm "," x",-50130.0,400.0,8084.0,3.0,"B+",9530.0,450.0,130.94618,430.0,"1.2 s","",-10.86,8.508,9.53,2.985084 " ",68,63,131,"Eu "," -p",-39270.0,400.0,7995.0,3.0,"B+",10860.0,570.0,130.95784,430.0,"17.8 ms","(3/2+)",0.0,9.838,10.86,3.095084 "0",85,47,132,"Ag "," x",-33790.0,500.0,8049.0,4.0,"B-",16470.0,540.0,131.96373,540.0,"28 ms","",16.47,0.0,0.0,0.0 " ",84,48,132,"Cd "," x",-50260.0,200.0,8168.0,1.0,"B-",12150.0,210.0,131.94604,210.0,"97 ms","0+",12.15,-17.492,-16.47,-8.194916 " ",83,49,132,"In "," +",-62410.0,60.0,8253.7,0.5,"B-",14140.0,60.0,131.933,60.0,"0.207 s","(7-)",14.1365,-13.172,-12.15,-10.214916 " ",82,50,132,"Sn "," ",-76546.5,2.0,8354.872,0.015,"B-",3089.0,3.0,131.9178239,2.1,"2.03 us","(8+)",3.0888,-15.1585,-14.1365,-11.729416 " ",81,51,132,"Sb "," ",-79635.3,2.5,8372.344,0.019,"B-",5553.0,4.0,131.914508,2.6,"2.79 m","(4+)",5.5527,-4.1108,-3.0888,-7.910216 " ",80,52,132,"Te "," ",-85188.0,3.0,8408.485,0.026,"B-",515.0,3.0,131.908547,4.0,"3.70 us","(10+)",0.515,-6.5747,-5.5527,-4.250916 " ",79,53,132,"I "," ",-85703.0,4.0,8406.46,0.03,"B-",3575.0,4.0,131.907994,4.0,"1.387 h","(8-)",3.575962,-1.537,-0.515,-3.497916 " ",78,54,132,"Xe "," ",-89278.962,0.005,8427.622,0.0,"B-",-2126.3,1.0,131.904155087,0.006,"8.39 ms","(10+)",-2.126262,-4.597962,-3.575962,-2.710178 " ",77,55,132,"Cs "," ",-87152.7,1.0,8405.587,0.008,"B-",1282.3,1.5,131.9064377,1.1,"6.480 d","2+",1.2823,1.104262,2.126262,-1.838616 " ",76,56,132,"Ba "," ",-88435.0,1.1,8409.375,0.008," ","*","*",131.90506109999998,1.1,"3.0e+21 y","0+",-4.715,-2.3043,-1.2823,-0.999616 " ",75,57,132,"La "," ",-83720.0,40.0,8367.76,0.28,"B+",4710.0,40.0,131.91012,40.0,"4.8 h","2-",-1.249,3.693,4.715,-0.212916 " ",74,58,132,"Ce "," ",-82471.0,20.0,8352.34,0.15,"B+",1250.0,40.0,131.911464,22.0,"3.51 h","0+",-7.244,0.227,1.249,0.482084 " ",73,59,132,"Pr "," x",-75227.0,29.0,8291.54,0.22,"B+",7240.0,40.0,131.91924,30.0,"1.6 m","(2)+",-3.801,6.222,7.244,0.978084 " ",72,60,132,"Nd "," x",-71426.0,24.0,8256.81,0.18,"B+",3800.0,40.0,131.923321,26.0,"94 s","0+",-9.796,2.779,3.801,1.683084 " ",71,61,132,"Pm "," x",-61630.0,150.0,8177.0,1.0,"B+",9800.0,150.0,131.93384,160.0,"6.2 s","(3+)",-6.55,8.774,9.796,2.276084 " ",70,62,132,"Sm "," x",-55080.0,300.0,8121.0,2.0,"B+",6550.0,330.0,131.94087,320.0,"4.0 s","0+",-12.88,5.528,6.55,2.805084 " ",69,63,132,"Eu "," x",-42200.0,400.0,8018.0,3.0,"B+",12880.0,500.0,131.9547,430.0,"None","None",0.0,11.858,12.88,3.165084 "0",85,48,133,"Cd "," x",-43920.0,300.0,8119.0,2.0,"B-",13540.0,360.0,132.95285,320.0,"57 ms","(7/2-)",13.54,0.0,0.0,-8.734916 " ",84,49,133,"In "," x",-57460.0,200.0,8215.0,1.0,"B-",13410.0,200.0,132.93831,210.0,"165 ms","(9/2+)",13.4139,-14.562,-13.54,-7.904916 " ",83,50,133,"Sn "," ",-70873.9,1.9,8310.088,0.014,"B-",8050.0,4.0,132.9239138,2.0,"1.45 s","(7/2-)",8.0501,-14.4359,-13.4139,-10.240816 " ",82,51,133,"Sb "," ",-78924.0,3.0,8364.729,0.024,"B-",4014.0,4.0,132.915272,3.0,"2.34 m","(7/2+)",4.0131,-9.0721,-8.0501,-8.511216 " ",81,52,133,"Te "," ",-82937.1,2.1,8389.025,0.016,"B-",2921.0,7.0,132.9109633,2.2,"55.4 m","(11/2-)",2.9209,-5.0351,-4.0131,-4.771016 " ",80,53,133,"I "," ++",-85858.0,6.0,8405.11,0.05,"B-",1785.0,7.0,132.907827,7.0,"9 s","(19/2-)",1.7856,-3.9429,-2.9209,-3.653916 " ",79,54,133,"Xe "," +",-87643.6,2.4,8412.647,0.018,"B-",427.4,2.4,132.9059108,2.6,"2.198 d","11/2-",0.427331,-2.8076,-1.7856,-3.063716 " ",78,55,133,"Cs "," ",-88070.931,0.008,8409.978,0.0," ","*","*",132.90545196099998,0.009,"stable","7/2+",-0.517331,-1.449331,-0.427331,-1.988847 " ",77,56,133,"Ba "," ",-87553.6,1.0,8400.206,0.007,"B+",517.3,1.0,132.9060073,1.1,"10.551 y","1/2+",-2.0596,-0.504669,0.517331,-1.282457 " ",76,57,133,"La "," x",-85494.0,28.0,8378.84,0.21,"B+",2059.0,28.0,132.90822,30.0,"3.912 h","5/2+",-3.076,1.0376,2.0596,-0.419916 " ",75,58,133,"Ce "," x",-82418.0,16.0,8349.83,0.12,"B+",3080.0,30.0,132.91152,18.0,"97 m","1/2+",-4.48,2.054,3.076,0.220084 " ",74,59,133,"Pr "," x",-77938.0,12.0,8310.26,0.09,"B+",4481.0,21.0,132.916331,13.0,"6.5 m","(3/2+)",-5.608,3.458,4.48,0.962084 " ",73,60,133,"Nd "," x",-72330.0,50.0,8262.2,0.4,"B+",5610.0,50.0,132.92235,50.0,"70 s","(7/2+)",-6.92,4.586,5.608,1.532084 " ",72,61,133,"Pm "," x",-65410.0,50.0,8204.3,0.4,"B+",6920.0,70.0,132.92978,50.0,"13.5 s","(3/2+)",-8.18,5.898,6.92,1.939084 " ",71,62,133,"Sm "," x",-57230.0,300.0,8137.0,2.0,"B+",8180.0,300.0,132.93856,320.0,"2.89 s","(5/2+)",-9.99,7.158,8.18,2.665084 " ",70,63,133,"Eu "," x",-47240.0,300.0,8056.0,2.0,"B+",10000.0,420.0,132.94929,320.0,"None","None",-11.38,8.968,9.99,3.215084 " ",69,64,133,"Gd "," x",-35860.0,500.0,7964.0,4.0,"B+",11380.0,580.0,132.9615,540.0,"None","None",0.0,10.358,11.38,3.715084 "0",86,48,134,"Cd "," x",-38920.0,400.0,8082.0,3.0,"B-",12740.0,500.0,133.95822,430.0,"65 ms","0+",12.74,0.0,0.0,0.0 " ",85,49,134,"In "," x",-51660.0,300.0,8171.0,2.0,"B-",14770.0,300.0,133.94454,320.0,"140 ms","",14.774,-13.762,-12.74,-8.384916 " ",84,50,134,"Sn "," x",-66434.0,3.0,8275.171,0.024,"B-",7587.0,4.0,133.92868,3.0,"1.050 s","0+",7.5865,-15.796,-14.774,-7.740916 " ",83,51,134,"Sb "," x",-74020.5,1.7,8325.95,0.013,"B-",8513.0,3.0,133.92053570000002,1.8,"0.78 s","(0-)",8.5132,-8.6085,-7.5865,-6.565416 " ",82,52,134,"Te "," ",-82533.7,2.7,8383.643,0.02,"B-",1510.0,5.0,133.9113964,2.9,"164.1 ns","6+",1.5093,-9.5352,-8.5132,-4.826416 " ",81,53,134,"I "," ",-84043.0,5.0,8389.07,0.04,"B-",4082.0,5.0,133.909776,5.0,"3.52 m","(8)-",4.082822,-2.5313,-1.5093,-4.181916 " ",80,54,134,"Xe "," ",-88125.822,0.009,8413.699,0.0,"B-",-1234.667,0.018,133.90539303399999,0.01,"290 ms","7-",-1.234668,-5.104822,-4.082822,-3.197789 " ",79,55,134,"Cs "," ",-86891.154,0.016,8398.646,0.0,"B-",2058.7,0.3,133.906718504,0.018,"2.0652 y","4+",2.058746,0.212668,1.234668,-2.38007 " ",78,56,134,"Ba "," ",-88949.9,0.3,8408.171,0.002," ","*","*",133.9045084,0.3,"2.63 us","(10+)",-3.7309,-3.080746,-2.058746,-1.494353 " ",77,57,134,"La "," x",-85219.0,20.0,8374.49,0.15,"B+",3731.0,20.0,133.908514,21.0,"6.45 m","1+",-0.386,2.7089,3.7309,-0.743916 " ",76,58,134,"Ce "," x",-84833.0,20.0,8365.77,0.15,"B+",386.0,29.0,133.908928,22.0,"3.16 d","0+",-6.305,-0.636,0.386,0.003584 " ",75,59,134,"Pr "," x",-78528.0,20.0,8312.88,0.15,"B+",6305.0,29.0,133.915697,22.0,"17 m","2-",-2.882,5.283,6.305,0.674084 " ",74,60,134,"Nd "," x",-75646.0,12.0,8285.54,0.09,"B+",2882.0,24.0,133.91879,13.0,"8.5 m","0+",-8.906,1.86,2.882,1.352084 " ",73,61,134,"Pm "," x",-66740.0,60.0,8213.2,0.4,"B+",8910.0,60.0,133.92835,60.0,"5 s","(2+)",-5.36,7.884,8.906,2.015084 " ",72,62,134,"Sm "," x",-61380.0,200.0,8167.0,1.0,"B+",5360.0,200.0,133.93411,210.0,"9.5 s","0+",-11.45,4.338,5.36,2.791084 " ",71,63,134,"Eu "," x",-49930.0,300.0,8076.0,2.0,"B+",11450.0,360.0,133.9464,320.0,"0.5 s","",-8.63,10.428,11.45,3.045084 " ",70,64,134,"Gd "," x",-41300.0,400.0,8006.0,3.0,"B+",8630.0,500.0,133.95566,430.0,"None","None",0.0,7.608,8.63,3.785084 "0",86,49,135,"In "," x",-46530.0,400.0,8132.0,3.0,"B-",14100.0,400.0,134.95005,430.0,"101 ms","",14.102,0.0,0.0,-8.574916 " ",85,50,135,"Sn "," x",-60632.0,3.0,8230.687,0.023,"B-",9058.0,4.0,134.934909,3.0,"530 ms","7/2-",9.0583,-15.124,-14.102,-7.836916 " ",84,51,135,"Sb "," ",-69690.3,2.6,8291.989,0.02,"B-",8038.0,3.0,134.9251844,2.8,"1.68 s","(7/2+)",8.0385,-10.0803,-9.0583,-4.090216 " ",83,52,135,"Te "," ",-77728.8,1.7,8345.738,0.013,"B-",6050.4,2.7,134.91655469999998,1.8,"0.511 us","(19/2-)",6.0503,-9.0605,-8.0385,-2.888716 " ",82,53,135,"I "," ",-83779.1,2.1,8384.76,0.015,"B-",2634.0,4.0,134.9100594,2.2,"6.58 h","7/2+",2.6339,-7.0723,-6.0503,-4.222616 " ",81,54,135,"Xe "," ",-86413.0,4.0,8398.476,0.028,"B-",1168.0,4.0,134.907232,4.0,"15.29 m","11/2-",1.1686,-3.6559,-2.6339,-3.626906 " ",80,55,135,"Cs "," ",-87581.6,1.0,8401.336,0.007,"B-",268.9,1.0,134.9059772,1.1,"53 m","19/2-",0.2689,-2.1906,-1.1686,-2.563816 " ",79,56,135,"Ba "," ",-87850.5,0.3,8397.533,0.002," ","*","*",134.9056886,0.3,"28.7 h","11/2-",-1.2075,-1.2909,-0.2689,-1.861858 " ",78,57,135,"La "," ",-86643.0,9.0,8382.8,0.07,"B+",1207.0,9.0,134.906985,10.0,"19.5 h","5/2+",-2.027,0.1855,1.2075,-1.008916 " ",77,58,135,"Ce "," ",-84616.0,10.0,8361.98,0.08,"B+",2027.0,5.0,134.909161,11.0,"17.7 h","1/2(+)",-3.68,1.005,2.027,-0.357216 " ",76,59,135,"Pr "," x",-80936.0,12.0,8328.93,0.09,"B+",3680.0,16.0,134.913112,13.0,"24 m","3/2(+)",-4.722,2.658,3.68,0.408084 " ",75,60,135,"Nd "," x",-76214.0,19.0,8288.15,0.14,"B+",4722.0,22.0,134.918181,21.0,"12.4 m","9/2(-)",-6.164,3.7,4.722,1.071084 " ",74,61,135,"Pm "," x",-70050.0,80.0,8236.7,0.6,"B+",6160.0,80.0,134.9248,80.0,"49 s","(3/2+,5/2+)",-7.19,5.142,6.164,1.825084 " ",73,62,135,"Sm "," x",-62860.0,150.0,8177.6,1.1,"B+",7190.0,170.0,134.93252,170.0,"10.3 s","(3/2,5/2+)",-8.71,6.168,7.19,2.483084 " ",72,63,135,"Eu "," x",-54150.0,200.0,8107.0,1.0,"B+",8710.0,250.0,134.94187,210.0,"1.5 s","",-9.76,7.688,8.71,3.085084 " ",71,64,135,"Gd "," x",-44390.0,400.0,8029.0,3.0,"B+",9760.0,450.0,134.95235,430.0,"1.1 s","",-11.56,8.738,9.76,3.315084 " ",70,65,135,"Tb "," -p",-32830.0,400.0,7938.0,3.0,"B+",11570.0,570.0,134.96476,430.0,"0.94 ms","(7/2-)",0.0,10.538,11.56,4.015084 "0",87,49,136,"In "," x",-40510.0,400.0,8087.0,3.0,"B-",15390.0,500.0,135.95651,430.0,"85 ms","",15.39,0.0,0.0,-9.144916 " ",86,50,136,"Sn "," x",-55900.0,300.0,8195.0,2.0,"B-",8610.0,300.0,135.93999,320.0,"327 ms","0+",8.607,-16.412,-15.39,-8.064916 " ",85,51,136,"Sb "," ",-64507.0,6.0,8252.25,0.04,"B-",9918.0,6.0,135.930749,6.0,"0.923 s","1-",9.9183,-9.629,-8.607,-4.521916 " ",84,52,136,"Te "," ",-74425.3,2.3,8319.429,0.017,"B-",5120.0,14.0,135.92010119999998,2.4,"17.63 s","0+",5.1197,-10.9403,-9.9183,-0.303716 " ",83,53,136,"I "," ",-79545.0,14.0,8351.32,0.1,"B-",6884.0,14.0,135.914605,15.0,"83.4 s","(1-)",6.884159,-6.1417,-5.1197,-2.334616 " ",82,54,136,"Xe "," ",-86429.159,0.007,8396.188,0.0,"B-",-90.5,1.9,135.907214476,0.007,"3.6e+20 y","0+",-0.090459,-7.906159,-6.884159,-3.666075 " ",81,55,136,"Cs "," +",-86338.7,1.9,8389.77,0.014,"B-",2548.2,1.9,135.90731159999999,2.0,"13.16 d","5+",2.5482,-0.931541,0.090459,-3.060616 " ",80,56,136,"Ba "," ",-88886.9,0.3,8402.755,0.002,"B-",-2850.0,50.0,135.904576,0.3,"0.3084 s","7-",-2.8469,-3.5702,-2.5482,-2.032854 " ",79,57,136,"La "," x",-86040.0,50.0,8376.1,0.4,"B-",470.0,50.0,135.90763,60.0,"9.87 m","1+",0.4684,1.8249,2.8469,-1.312216 " ",78,58,136,"Ce "," ",-86508.4,0.4,8373.76,0.003," ","*","*",135.9071294,0.4,"2.2 us","10+",-5.1684,-1.4904,-0.4684,-0.498316 " ",77,59,136,"Pr "," ",-81340.0,11.0,8330.01,0.08,"B+",5168.0,11.0,135.912678,12.0,"13.1 m","2+",-2.141,4.1464,5.1684,-0.044916 " ",76,60,136,"Nd "," x",-79199.0,12.0,8308.51,0.09,"B+",2141.0,16.0,135.914976,13.0,"50.65 m","0+",-8.029,1.119,2.141,0.847084 " ",75,61,136,"Pm "," x",-71170.0,70.0,8243.7,0.5,"B+",8030.0,70.0,135.9236,70.0,"47 s","(2+)",-4.359,7.007,8.029,1.632084 " ",74,62,136,"Sm "," x",-66811.0,12.0,8205.92,0.09,"B+",4360.0,70.0,135.928276,13.0,"47 s","0+",-10.571,3.337,4.359,2.190084 " ",73,63,136,"Eu "," x",-56240.0,200.0,8122.0,1.0,"B+",10570.0,200.0,135.93962,210.0,"None","None",-7.15,9.549,10.571,2.965084 " ",72,64,136,"Gd "," x",-49090.0,300.0,8064.0,2.0,"B+",7150.0,360.0,135.9473,320.0,"200 ns","(0+)",-12.96,6.128,7.15,3.565084 " ",71,65,136,"Tb "," x",-36130.0,500.0,7963.0,4.0,"B+",12960.0,580.0,135.96121,540.0,"None","None",0.0,11.938,12.96,3.645084 "0",88,49,137,"In "," x",-35040.0,500.0,8047.0,4.0,"B-",14750.0,640.0,136.96238,540.0,"65 ms","",14.75,0.0,0.0,0.0 " ",87,50,137,"Sn "," x",-49790.0,400.0,8149.0,3.0,"B-",10270.0,400.0,136.94655,430.0,"190 ms","",10.27,-15.772,-14.75,-8.294916 " ",86,51,137,"Sb "," x",-60060.0,50.0,8218.5,0.4,"B-",9240.0,50.0,136.93552,60.0,"450 ms","(7/2+)",9.2438,-11.292,-10.27,-5.024916 " ",85,52,137,"Te "," ",-69303.8,2.1,8280.235,0.015,"B-",7053.0,9.0,136.9255994,2.3,"2.49 s","(7/2-)",7.0522,-10.2658,-9.2438,-0.854816 " ",84,53,137,"I ","p-2n",-76356.0,8.0,8326.0,0.06,"B-",6027.0,8.0,136.918028,9.0,"24.5 s","(7/2+)",6.0274,-8.0742,-7.0522,0.143084 " ",83,54,137,"Xe "," -n",-82383.4,0.1,8364.286,0.001,"B-",4162.2,0.4,136.91155777,0.11,"3.818 m","7/2-",4.1622,-7.0494,-6.0274,-1.871216 " ",82,55,137,"Cs "," +",-86545.6,0.4,8388.956,0.003,"B-",1175.63,0.17,136.9070895,0.4,"30.08 y","7/2+",1.1756,-5.1842,-4.1622,-3.112516 " ",81,56,137,"Ba "," ",-87721.2,0.3,8391.827,0.002," ","*","*",136.9058274,0.3,"2.552 m","11/2-",-0.5805,-2.1976,-1.1756,-2.502516 " ",80,57,137,"La "," +",-87140.7,1.7,8381.879,0.012,"B+",580.5,1.6,136.9064506,1.8,"6e+4 y","7/2+",-1.2221,-0.4415,0.5805,-1.494685 " ",79,58,137,"Ce "," ",-85918.6,0.4,8367.248,0.003,"B+",1222.1,1.6,136.90776259999998,0.5,"9.0 h","3/2+",-2.7166,0.2001,1.2221,-0.789916 " ",78,59,137,"Pr "," ",-83202.0,8.0,8341.71,0.06,"B+",2717.0,8.0,136.910679,9.0,"1.28 h","5/2+",-3.617,1.6946,2.7166,-0.132916 " ",77,60,137,"Nd "," ",-79585.0,12.0,8309.59,0.09,"B+",3617.0,14.0,136.914562,13.0,"38.5 m","1/2+",-5.512,2.595,3.617,0.408084 " ",76,61,137,"Pm "," x",-74073.0,13.0,8263.65,0.1,"B+",5512.0,18.0,136.92048,14.0,"2.4 m","11/2-",-6.043,4.49,5.512,1.440084 " ",75,62,137,"Sm "," ",-68030.0,40.0,8213.8,0.3,"B+",6050.0,40.0,136.92697,50.0,"45 s","(9/2-)",-7.884,5.021,6.043,1.875084 " ",74,63,137,"Eu "," x",-60146.0,4.0,8150.57,0.03,"B+",7880.0,40.0,136.935431,5.0,"11 s","(11/2-)",-8.936,6.862,7.884,2.839084 " ",73,64,137,"Gd "," x",-51210.0,300.0,8080.0,2.0,"B+",8930.0,300.0,136.94502,320.0,"2.2 s","(7/2)",-10.24,7.914,8.936,3.595084 " ",72,65,137,"Tb "," x",-40970.0,400.0,7999.0,3.0,"B+",10250.0,500.0,136.95602,430.0,"None","None",0.0,9.218,10.24,3.845084 "0",88,50,138,"Sn "," x",-44860.0,500.0,8113.0,4.0,"B-",9360.0,1180.0,137.95184,540.0,"210 ns","(6+)",9.36,0.0,0.0,-8.364916 " ",87,51,138,"Sb "," x",-54220.0,1060.0,8175.0,8.0,"B-",11480.0,1060.0,137.94179,1140.0,"348 ms","(3-)",11.476,-10.382,-9.36,-4.984916 " ",86,52,138,"Te "," ",-65696.0,4.0,8252.578,0.027,"B-",6284.0,7.0,137.929472,4.0,"1.4 s","0+",6.284,-12.498,-11.476,-1.686916 " ",85,53,138,"I "," x",-71980.0,6.0,8292.44,0.04,"B-",7992.0,7.0,137.922726,6.0,"6.41 s","(2-)",7.9922,-7.306,-6.284,-0.384416 " ",84,54,138,"Xe "," ",-79972.2,2.8,8344.69,0.02,"B-",2915.0,10.0,137.914146,3.0,"14.08 m","0+",2.9148,-9.0142,-7.9922,0.136584 " ",83,55,138,"Cs "," ",-82887.0,9.0,8360.14,0.07,"B-",5375.0,9.0,137.911017,10.0,"2.91 m","6-",5.3746,-3.9368,-2.9148,-1.268916 " ",82,56,138,"Ba "," ",-88261.6,0.3,8393.42,0.002,"B-",-1742.0,3.0,137.9052472,0.3,"stable","0+",-1.7426,-6.3966,-5.3746,-2.560694 " ",81,57,138,"La "," ",-86519.0,3.0,8375.125,0.023,"B-",1052.0,4.0,137.907118,3.0,"1.02e+11 y","5+",1.052,0.7206,1.7426,-2.052762 " ",80,58,138,"Ce "," ",-87571.0,5.0,8377.08,0.04," ","*","*",137.905989,5.0,"8.65 ms","7-",-4.437,-2.074,-1.052,-1.046016 " ",79,59,138,"Pr "," -",-83134.0,11.0,8339.26,0.08,"B+",4437.0,10.0,137.910752,12.0,"1.45 m","1+",-1.116,3.415,4.437,-0.339916 " ",78,60,138,"Nd "," ",-82018.0,12.0,8325.5,0.08,"B+",1116.0,16.0,137.91195,12.0,"5.04 h","0+",-7.078,0.094,1.116,0.390084 " ",77,61,138,"Pm "," ",-74940.0,28.0,8268.54,0.2,"B+",7078.0,29.0,137.919548,30.0,"3.24 m","",-3.442,6.056,7.078,1.163084 " ",76,62,138,"Sm "," x",-71498.0,12.0,8237.93,0.09,"B+",3440.0,30.0,137.923244,13.0,"3.1 m","0+",-9.748,2.42,3.442,1.723084 " ",75,63,138,"Eu "," x",-61750.0,28.0,8161.62,0.2,"B+",9750.0,30.0,137.93371,30.0,"12.1 s","(6-)",-5.95,8.726,9.748,2.565084 " ",74,64,138,"Gd "," x",-55800.0,200.0,8113.0,1.0,"B+",5950.0,200.0,137.9401,210.0,"4.7 s","0+",-12.13,4.928,5.95,3.155084 " ",73,65,138,"Tb "," x",-43670.0,300.0,8019.0,2.0,"B+",12130.0,360.0,137.95312,320.0,"None","None",-8.74,11.108,12.13,3.835084 " ",72,66,138,"Dy "," x",-34930.0,500.0,7950.0,4.0,"B+",8740.0,590.0,137.9625,540.0,"None","None",0.0,7.718,8.74,3.945084 "0",89,50,139,"Sn "," x",-38440.0,500.0,8066.0,4.0,"B-",11350.0,640.0,138.95873,540.0,"130 ms","",11.35,0.0,0.0,0.0 " ",88,51,139,"Sb "," x",-49790.0,400.0,8142.0,3.0,"B-",10420.0,400.0,138.94655,430.0,"93 ms","(7/2+)",10.415,-12.372,-11.35,-5.684916 " ",87,52,139,"Te "," x",-60205.0,4.0,8211.771,0.025,"B-",8266.0,5.0,138.935367,4.0,"1.6 s","(7/2-)",8.266,-11.437,-10.415,-1.997916 " ",86,53,139,"I "," x",-68471.0,4.0,8265.609,0.029,"B-",7174.0,5.0,138.926493,4.0,"2.280 s","(7/2+)",7.1736,-9.288,-8.266,-1.205616 " ",85,54,139,"Xe "," x",-75644.6,2.1,8311.59,0.015,"B-",5056.0,4.0,138.91879219999998,2.3,"39.68 s","3/2-",5.0564,-8.1956,-7.1736,-0.340716 " ",84,55,139,"Cs "," +",-80701.0,3.0,8342.338,0.023,"B-",4213.0,3.0,138.913364,3.0,"9.27 m","7/2+",4.2128,-6.0784,-5.0564,0.653184 " ",83,56,139,"Ba "," ",-84913.8,0.3,8367.017,0.002,"B-",2312.5,2.0,138.9088413,0.3,"82.93 m","7/2-",2.3124,-5.2348,-4.2128,-0.925716 " ",82,57,139,"La "," ",-87226.2,2.0,8378.025,0.014," ","*","*",138.90635880000002,2.2,"stable","7/2+",-0.2782,-3.3344,-2.3124,-2.069516 " ",81,58,139,"Ce "," ",-86948.0,7.0,8370.39,0.05,"B+",278.0,7.0,138.906658,8.0,"137.641 d","3/2+",-2.129,-0.7438,0.2782,-1.522416 " ",80,59,139,"Pr "," ",-84819.0,8.0,8349.45,0.06,"B+",2129.1,3.0,138.908943,8.0,"4.41 h","5/2+",-2.805,1.107,2.129,-0.600916 " ",79,60,139,"Nd "," ",-82014.0,28.0,8323.64,0.2,"B+",2805.0,28.0,138.911954,30.0,"29.7 m","3/2+",-4.514,1.783,2.805,0.177084 " ",78,61,139,"Pm "," ",-77500.0,14.0,8285.54,0.1,"B+",4513.0,26.0,138.9168,15.0,"4.15 m","(5/2)+",-5.12,3.492,4.514,1.011084 " ",77,62,139,"Sm "," x",-72380.0,11.0,8243.08,0.08,"B+",5120.0,17.0,138.922297,12.0,"2.57 m","1/2+",-6.982,4.098,5.12,1.409084 " ",76,63,139,"Eu "," x",-65398.0,13.0,8187.22,0.09,"B+",6982.0,17.0,138.929792,14.0,"17.9 s","(11/2)-",-7.768,5.96,6.982,2.227084 " ",75,64,139,"Gd "," x",-57630.0,200.0,8126.0,1.0,"B+",7770.0,200.0,138.93813,210.0,"5.8 s","(9/2-)",-9.5,6.746,7.768,2.805084 " ",74,65,139,"Tb "," x",-48130.0,300.0,8052.0,2.0,"B+",9500.0,360.0,138.94833,320.0,"1.6 s","",-10.49,8.478,9.5,3.595084 " ",73,66,139,"Dy "," x",-37640.0,500.0,7971.0,4.0,"B+",10490.0,590.0,138.95959,540.0,"0.6 s","(7/2+)",0.0,9.468,10.49,4.325084 "0",89,51,140,"Sb "," x",-43940.0,600.0,8100.0,4.0,"B-",12640.0,600.0,139.95283,640.0,"41 us","(6-,7-)",12.64,0.0,0.0,-5.854916 " ",88,52,140,"Te "," x",-56580.0,60.0,8184.8,0.4,"B-",7030.0,60.0,139.93926,70.0,"None","None",7.026,-13.662,-12.64,-3.104916 " ",87,53,140,"I "," x",-63606.0,12.0,8229.47,0.09,"B-",9380.0,12.0,139.931716,13.0,"0.86 s","(4-)",9.3805,-8.048,-7.026,-1.523916 " ",86,54,140,"Xe "," x",-72986.5,2.3,8290.887,0.017,"B-",4064.0,9.0,139.92164580000002,2.5,"13.60 s","0+",4.0635,-10.4025,-9.3805,-0.986116 " ",85,55,140,"Cs "," ",-77050.0,8.0,8314.32,0.06,"B-",6219.0,10.0,139.917283,9.0,"63.7 s","1-",6.219,-5.0855,-4.0635,0.070084 " ",84,56,140,"Ba "," ",-83269.0,8.0,8353.16,0.06,"B-",1047.0,8.0,139.910607,9.0,"12.7527 d","0+",1.0469,-7.241,-6.219,0.735243 " ",83,57,140,"La "," ",-84315.9,2.0,8355.047,0.014,"B-",3760.2,1.7,139.90948319999998,2.2,"1.67855 d","3-",3.7602,-2.0689,-1.0469,-0.402116 " ",82,58,140,"Ce "," ",-88076.1,1.6,8376.317,0.011," ","*","*",139.90544640000002,1.7,"stable","0+",-3.3881,-4.7822,-3.7602,-1.614116 " ",81,59,140,"Pr "," -",-84688.0,6.0,8346.53,0.04,"B+",3388.0,6.0,139.909084,7.0,"3.39 m","1+",-0.429,2.3661,3.3881,-1.072916 " ",80,60,140,"Nd "," x",-84259.0,3.0,8337.875,0.025,"B+",429.0,7.0,139.909544,4.0,"3.37 d","0+",-6.045,-0.593,0.429,-0.175516 " ",79,61,140,"Pm "," -",-78214.0,24.0,8289.11,0.17,"B+",6045.0,24.0,139.916034,26.0,"9.2 s","1+",-2.758,5.023,6.045,0.701084 " ",78,62,140,"Sm "," x",-75456.0,12.0,8263.82,0.09,"B+",2758.0,27.0,139.918995,13.0,"14.82 m","0+",-8.466,1.736,2.758,1.318084 " ",77,63,140,"Eu "," -",-66990.0,50.0,8197.7,0.4,"B+",8470.0,50.0,139.92809,60.0,"1.51 s","1+",-5.208,7.444,8.466,1.755084 " ",76,64,140,"Gd "," x",-61782.0,28.0,8154.97,0.2,"B+",5200.0,60.0,139.93367,30.0,"15.8 s","0+",-11.302,4.186,5.208,2.604084 " ",75,65,140,"Tb "," -",-50480.0,800.0,8069.0,6.0,"B+",11300.0,800.0,139.94581,860.0,"2.0 s","7+",-7.65,10.28,11.302,3.335084 " ",74,66,140,"Dy "," x",-42830.0,400.0,8008.0,3.0,"B+",7650.0,900.0,139.95402,430.0,"7.0 us","(8-)",-13.57,6.628,7.65,3.835084 " ",73,67,140,"Ho "," -p",-29260.0,500.0,7906.0,4.0,"B+",13570.0,640.0,139.96859,540.0,"6 ms","(6-,0-,8+)",0.0,12.548,13.57,4.445084 "0",90,51,141,"Sb "," x",-39110.0,500.0,8066.0,4.0,"B-",11380.0,640.0,140.95801,540.0,"None","None",11.38,0.0,0.0,-6.494916 " ",89,52,141,"Te "," x",-50490.0,400.0,8141.0,3.0,"B-",9440.0,400.0,140.9458,430.0,"None","None",9.437,-12.402,-11.38,-3.124916 " ",88,53,141,"I "," x",-59927.0,16.0,8202.26,0.11,"B-",8271.0,16.0,140.935666,17.0,"0.43 s","",8.2703,-10.459,-9.437,-2.291916 " ",87,54,141,"Xe "," x",-68197.3,2.9,8255.364,0.02,"B-",6280.0,10.0,140.926787,3.0,"1.73 s","5/2(-)",6.2807,-9.2923,-8.2703,-1.318416 " ",86,55,141,"Cs "," ",-74478.0,9.0,8294.36,0.07,"B-",5255.0,10.0,140.920045,10.0,"24.84 s","7/2+",5.255,-7.3027,-6.2807,-0.546916 " ",85,56,141,"Ba "," ",-79733.0,5.0,8326.08,0.04,"B-",3199.0,7.0,140.914404,6.0,"18.27 m","3/2-",3.199,-6.277,-5.255,0.225484 " ",84,57,141,"La "," ",-82932.0,4.0,8343.217,0.03,"B-",2501.0,4.0,140.910969,5.0,"3.92 h","(7/2+)",2.5009,-4.221,-3.199,1.188684 " ",83,58,141,"Ce "," ",-85432.9,1.6,8355.408,0.011,"B-",582.7,1.2,140.908284,1.7,"32.511 d","7/2-",0.5827,-3.5229,-2.5009,-0.136616 " ",82,59,141,"Pr "," ",-86015.6,1.7,8353.992,0.012," ","*","*",140.9076584,1.8,"stable","5/2+",-1.8226,-1.6047,-0.5827,-1.299816 " ",81,60,141,"Nd "," -",-84193.0,3.0,8335.515,0.023,"B+",1823.0,2.8,140.909615,4.0,"2.49 h","3/2+",-3.67,0.8006,1.8226,-0.699316 " ",80,61,141,"Pm "," x",-80523.0,14.0,8303.94,0.1,"B+",3670.0,14.0,140.913555,15.0,"20.90 m","5/2+",-4.589,2.648,3.67,0.254084 " ",79,62,141,"Sm "," ",-75934.0,9.0,8265.84,0.06,"B+",4589.0,16.0,140.918482,9.0,"10.2 m","1/2+",-6.008,3.567,4.589,1.226084 " ",78,63,141,"Eu "," ",-69926.0,13.0,8217.68,0.09,"B+",6008.0,14.0,140.924932,14.0,"40.7 s","5/2+",-6.702,4.986,6.008,1.722084 " ",77,64,141,"Gd "," x",-63224.0,20.0,8164.61,0.14,"B+",6701.0,23.0,140.932126,21.0,"14 s","1/2+",-8.684,5.68,6.702,2.381084 " ",76,65,141,"Tb "," x",-54540.0,110.0,8097.5,0.7,"B+",8680.0,110.0,140.94145,110.0,"3.5 s","(5/2-)",-9.16,7.662,8.684,3.181084 " ",75,66,141,"Dy "," x",-45380.0,300.0,8027.0,2.0,"B+",9160.0,320.0,140.95128,320.0,"0.9 s","(9/2-)",-11.02,8.138,9.16,3.405084 " ",74,67,141,"Ho "," -p",-34360.0,400.0,7943.0,3.0,"B+",11020.0,500.0,140.96311,430.0,"4.1 ms","7/2-",0.0,9.998,11.02,4.185084 "0",90,52,142,"Te "," x",-46370.0,500.0,8111.0,4.0,"B-",8400.0,630.0,141.95022,540.0,"None","None",8.4,0.0,0.0,-3.934916 " ",89,53,142,"I "," x",-54770.0,370.0,8165.0,2.6,"B-",10460.0,370.0,141.9412,400.0,"222 ms","",10.4596,-9.422,-8.4,-2.974916 " ",88,54,142,"Xe "," x",-65229.6,2.7,8233.169,0.019,"B-",5285.0,8.0,141.92997309999998,2.9,"1.23 s","0+",5.2854,-11.4816,-10.4596,-1.958516 " ",87,55,142,"Cs "," ",-70515.0,7.0,8264.88,0.05,"B-",7328.0,8.0,141.9243,8.0,"1.684 s","0-",7.327,-6.3074,-5.2854,-0.959916 " ",86,56,142,"Ba "," ",-77842.0,6.0,8310.97,0.04,"B-",2182.0,8.0,141.916433,6.0,"10.6 m","0+",2.182,-8.349,-7.327,-0.294716 " ",85,57,142,"La "," ",-80024.0,6.0,8320.83,0.04,"B-",4509.0,6.0,141.91409,7.0,"91.1 m","2-",4.5092,-3.204,-2.182,0.438084 " ",84,58,142,"Ce "," ",-84533.2,2.5,8347.071,0.018,"B-",-745.7,2.5,141.9092499,2.7,"5e+16 y","0+",-0.7457,-5.5312,-4.5092,1.303484 " ",83,59,142,"Pr "," ",-83787.5,1.7,8336.31,0.012,"B-",2162.5,1.4,141.91005040000002,1.8,"19.12 h","2-",2.1625,-0.2763,0.7457,0.306584 " ",82,60,142,"Nd "," ",-85950.0,1.4,8346.03,0.01," ","*","*",141.9077289,1.5,"stable","0+",-4.808,-3.1845,-2.1625,-0.803916 " ",81,61,142,"Pm "," ",-81142.0,24.0,8306.66,0.17,"B+",4808.0,24.0,141.91289,25.0,"40.5 s","1+",-2.156,3.786,4.808,-0.432916 " ",80,62,142,"Sm "," ",-78986.0,3.0,8285.972,0.022,"B+",2156.0,24.0,141.915205,3.0,"72.49 m","0+",-7.676,1.134,2.156,0.607084 " ",79,63,142,"Eu "," -",-71310.0,30.0,8226.43,0.21,"B+",7670.0,30.0,141.92344,30.0,"2.34 s","1+",-4.35,6.654,7.676,1.205084 " ",78,64,142,"Gd "," x",-66960.0,28.0,8190.26,0.2,"B+",4350.0,40.0,141.92812,30.0,"70.2 s","0+",-10.4,3.328,4.35,2.113084 " ",77,65,142,"Tb "," -",-56560.0,700.0,8112.0,5.0,"B+",10400.0,700.0,141.93928,750.0,"597 ms","1+",-6.44,9.378,10.4,2.765084 " ",76,66,142,"Dy "," -",-50120.0,730.0,8061.0,5.0,"B+",6440.0,200.0,141.94619,780.0,"2.3 s","0+",-12.87,5.418,6.44,3.255084 " ",75,67,142,"Ho "," x",-37250.0,400.0,7965.0,3.0,"B+",12870.0,830.0,141.96001,430.0,"0.4 s","(7-,8+)",-9.22,11.848,12.87,3.995084 " ",74,68,142,"Er "," x",-28030.0,500.0,7894.0,4.0,"B+",9220.0,640.0,141.96991,540.0,"None","None",0.0,8.198,9.22,4.475084 "0",91,52,143,"Te "," x",-40280.0,500.0,8068.0,4.0,"B-",10350.0,540.0,142.95676,540.0,"408 ns","",10.35,0.0,0.0,-4.264916 " ",90,53,143,"I "," x",-50630.0,200.0,8135.0,1.0,"B-",9570.0,200.0,142.94565,220.0,"130 ms","",9.573,-11.372,-10.35,-3.264916 " ",89,54,143,"Xe "," x",-60203.0,5.0,8196.88,0.03,"B-",7473.0,9.0,142.93537,5.0,"0.511 s","5/2-",7.473,-10.595,-9.573,-2.422916 " ",88,55,143,"Cs "," ",-67676.0,8.0,8243.67,0.05,"B-",6262.0,10.0,142.927347,8.0,"1.791 s","3/2+",6.261,-8.495,-7.473,-1.629916 " ",87,56,143,"Ba "," ",-73937.0,7.0,8281.99,0.05,"B-",4234.0,10.0,142.920625,7.0,"14.5 s","5/2-",4.235,-7.283,-6.261,-0.717316 " ",86,57,143,"La "," ",-78172.0,7.0,8306.13,0.05,"B-",3435.0,8.0,142.916079,8.0,"14.2 m","(7/2)+",3.4347,-5.257,-4.235,0.104084 " ",85,58,143,"Ce "," ",-81606.7,2.5,8324.678,0.018,"B-",1461.6,1.9,142.9123916,2.7,"33.039 h","3/2-",1.4615,-4.4567,-3.4347,0.882184 " ",84,59,143,"Pr "," ",-83068.2,1.9,8329.428,0.013,"B-",934.0,1.4,142.9108226,2.0,"13.57 d","7/2+",0.934,-2.4835,-1.4615,1.733084 " ",83,60,143,"Nd "," ",-84002.2,1.4,8330.488,0.01," ","*","*",142.9098199,1.5,"stable","7/2-",-1.0415,-1.956,-0.934,0.520884 " ",82,61,143,"Pm "," ",-82960.7,3.0,8317.733,0.021,"B+",1041.6,2.7,142.910938,3.0,"265 d","5/2+",-3.4435,0.0195,1.0415,-0.566616 " ",81,62,143,"Sm "," ",-79517.2,2.8,8288.182,0.02,"B+",3443.0,4.0,142.914635,3.0,"8.75 m","3/2+",-5.2762,2.4215,3.4435,0.071884 " ",80,63,143,"Eu "," x",-74241.0,11.0,8245.82,0.08,"B+",5276.0,11.0,142.920299,12.0,"2.59 m","5/2+",-6.011,4.2542,5.2762,0.834084 " ",79,64,143,"Gd "," -",-68230.0,200.0,8198.3,1.4,"B+",6010.0,200.0,142.92675,220.0,"39 s","(1/2)+",-7.81,4.989,6.011,1.725084 " ",78,65,143,"Tb "," x",-60420.0,50.0,8138.2,0.4,"B+",7810.0,210.0,142.93514,60.0,"12 s","(11/2-)",-8.251,6.788,7.81,2.553084 " ",77,66,143,"Dy "," x",-52169.0,13.0,8075.05,0.09,"B+",8250.0,50.0,142.943994,14.0,"3.0 s","(11/2-)",-10.119,7.229,8.251,3.036084 " ",76,67,143,"Ho "," x",-42050.0,300.0,7999.0,2.0,"B+",10120.0,300.0,142.95486,320.0,"None","None",-10.79,9.097,10.119,3.655084 " ",75,68,143,"Er "," x",-31260.0,400.0,7918.0,3.0,"B+",10790.0,500.0,142.96644,430.0,"None","None",0.0,9.768,10.79,3.955084 "0",91,53,144,"I "," x",-45280.0,400.0,8098.0,3.0,"B-",11590.0,400.0,143.95139,430.0,"None","None",11.592,0.0,0.0,-3.764916 " ",90,54,144,"Xe "," x",-56872.0,5.0,8172.88,0.04,"B-",6399.0,21.0,143.938945,6.0,"388 ms","0+",6.399,-12.614,-11.592,-2.716916 " ",89,55,144,"Cs "," ",-63271.0,20.0,8211.89,0.14,"B-",8496.0,20.0,143.932075,22.0,"0.994 s","1(-)",8.496,-7.421,-6.399,-2.089916 " ",88,56,144,"Ba "," ",-71767.0,7.0,8265.45,0.05,"B-",3083.0,15.0,143.922955,8.0,"11.5 s","0+",3.083,-9.518,-8.496,-1.205416 " ",87,57,144,"La "," x",-74850.0,13.0,8281.43,0.09,"B-",5582.0,13.0,143.919646,14.0,"40.8 s","(3-)",5.5819,-4.105,-3.083,-0.224916 " ",86,58,144,"Ce "," +",-80431.9,2.9,8314.76,0.02,"B-",318.6,0.8,143.913653,3.0,"284.91 d","0+",0.3186,-6.6039,-5.5819,0.412184 " ",85,59,144,"Pr "," +",-80750.5,2.8,8311.54,0.019,"B-",2997.4,2.4,143.9133108,3.0,"7.2 m","3-",2.9975,-1.3406,-0.3186,1.140484 " ",84,60,144,"Nd "," ",-83748.0,1.4,8326.922,0.009,"B-",-2331.9,2.6,143.9100929,1.5,"2.29e+15 y","0+",-2.3319,-4.0195,-2.9975,1.903184 " ",83,61,144,"Pm "," ",-81416.1,3.0,8305.296,0.021,"B-",549.4,2.7,143.912596,3.0,"363 d","5-",0.5494,1.3099,2.3319,0.846984 " ",82,62,144,"Sm "," ",-81965.5,1.6,8303.679,0.011," ","*","*",143.9120064,1.7,"stable","0+",-6.3465,-1.5714,-0.5494,-0.131416 " ",81,63,144,"Eu "," ",-75619.0,11.0,8254.17,0.07,"B+",6346.0,11.0,143.91882,12.0,"10.2 s","1+",-3.859,5.3245,6.3465,0.170084 " ",80,64,144,"Gd "," x",-71760.0,28.0,8221.94,0.19,"B+",3860.0,30.0,143.92296,30.0,"4.47 m","0+",-9.392,2.837,3.859,1.271084 " ",79,65,144,"Tb "," x",-62368.0,28.0,8151.29,0.19,"B+",9390.0,40.0,143.93305,30.0,"1 s","1+",-5.798,8.37,9.392,2.197084 " ",78,66,144,"Dy "," x",-56570.0,7.0,8105.59,0.05,"B+",5798.0,29.0,143.93927,8.0,"9.1 s","0+",-11.96,4.776,5.798,2.787084 " ",77,67,144,"Ho "," x",-44610.0,8.0,8017.1,0.06,"B+",11961.0,11.0,143.95211,9.0,"506 ns","(8+)",-8.0,10.938,11.96,3.445084 " ",76,68,144,"Er "," x",-36610.0,200.0,7956.0,1.0,"B+",8000.0,200.0,143.9607,210.0,"200 ns","0+",-14.35,6.978,8.0,3.795084 " ",75,69,144,"Tm "," -p",-22260.0,400.0,7851.0,3.0,"B+",14350.0,450.0,143.9761,430.0,"1.9 us","(10+)",0.0,13.328,14.35,4.575084 "0",92,53,145,"I "," x",-40940.0,500.0,8068.0,3.0,"B-",10550.0,500.0,144.95605,540.0,"407 ns","",10.553,0.0,0.0,-4.254916 " ",91,54,145,"Xe "," x",-51493.0,11.0,8135.09,0.08,"B-",8561.0,14.0,144.94472,12.0,"188 ms","",8.561,-11.575,-10.553,-3.427916 " ",90,55,145,"Cs "," ",-60054.0,9.0,8188.73,0.06,"B-",7462.0,12.0,144.935529,10.0,"0.587 s","3/2+",7.462,-9.583,-8.561,-2.551916 " ",89,56,145,"Ba "," x",-67516.0,8.0,8234.8,0.06,"B-",5319.0,15.0,144.927518,9.0,"4.31 s","5/2-",5.319,-8.484,-7.462,-1.743616 " ",88,57,145,"La "," ",-72835.0,12.0,8266.09,0.08,"B-",4230.0,40.0,144.921808,13.0,"24.8 s","(5/2+)",4.235,-6.341,-5.319,-0.781916 " ",87,58,145,"Ce "," ",-77070.0,30.0,8289.88,0.23,"B-",2560.0,30.0,144.91727,40.0,"3.01 m","(5/2-)",2.556,-5.257,-4.235,0.238084 " ",86,59,145,"Pr "," ",-79626.0,7.0,8302.13,0.05,"B-",1806.0,7.0,144.914518,8.0,"5.984 h","7/2+",1.806,-3.578,-2.556,0.881084 " ",85,60,145,"Nd "," ",-81432.0,1.4,8309.187,0.01," ","*","*",144.91257919999998,1.5,"stable","7/2-",-0.1645,-2.828,-1.806,1.575984 " ",84,61,145,"Pm "," ",-81267.5,2.9,8302.657,0.02,"B+",164.5,2.5,144.912756,3.0,"17.7 y","5/2+",-0.6162,-0.8575,0.1645,2.323184 " ",83,62,145,"Sm "," ",-80651.3,1.6,8293.013,0.011,"B+",616.2,2.5,144.9134172,1.7,"340 d","7/2-",-2.6593,-0.4058,0.6162,1.116784 " ",82,63,145,"Eu "," ",-77992.0,3.0,8269.274,0.021,"B+",2659.8,2.7,144.916273,3.0,"5.93 d","5/2+",-5.066,1.6373,2.6593,0.106084 " ",81,64,145,"Gd "," ",-72926.0,20.0,8228.95,0.14,"B+",5065.0,20.0,144.92171,21.0,"23.0 m","1/2+",-6.536,4.044,5.066,0.583084 " ",80,65,145,"Tb "," ",-66390.0,110.0,8178.5,0.8,"B+",6540.0,110.0,144.92873,120.0,"30.9 s","(11/2-)",-8.147,5.514,6.536,1.111084 " ",79,66,145,"Dy "," x",-58243.0,7.0,8116.89,0.04,"B+",8150.0,110.0,144.937474,7.0,"6 s","(1/2+)",-9.123,7.125,8.147,2.556084 " ",78,67,145,"Ho "," x",-49120.0,7.0,8048.58,0.05,"B+",9122.0,10.0,144.947267,8.0,"2.4 s","(11/2-)",-9.88,8.101,9.123,2.995084 " ",77,68,145,"Er "," x",-39240.0,200.0,7975.0,1.0,"B+",9880.0,200.0,144.95787,220.0,"None","None",-11.66,8.858,9.88,3.715084 " ",76,69,145,"Tm "," -p",-27580.0,200.0,7889.0,1.0,"B+",11660.0,280.0,144.97039,210.0,"3.1 us","(11/2-)",0.0,10.638,11.66,4.355084 "0",92,54,146,"Xe "," x",-47955.0,24.0,8110.41,0.17,"B-",7355.0,24.0,145.948518,26.0,"146 ms","0+",7.3554,0.0,0.0,-4.009916 " ",91,55,146,"Cs "," x",-55310.4,2.9,8155.436,0.02,"B-",9637.0,21.0,145.940622,3.0,"0.3220 s","1-",9.6366,-8.3774,-7.3554,-2.965316 " ",90,56,146,"Ba "," ",-64947.0,21.0,8216.08,0.14,"B-",4100.0,30.0,145.930276,22.0,"2.21 s","0+",4.103,-10.6586,-9.6366,-2.142316 " ",89,57,146,"La "," ",-69050.0,30.0,8238.83,0.23,"B-",6590.0,30.0,145.92587,40.0,"6.1 s","(2-)",6.585,-5.125,-4.103,-0.959916 " ",88,58,146,"Ce "," ",-75635.0,16.0,8278.57,0.11,"B-",1050.0,30.0,145.918802,18.0,"13.49 m","0+",1.045,-7.607,-6.585,-0.217916 " ",87,59,146,"Pr "," ",-76680.0,30.0,8280.38,0.24,"B-",4240.0,30.0,145.91768,40.0,"24.09 m","(2-)",4.2459,-2.067,-1.045,0.919084 " ",86,60,146,"Nd "," ",-80925.9,1.4,8304.092,0.009,"B-",-1472.0,4.0,145.9131225,1.5,"stable","0+",-1.4719,-5.2679,-4.2459,1.182384 " ",85,61,146,"Pm "," +",-79454.0,4.0,8288.654,0.03,"B-",1542.0,3.0,145.914702,5.0,"5.53 y","3-",1.542,0.4499,1.4719,1.908584 " ",84,62,146,"Sm "," ",-80996.0,3.0,8293.857,0.021," ","*","*",145.913047,3.0,"10.3e+7 y","0+",-3.878,-2.564,-1.542,2.529084 " ",83,63,146,"Eu "," ",-77118.0,6.0,8261.93,0.04,"B+",3879.0,6.0,145.917211,6.0,"4.61 d","4-",-1.032,2.856,3.878,1.599084 " ",82,64,146,"Gd "," ",-76086.0,4.0,8249.506,0.028,"B+",1032.0,7.0,145.918319,4.0,"48.27 d","0+",-8.326,0.01,1.032,0.475084 " ",81,65,146,"Tb "," ",-67760.0,40.0,8187.1,0.3,"B+",8320.0,40.0,145.92725,50.0,"8 s","1+",-5.205,7.304,8.326,1.125084 " ",80,66,146,"Dy "," ",-62555.0,7.0,8146.11,0.05,"B+",5210.0,50.0,145.932845,7.0,"33.2 s","0+",-11.317,4.183,5.205,1.980084 " ",79,67,146,"Ho "," ",-51238.0,7.0,8063.24,0.05,"B+",11317.0,9.0,145.944994,7.0,"3.32 s","(6-)",-6.916,10.295,11.317,2.897084 " ",78,68,146,"Er "," ",-44322.0,7.0,8010.51,0.05,"B+",6916.0,9.0,145.952418,7.0,"1.7 s","0+",-13.262,5.894,6.916,3.373084 " ",77,69,146,"Tm "," -p",-31060.0,200.0,7914.0,1.0,"B+",13270.0,200.0,145.96666,220.0,"68 ms","5-",0.0,12.24,13.262,3.765084 "0",93,54,147,"Xe "," x",-42360.0,200.0,8072.0,1.0,"B-",9560.0,200.0,146.95453,220.0,"0.10 s","(3/2-)",9.56,0.0,0.0,-4.504916 " ",92,55,147,"Cs "," x",-51920.0,8.0,8131.8,0.06,"B-",8344.0,21.0,146.944262,9.0,"230 ms","(3/2+)",8.344,-10.582,-9.56,-3.714916 " ",91,56,147,"Ba "," x",-60264.0,20.0,8183.24,0.13,"B-",6414.0,22.0,146.935304,21.0,"0.894 s","(3/2-)",6.414,-9.366,-8.344,-2.485916 " ",90,57,147,"La "," x",-66678.0,11.0,8221.55,0.07,"B-",5336.0,14.0,146.928418,12.0,"4.06 s","(3/2+)",5.336,-7.436,-6.414,-1.426916 " ",89,58,147,"Ce "," ",-72014.0,9.0,8252.53,0.06,"B-",3430.0,16.0,146.92269,9.0,"56.4 s","(5/2-)",3.43,-6.358,-5.336,-0.501916 " ",88,59,147,"Pr "," ",-75444.0,16.0,8270.54,0.11,"B-",2703.0,16.0,146.919007,17.0,"13.4 m","(5/2+)",2.7027,-4.452,-3.43,0.303084 " ",87,60,147,"Nd "," ",-78146.7,1.4,8283.603,0.009,"B-",895.5,0.5,146.916106,1.5,"10.98 d","5/2-",0.8956,-3.7247,-2.7027,1.035084 " ",86,61,147,"Pm "," ",-79042.3,1.4,8284.372,0.01,"B-",224.09,0.29,146.9151446,1.5,"2.6234 y","7/2+",0.2241,-1.9176,-0.8956,1.600984 " ",85,62,147,"Sm "," ",-79266.4,1.4,8280.575,0.009," ","*","*",146.9149041,1.5,"1.07e+11 y","7/2-",-1.7216,-1.2461,-0.2241,2.310884 " ",84,63,147,"Eu "," ",-77544.8,2.6,8263.541,0.018,"B+",1721.6,2.3,146.9167523,2.8,"24.1 d","5/2+",-2.1879,0.6996,1.7216,2.990984 " ",83,64,147,"Gd "," ",-75356.9,2.0,8243.336,0.013,"B+",2187.8,2.5,146.919101,2.1,"38.06 h","7/2-",-4.6139,1.1659,2.1879,1.735384 " ",82,65,147,"Tb "," ",-70743.0,8.0,8206.62,0.06,"B+",4614.0,8.0,146.924055,9.0,"1.64 h","(1/2+)",-6.547,3.5919,4.6139,1.073084 " ",81,66,147,"Dy "," x",-64196.0,9.0,8156.77,0.06,"B+",6547.0,12.0,146.931083,10.0,"67 s","(1/2+)",-8.439,5.525,6.547,1.609084 " ",80,67,147,"Ho "," ",-55757.0,5.0,8094.04,0.03,"B+",8439.0,10.0,146.940142,5.0,"5.8 s","(11/2-)",-9.147,7.417,8.439,2.238084 " ",79,68,147,"Er "," x",-46610.0,40.0,8026.48,0.26,"B+",9150.0,40.0,146.94996,40.0,"2.5 s","(1/2+)",-10.636,8.125,9.147,3.134084 " ",78,69,147,"Tm "," ",-35974.0,7.0,7948.82,0.05,"B+",10630.0,40.0,146.96138,7.0,"0.58 s","11/2-",0.0,9.614,10.636,3.651084 "0",94,54,148,"Xe "," x",-38600.0,300.0,8047.0,2.0,"B-",8310.0,300.0,147.95856,320.0,"0.4 us","0+",8.311,0.0,0.0,0.0 " ",93,55,148,"Cs "," x",-46911.0,13.0,8097.55,0.09,"B-",10680.0,60.0,147.949639,14.0,"146 ms","",10.679,-9.333,-8.311,-4.055916 " ",92,56,148,"Ba "," +",-57590.0,60.0,8164.4,0.4,"B-",5110.0,60.0,147.93817,70.0,"0.612 s","0+",5.119,-11.701,-10.679,-3.142916 " ",91,57,148,"La "," x",-62709.0,19.0,8193.72,0.13,"B-",7690.0,22.0,147.932679,21.0,"1.26 s","(2-)",7.689,-6.141,-5.119,-1.862916 " ",90,58,148,"Ce "," ",-70398.0,11.0,8240.39,0.08,"B-",2137.0,13.0,147.924424,12.0,"56.8 s","0+",2.137,-8.711,-7.689,-1.055916 " ",89,59,148,"Pr "," ",-72535.0,15.0,8249.54,0.1,"B-",4873.0,15.0,147.92213,16.0,"2.01 m","4-",4.873,-3.159,-2.137,-0.109916 " ",88,60,148,"Nd "," ",-77408.0,2.1,8277.177,0.014,"B-",-542.0,6.0,147.9168991,2.3,"stable","0+",-0.542,-5.895,-4.873,0.598984 " ",87,61,148,"Pm "," +p",-76866.0,6.0,8268.23,0.04,"B-",2471.0,6.0,147.917481,6.0,"41.29 d","5-,6-",2.4703,-0.48,0.542,1.459584 " ",86,62,148,"Sm "," ",-79336.3,1.4,8279.633,0.009," ","*","*",147.914829,1.5,"7e+15 y","0+",-3.0373,-3.4923,-2.4703,1.986784 " ",85,63,148,"Eu "," ",-76299.0,10.0,8253.83,0.07,"B+",3037.0,10.0,147.918089,11.0,"54.5 d","5-",-0.0297,2.0153,3.0373,2.692184 " ",84,64,148,"Gd "," ",-76269.3,1.6,8248.338,0.011,"B+",30.0,10.0,147.9181215,1.7,"74.6 y","0+",-5.7323,-0.9923,0.0297,3.271284 " ",83,65,148,"Tb "," ",-70537.0,12.0,8204.32,0.08,"B+",5732.0,13.0,147.924275,13.0,"60 m","2-",-2.677,4.7103,5.7323,2.657084 " ",82,66,148,"Dy "," ",-67860.0,9.0,8180.94,0.06,"B+",2678.0,10.0,147.92715,9.0,"3.3 m","0+",-9.87,1.655,2.677,1.475084 " ",81,67,148,"Ho "," x",-57990.0,80.0,8109.0,0.6,"B+",9870.0,80.0,147.93774,90.0,"2.2 s","(1+)",-6.511,8.848,9.87,1.953084 " ",80,68,148,"Er "," x",-51479.0,10.0,8059.69,0.07,"B+",6510.0,80.0,147.944735,11.0,"4.6 s","0+",-12.714,5.489,6.511,2.666084 " ",79,69,148,"Tm "," x",-38765.0,10.0,7968.5,0.07,"B+",12714.0,14.0,147.958384,11.0,"0.7 s","(10+)",-8.435,11.692,12.714,3.420084 " ",78,70,148,"Yb "," x",-30330.0,400.0,7906.0,3.0,"B+",8440.0,400.0,147.96744,430.0,"None","None",0.0,7.413,8.435,3.855084 "0",94,55,149,"Cs "," x",-43250.0,400.0,8073.0,3.0,"B-",9870.0,590.0,148.95357,430.0,"50 ms","",9.87,0.0,0.0,-4.734916 " ",93,56,149,"Ba "," x",-53120.0,440.0,8133.8,2.9,"B-",7100.0,480.0,148.94297,470.0,"0.344 s","",7.1,-10.892,-9.87,-4.051916 " ",92,57,149,"La "," +",-60220.0,200.0,8176.2,1.3,"B-",6450.0,200.0,148.93535,210.0,"1.05 s","",6.45,-8.122,-7.1,-2.590916 " ",91,58,149,"Ce "," x",-66670.0,10.0,8214.23,0.07,"B-",4369.0,14.0,148.928427,11.0,"5.3 s","(3/2-)",4.369,-7.472,-6.45,-1.578916 " ",90,59,149,"Pr "," x",-71039.0,10.0,8238.3,0.07,"B-",3336.0,10.0,148.923736,11.0,"2.26 m","(5/2+)",3.3365,-5.391,-4.369,-0.628916 " ",89,60,149,"Nd "," -n",-74375.5,2.1,8255.442,0.014,"B-",1688.8,2.5,148.9201546,2.3,"1.728 h","5/2-",1.6888,-4.3585,-3.3365,0.269584 " ",88,61,149,"Pm "," ",-76064.3,2.3,8261.526,0.015,"B-",1071.5,1.9,148.91834169999998,2.4,"53.08 h","7/2+",1.0714,-2.7108,-1.6888,1.136784 " ",87,62,149,"Sm "," ",-77135.7,1.3,8263.466,0.009," ","*","*",148.9171914,1.4,"stable","7/2-",-0.6947,-2.0934,-1.0714,1.871384 " ",86,63,149,"Eu "," ",-76441.0,4.0,8253.554,0.027,"B+",695.0,4.0,148.917937,4.0,"93.1 d","5/2+",-1.314,-0.3273,0.6947,2.401584 " ",85,64,149,"Gd "," ",-75127.0,3.0,8239.484,0.023,"B+",1314.0,4.0,148.919348,4.0,"9.28 d","7/2-",-3.638,0.292,1.314,3.099384 " ",84,65,149,"Tb "," ",-71489.0,4.0,8209.815,0.025,"B+",3638.0,4.0,148.923254,4.0,"4.118 h","1/2+",-3.793,2.616,3.638,4.078084 " ",83,66,149,"Dy "," ",-67696.0,9.0,8179.11,0.06,"B+",3793.0,9.0,148.927325,10.0,"4.20 m","(7/2-)",-6.049,2.771,3.793,2.805084 " ",82,67,149,"Ho "," ",-61647.0,12.0,8133.26,0.08,"B+",6049.0,13.0,148.93382,13.0,"21.1 s","(11/2-)",-7.905,5.027,6.049,2.318084 " ",81,68,149,"Er "," x",-53742.0,28.0,8074.96,0.19,"B+",7900.0,30.0,148.94231,30.0,"4 s","(1/2+)",-9.862,6.883,7.905,2.076084 " ",80,69,149,"Tm "," x",-43880.0,200.0,8004.0,1.0,"B+",9860.0,200.0,148.95289,210.0,"0.9 s","(11/2-)",-10.68,8.84,9.862,2.815084 " ",79,70,149,"Yb "," x",-33200.0,300.0,7927.0,2.0,"B+",10680.0,360.0,148.96436,320.0,"0.7 s","(1/2+)",0.0,9.658,10.68,3.615084 "0",95,55,150,"Cs "," x",-38170.0,400.0,8039.0,3.0,"B-",11730.0,500.0,149.95902,430.0,"50 ms","",11.73,0.0,0.0,0.0 " ",94,56,150,"Ba "," x",-49900.0,300.0,8112.0,2.0,"B-",6230.0,530.0,149.94643,320.0,"0.3 s","0+",6.23,-12.752,-11.73,-4.369916 " ",93,57,150,"La "," x",-56130.0,440.0,8148.2,2.9,"B-",8720.0,440.0,149.93974,470.0,"0.51 s","(3+)",8.717,-7.252,-6.23,-3.244516 " ",92,58,150,"Ce "," ",-64847.0,12.0,8201.12,0.08,"B-",3454.0,14.0,149.930384,13.0,"4.0 s","0+",3.453,-9.739,-8.717,-2.324916 " ",91,59,150,"Pr "," ",-68300.0,9.0,8218.93,0.06,"B-",5379.0,9.0,149.926676,10.0,"6.19 s","(1)-",5.3798,-4.475,-3.453,-1.674916 " ",90,60,150,"Nd "," ",-73679.8,1.3,8249.577,0.009,"B-",-83.0,20.0,149.9209015,1.4,"0.91e19 y","0+",-0.0828,-6.4018,-5.3798,-0.469716 " ",89,61,150,"Pm "," +",-73597.0,20.0,8243.81,0.13,"B-",3454.0,20.0,149.92099,22.0,"2.698 h","(1-)",3.4541,-0.9392,0.0828,0.658084 " ",88,62,150,"Sm "," ",-77051.1,1.3,8261.621,0.009,"B-",-2259.0,6.0,149.9172822,1.4,"stable","0+",-2.2591,-4.4761,-3.4541,1.449884 " ",87,63,150,"Eu "," ",-74792.0,6.0,8241.35,0.04,"B-",972.0,4.0,149.919707,7.0,"36.9 y","5-",0.972,1.2371,2.2591,2.237084 " ",86,64,150,"Gd "," ",-75764.0,6.0,8242.61,0.04," ","*","*",149.918664,7.0,"1.79e+6 y","0+",-4.658,-1.994,-0.972,2.807084 " ",85,65,150,"Tb "," ",-71106.0,7.0,8206.34,0.05,"B+",4658.0,8.0,149.923665,8.0,"3.48 h","(2-)",-1.796,3.636,4.658,3.587084 " ",84,66,150,"Dy "," ",-69310.0,4.0,8189.149,0.029,"B+",1796.0,8.0,149.925593,5.0,"7.17 m","0+",-7.364,0.774,1.796,4.351084 " ",83,67,150,"Ho "," ",-61946.0,14.0,8134.84,0.09,"B+",7364.0,14.0,149.933498,15.0,"72 s","2-",-4.115,6.342,7.364,3.389084 " ",82,68,150,"Er "," ",-57831.0,17.0,8102.2,0.11,"B+",4115.0,14.0,149.937916,18.0,"18.5 s","0+",-11.341,3.093,4.115,2.299084 " ",81,69,150,"Tm "," x",-46490.0,200.0,8021.0,1.0,"B+",11340.0,200.0,149.95009,210.0,"2.20 s","(6-)",-7.85,10.319,11.341,2.323084 " ",80,70,150,"Yb "," x",-38640.0,300.0,7964.0,2.0,"B+",7850.0,360.0,149.95852,320.0,"200 ns","0+",-14.0,6.828,7.85,3.257084 " ",79,71,150,"Lu "," -p",-24640.0,300.0,7865.0,2.0,"B+",14000.0,420.0,149.97355,320.0,"46 ms","(2+)",0.0,12.978,14.0,3.995084 "0",96,55,151,"Cs "," x",-34230.0,500.0,8013.0,3.0,"B-",10710.0,640.0,150.96325,540.0,"50 ms","",10.71,0.0,0.0,0.0 " ",95,56,151,"Ba "," x",-44940.0,400.0,8079.0,3.0,"B-",8370.0,590.0,150.95176,430.0,"300 ns","",8.37,-11.732,-10.71,-5.004916 " ",94,57,151,"La "," x",-53310.0,440.0,8129.0,2.9,"B-",7910.0,440.0,150.94277,470.0,"300 ns","",7.915,-9.392,-8.37,-3.814916 " ",93,58,151,"Ce "," x",-61225.0,18.0,8176.28,0.12,"B-",5555.0,21.0,150.934272,19.0,"1.76 s","(5/2+)",5.555,-8.937,-7.915,-3.385916 " ",92,59,151,"Pr "," ",-66780.0,12.0,8207.88,0.08,"B-",4163.0,12.0,150.928309,13.0,"18.90 s","(3/2-)",4.163,-6.577,-5.555,-2.526916 " ",91,60,151,"Nd "," ",-70943.0,1.3,8230.272,0.009,"B-",2443.0,4.0,150.9238396,1.4,"12.44 m","3/2+",2.443,-5.185,-4.163,-1.353916 " ",90,61,151,"Pm "," ",-73386.0,5.0,8241.27,0.03,"B-",1190.0,4.0,150.921217,5.0,"28.40 h","5/2+",1.1903,-3.465,-2.443,-0.366916 " ",89,62,151,"Sm "," ",-74576.3,1.3,8243.971,0.008,"B-",76.6,0.5,150.9199391,1.4,"90 y","5/2-",0.0766,-2.2123,-1.1903,1.145484 " ",88,63,151,"Eu "," ",-74652.9,1.3,8239.297,0.009," ","*","*",150.9198569,1.4,"1.7e+18 y","5/2+",-0.4639,-1.0986,-0.0766,1.964484 " ",87,64,151,"Gd "," ",-74189.0,3.0,8231.043,0.02,"B+",464.1,2.8,150.920355,3.0,"124 d","7/2-",-2.565,-0.5581,0.4639,2.652484 " ",86,65,151,"Tb "," ",-71624.0,4.0,8208.873,0.027,"B+",2565.0,4.0,150.923109,4.0,"17.609 h","1/2(+)",-2.872,1.543,2.565,3.495884 " ",85,66,151,"Dy "," -a",-68752.0,3.0,8184.678,0.022,"B+",2871.0,5.0,150.926191,4.0,"17.9 m","7/2-",-5.129,1.85,2.872,4.179984 " ",84,67,151,"Ho "," -a",-63623.0,8.0,8145.53,0.05,"B+",5130.0,9.0,150.931698,9.0,"35.2 s","11/2-",-5.357,4.107,5.129,4.695084 " ",83,68,151,"Er "," x",-58266.0,16.0,8104.87,0.11,"B+",5356.0,18.0,150.937449,18.0,"23.5 s","(7/2-)",-7.493,4.335,5.357,3.505084 " ",82,69,151,"Tm "," +a",-50773.0,19.0,8050.06,0.13,"B+",7494.0,25.0,150.945493,21.0,"4.17 s","(11/2-)",-9.233,6.471,7.493,2.559084 " ",81,70,151,"Yb "," ep",-41540.0,300.0,7983.8,2.0,"B+",9230.0,300.0,150.9554,320.0,"20 us","(27/2-)",-11.43,8.211,9.233,2.645084 " ",80,71,151,"Lu "," -p",-30110.0,300.0,7903.0,2.0,"B+",11430.0,430.0,150.96768,320.0,"80.6 ms","11/2-",0.0,10.408,11.43,3.439084 "0",97,55,152,"Cs "," x",-28930.0,500.0,7979.0,3.0,"B-",12780.0,640.0,151.96894,540.0,"None","None",12.78,0.0,0.0,0.0 " ",96,56,152,"Ba "," x",-41710.0,400.0,8057.0,3.0,"B-",7580.0,500.0,151.95522,430.0,"406 ns","0+",7.58,-13.802,-12.78,-5.534916 " ",95,57,152,"La "," x",-49290.0,300.0,8102.0,2.0,"B-",9690.0,360.0,151.94709,320.0,"0.298 s","(2-)",9.69,-8.602,-7.58,-4.803916 " ",94,58,152,"Ce "," x",-58980.0,200.0,8161.0,1.0,"B-",4780.0,200.0,151.93668,220.0,"1.4 s","0+",4.778,-10.712,-9.69,-3.814916 " ",93,59,152,"Pr "," x",-63758.0,19.0,8187.1,0.12,"B-",6390.0,30.0,151.931553,20.0,"3.57 s","(4+)",6.391,-5.8,-4.778,-3.473916 " ",92,60,152,"Nd "," ",-70149.0,24.0,8224.01,0.16,"B-",1105.0,19.0,151.924692,26.0,"11.4 m","0+",1.105,-7.413,-6.391,-2.175916 " ",91,61,152,"Pm "," ",-71254.0,26.0,8226.13,0.17,"B-",3508.0,26.0,151.923505,28.0,"4.12 m","1+",3.5086,-2.127,-1.105,-1.143916 " ",90,62,152,"Sm "," ",-74762.6,1.2,8244.061,0.008,"B-",-1874.3,0.7,151.919739,1.3,"stable","0+",-1.8743,-4.5306,-3.5086,0.220484 " ",89,63,152,"Eu "," ",-72888.3,1.3,8226.583,0.009,"B-",1818.7,0.7,151.9217512,1.4,"13.517 y","3-",1.8186,0.8523,1.8743,1.552784 " ",88,64,152,"Gd "," ",-74706.9,1.2,8233.401,0.008," ","*","*",151.91979880000002,1.3,"1.08e+14 y","0+",-3.9869,-2.8406,-1.8186,2.204484 " ",87,65,152,"Tb "," -",-70720.0,40.0,8202.0,0.26,"B+",3990.0,40.0,151.92408,40.0,"17.5 h","2-",-0.602,2.9649,3.9869,3.154084 " ",86,66,152,"Dy "," -a",-70118.0,5.0,8192.92,0.03,"B+",600.0,40.0,151.924725,5.0,"2.38 h","0+",-6.513,-0.42,0.602,3.726384 " ",85,67,152,"Ho "," ",-63605.0,13.0,8144.92,0.08,"B+",6513.0,13.0,151.931717,13.0,"161.8 s","2-",-3.105,5.491,6.513,4.507084 " ",84,68,152,"Er "," ",-60500.0,9.0,8119.35,0.06,"B+",3104.0,10.0,151.93505,9.0,"10.3 s","0+",-8.78,2.083,3.105,4.935084 " ",83,69,152,"Tm "," ",-51720.0,50.0,8056.4,0.4,"B+",8780.0,50.0,151.94448,60.0,"8.0 s","(2)-",-5.45,7.758,8.78,3.845084 " ",82,70,152,"Yb "," ",-46270.0,150.0,8015.4,1.0,"B+",5450.0,140.0,151.95033,160.0,"3.03 s","0+",-12.85,4.428,5.45,2.784084 " ",81,71,152,"Lu "," x",-33420.0,200.0,7926.0,1.0,"B+",12850.0,250.0,151.96412,210.0,"0.7 s","(5-,6-)",0.0,11.828,12.85,2.920084 "0",97,56,153,"Ba "," x",-36470.0,400.0,8023.0,3.0,"B-",9590.0,500.0,152.96085,430.0,"None","None",9.59,0.0,0.0,0.0 " ",96,57,153,"La "," x",-46060.0,300.0,8081.0,2.0,"B-",8850.0,360.0,152.95055,320.0,"0.245 s","(1/2+)",8.85,-10.612,-9.59,-5.234916 " ",95,58,153,"Ce "," x",-54910.0,200.0,8134.0,1.0,"B-",6660.0,200.0,152.94105,220.0,"100 ns","",6.658,-9.872,-8.85,-4.214916 " ",94,59,153,"Pr "," ",-61568.0,12.0,8172.04,0.08,"B-",5762.0,12.0,152.933904,13.0,"4.28 s","",5.7623,-7.68,-6.658,-3.772916 " ",93,60,153,"Nd "," ",-67330.3,2.7,8204.582,0.018,"B-",3318.0,9.0,152.9277179,2.9,"31.6 s","(3/2)-",3.3177,-6.7843,-5.7623,-3.085216 " ",92,61,153,"Pm "," ",-70648.0,9.0,8221.15,0.06,"B-",1912.0,9.0,152.924156,10.0,"5.25 m","5/2-",1.9117,-4.3397,-3.3177,-2.033916 " ",91,62,153,"Sm "," -n",-72559.7,1.2,8228.534,0.008,"B-",807.5,0.7,152.922104,1.3,"10.6 ms","11/2-",0.8075,-2.9337,-1.9117,-0.609116 " ",90,63,153,"Eu "," ",-73367.2,1.3,8228.699,0.009," ","*","*",152.921237,1.4,"stable","5/2+",-0.4846,-1.8295,-0.8075,0.272184 " ",89,64,153,"Gd "," ",-72882.6,1.2,8220.418,0.008,"B+",484.7,0.7,152.92175740000002,1.3,"240.4 d","3/2-",-1.5696,-0.5374,0.4846,1.828184 " ",88,65,153,"Tb "," ",-71313.0,4.0,8205.048,0.026,"B+",1569.0,4.0,152.923442,4.0,"2.34 d","5/2+",-2.17,0.5476,1.5696,2.703084 " ",87,66,153,"Dy "," ",-69143.0,4.0,8185.749,0.026,"B+",2170.4,1.9,152.925772,4.0,"6.4 h","7/2(-)",-4.131,1.148,2.17,3.559084 " ",86,67,153,"Ho "," -a",-65012.0,5.0,8153.64,0.03,"B+",4131.0,6.0,152.930207,5.0,"2.01 m","11/2-",-4.543,3.109,4.131,4.052084 " ",85,68,153,"Er "," ",-60469.0,9.0,8118.83,0.06,"B+",4543.0,10.0,152.935084,10.0,"37.1 s","(7/2-)",-6.496,3.521,4.543,4.802084 " ",84,69,153,"Tm "," ",-53973.0,12.0,8071.26,0.08,"B+",6495.0,13.0,152.942057,13.0,"1.48 s","(11/2-)",-6.763,5.474,6.496,5.249084 " ",83,70,153,"Yb "," x",-47210.0,200.0,8022.0,1.0,"B+",6770.0,200.0,152.94932,210.0,"4.2 s","7/2-",-8.84,5.741,6.763,4.107084 " ",82,71,153,"Lu "," +a",-38370.0,150.0,7959.1,1.0,"B+",8840.0,250.0,152.95881,160.0,"0.9 s","11/2-",-11.07,7.818,8.84,3.085084 " ",81,72,153,"Hf "," x",-27300.0,300.0,7882.0,2.0,"B+",11070.0,340.0,152.97069,320.0,"60 ns","",0.0,10.048,11.07,3.475084 "0",98,56,154,"Ba "," x",-32820.0,500.0,8000.0,3.0,"B-",8710.0,580.0,153.96477,540.0,"None","None",8.71,0.0,0.0,0.0 " ",97,57,154,"La "," x",-41530.0,300.0,8051.0,2.0,"B-",10690.0,360.0,153.95542,320.0,"0.161 s","(2-)",10.69,-9.732,-8.71,-5.784916 " ",96,58,154,"Ce "," x",-52220.0,200.0,8116.0,1.0,"B-",5890.0,230.0,153.94394,220.0,"100 ns","",5.88,-11.712,-10.69,-4.744916 " ",95,59,154,"Pr "," +",-58100.0,110.0,8148.9,0.7,"B-",7720.0,100.0,153.93762,120.0,"2.3 s","(3+)",7.72,-6.902,-5.88,-4.394916 " ",94,60,154,"Nd "," +",-65820.0,50.0,8193.9,0.3,"B-",2687.0,25.0,153.92933,60.0,"25.9 s","0+",2.69,-8.742,-7.72,-3.397916 " ",93,61,154,"Pm "," IT",-68510.0,50.0,8206.3,0.3,"B-",3940.0,50.0,153.92645,50.0,"2.68 m","(3,4)",3.9452,-3.712,-2.69,-2.634916 " ",92,62,154,"Sm "," ",-72455.2,1.5,8226.835,0.009,"B-",-717.1,1.1,153.92221619999998,1.6,"stable","0+",-0.7171,-4.9672,-3.9452,-1.200316 " ",91,63,154,"Eu "," ",-71738.1,1.3,8217.098,0.009,"B-",1967.8,0.8,153.922986,1.4,"8.601 y","3-",1.9679,-0.3049,0.7171,-0.566016 " ",90,64,154,"Gd "," ",-73706.0,1.2,8224.796,0.008,"B-",-3550.0,50.0,153.9208734,1.3,"stable","0+",-3.546,-2.9899,-1.9679,0.920184 " ",89,65,154,"Tb "," -",-70160.0,50.0,8196.67,0.29,"B-",240.0,50.0,153.92468,50.0,"21.5 h","0",0.234,2.524,3.546,2.207084 " ",88,66,154,"Dy "," ",-70394.0,7.0,8193.13,0.05," ","*","*",153.924429,8.0,"3.0e+6 y","0+",-5.755,-1.256,-0.234,2.945084 " ",87,67,154,"Ho "," -a",-64639.0,8.0,8150.68,0.05,"B+",5755.0,10.0,153.930607,9.0,"11.76 m","2-",-2.034,4.733,5.755,4.042084 " ",86,68,154,"Er "," ",-62605.0,5.0,8132.39,0.03,"B+",2034.0,9.0,153.932791,5.0,"3.73 m","0+",-8.178,1.012,2.034,4.280084 " ",85,69,154,"Tm "," -a",-54427.0,14.0,8074.21,0.09,"B+",8178.0,15.0,153.94157,15.0,"8.1 s","(2-)",-4.495,7.156,8.178,5.094084 " ",84,70,154,"Yb "," ",-49932.0,17.0,8039.94,0.11,"B+",4495.0,14.0,153.946396,19.0,"0.409 s","0+",-10.212,3.473,4.495,5.474084 " ",83,71,154,"Lu "," +a",-39720.0,200.0,7969.0,1.0,"B+",10220.0,200.0,153.95736,210.0,"1.12 s","(9+)",-7.05,9.19,10.212,4.345084 " ",82,72,154,"Hf "," x",-32670.0,300.0,7918.0,2.0,"B+",7050.0,360.0,153.96493,320.0,"9 us","(10+)",0.0,6.028,7.05,3.545084 "0",98,57,155,"La "," x",-37930.0,400.0,8028.0,3.0,"B-",9850.0,500.0,154.95928,430.0,"0.101 s","(1/2+)",9.85,0.0,0.0,-6.124916 " ",97,58,155,"Ce "," x",-47780.0,300.0,8087.0,2.0,"B-",7640.0,300.0,154.94871,320.0,"300 ns","",7.635,-10.872,-9.85,-5.264916 " ",96,59,155,"Pr "," ",-55415.0,17.0,8131.04,0.11,"B-",6868.0,19.0,154.940509,18.0,"1.47 s","(3/2-)",6.869,-8.657,-7.635,-4.529916 " ",95,60,155,"Nd "," ",-62284.0,9.0,8170.3,0.06,"B-",4656.0,10.0,154.933136,10.0,"8.9 s","",4.656,-7.891,-6.869,-3.483916 " ",94,61,155,"Pm "," ",-66940.0,5.0,8195.3,0.03,"B-",3251.0,5.0,154.928137,5.0,"41.5 s","5/2-",3.2508,-5.678,-4.656,-2.584916 " ",93,62,155,"Sm "," -n",-70190.8,1.5,8211.223,0.01,"B-",1627.3,1.2,154.9246471,1.6,"22.3 m","3/2-",1.6273,-4.2728,-3.2508,-1.672716 " ",92,63,155,"Eu "," ",-71818.1,1.4,8216.674,0.009,"B-",251.8,0.9,154.9229001,1.5,"4.753 y","5/2+",0.2518,-2.6493,-1.6273,-0.857016 " ",91,64,155,"Gd "," ",-72069.9,1.2,8213.251,0.008," ","*","*",154.9226298,1.3,"31.97 ms","11/2-",-0.8199,-1.2738,-0.2518,0.081484 " ",90,65,155,"Tb "," +",-71250.0,10.0,8202.91,0.06,"B+",820.0,10.0,154.92351,11.0,"5.32 d","3/2+",-2.094,-0.2021,0.8199,0.977984 " ",89,66,155,"Dy "," ",-69156.0,10.0,8184.35,0.06,"B+",2094.5,1.9,154.925758,10.0,"9.9 h","3/2-",-3.116,1.072,2.094,2.608084 " ",88,67,155,"Ho "," ",-66040.0,17.0,8159.2,0.11,"B+",3116.0,17.0,154.929104,19.0,"48 m","5/2+",-3.831,2.094,3.116,3.159084 " ",87,68,155,"Er "," -a",-62209.0,6.0,8129.44,0.04,"B+",3830.0,18.0,154.933216,7.0,"5.3 m","7/2-",-5.583,2.809,3.831,4.118084 " ",86,69,155,"Tm "," -a",-56626.0,10.0,8088.38,0.06,"B+",5583.0,12.0,154.93921,11.0,"21.6 s","11/2-",-6.123,4.561,5.583,4.572084 " ",85,70,155,"Yb "," -a",-50503.0,17.0,8043.82,0.11,"B+",6123.0,19.0,154.945783,18.0,"1.793 s","(7/2-)",-7.958,5.101,6.123,5.338084 " ",84,71,155,"Lu "," +a",-42545.0,19.0,7987.44,0.12,"B+",7958.0,25.0,154.954326,21.0,"68 ms","11/2-",-8.375,6.936,7.958,5.803084 " ",83,72,155,"Hf "," x",-34170.0,300.0,7928.0,2.0,"B+",8380.0,300.0,154.96332,320.0,"0.89 s","",-10.24,7.353,8.375,4.945084 " ",82,73,155,"Ta "," -p",-23930.0,300.0,7857.0,2.0,"B+",10240.0,420.0,154.97431,320.0,"2.9 ms","11/2-",0.0,9.218,10.24,3.755084 "0",99,57,156,"La "," x",-33050.0,400.0,7997.0,3.0,"B-",11770.0,500.0,155.96452,430.0,"84 ms","(4+)",11.77,0.0,0.0,-6.544916 " ",98,58,156,"Ce "," x",-44820.0,300.0,8068.0,2.0,"B-",6750.0,360.0,155.95188,320.0,"None","None",6.75,-12.792,-11.77,-5.534916 " ",97,59,156,"Pr "," x",-51570.0,200.0,8106.0,1.0,"B-",8910.0,280.0,155.94464,220.0,"0.444 s","(1+)",8.9,-7.772,-6.75,-4.704916 " ",96,60,156,"Nd "," +",-60470.0,200.0,8158.1,1.3,"B-",3690.0,200.0,155.93508,210.0,"5.26 s","0+",3.694,-9.922,-8.9,-3.914916 " ",95,61,156,"Pm "," ",-64164.0,4.0,8176.705,0.023,"B-",5197.0,9.0,155.931117,4.0,"5 s","1(+)",5.196,-4.716,-3.694,-2.830916 " ",94,62,156,"Sm "," ",-69360.0,9.0,8205.0,0.05,"B-",722.0,8.0,155.925539,9.0,"9.4 h","0+",0.723,-6.218,-5.196,-1.635916 " ",93,63,156,"Eu "," ",-70083.0,4.0,8204.617,0.023,"B-",2452.0,3.0,155.924763,4.0,"15.19 d","0+",2.4519,-1.745,-0.723,-1.253916 " ",92,64,156,"Gd "," ",-72534.9,1.2,8215.322,0.008,"B-",-2444.0,4.0,155.9221306,1.3,"stable","0+",-2.4439,-3.4739,-2.4519,-0.197216 " ",91,65,156,"Tb "," ",-70091.0,4.0,8194.639,0.024,"B-",438.0,4.0,155.924754,4.0,"5.35 d","3-",0.438,1.4219,2.4439,0.372384 " ",90,66,156,"Dy "," ",-70529.0,1.2,8192.433,0.008," ","*","*",155.924284,1.3,"1.8e+14 y","0+",-5.049,-1.46,-0.438,1.752984 " ",89,67,156,"Ho "," -",-65480.0,60.0,8155.0,0.4,"B+",5050.0,60.0,155.92971,60.0,"56 m","4-",-1.268,4.027,5.049,2.815084 " ",88,68,156,"Er "," ",-64212.0,25.0,8141.91,0.16,"B+",1270.0,60.0,155.931066,26.0,"19.5 m","0+",-7.377,0.246,1.268,3.481084 " ",87,69,156,"Tm "," ",-56835.0,14.0,8089.6,0.09,"B+",7377.0,27.0,155.938986,15.0,"83.8 s","2-",-3.569,6.355,7.377,4.345084 " ",86,70,156,"Yb "," ",-53266.0,9.0,8061.71,0.06,"B+",3569.0,13.0,155.942817,10.0,"26.1 s","0+",-9.566,2.547,3.569,4.809084 " ",85,71,156,"Lu "," -a",-43700.0,50.0,7995.4,0.3,"B+",9570.0,50.0,155.95309,60.0,"494 ms","(2)-",-5.88,8.544,9.566,5.595084 " ",84,72,156,"Hf "," ",-37820.0,150.0,7952.7,1.0,"B+",5880.0,140.0,155.9594,160.0,"23 ms","0+",-11.96,4.858,5.88,6.025084 " ",83,73,156,"Ta "," -p",-25860.0,300.0,7871.0,2.0,"B+",11960.0,330.0,155.97224,320.0,"144 ms","(2-)",0.0,10.938,11.96,5.135084 "0",99,58,157,"Ce "," x",-39930.0,400.0,8037.0,3.0,"B-",8610.0,500.0,156.95713,430.0,"None","None",8.61,0.0,0.0,-5.884916 " ",98,59,157,"Pr "," x",-48540.0,300.0,8086.0,2.0,"B-",7920.0,300.0,156.94789,320.0,"0.295 s","(3/2-)",7.922,-9.632,-8.61,-4.904916 " ",97,60,157,"Nd "," ",-56462.0,25.0,8131.96,0.16,"B-",5835.0,26.0,156.939386,27.0,"1.15 s","(5/2-)",5.835,-8.944,-7.922,-3.976916 " ",96,61,157,"Pm "," ",-62297.0,7.0,8164.14,0.04,"B-",4381.0,8.0,156.933121,8.0,"10.56 s","(5/2-)",4.381,-6.857,-5.835,-3.153916 " ",95,62,157,"Sm "," ",-66678.0,4.0,8187.063,0.028,"B-",2781.0,6.0,156.928419,5.0,"8.03 m","(3/2-)",2.781,-5.403,-4.381,-1.772616 " ",94,63,157,"Eu "," ",-69459.0,4.0,8199.795,0.027,"B-",1365.0,4.0,156.925433,5.0,"15.18 h","5/2+",1.3645,-3.803,-2.781,-1.235916 " ",93,64,157,"Gd "," ",-70823.5,1.2,8203.504,0.008," ","*","*",156.9239679,1.3,"18.5 us","11/2-",-0.0601,-2.3865,-1.3645,-0.688716 " ",92,65,157,"Tb "," ",-70763.4,1.2,8198.138,0.008,"B+",60.04,0.3,156.92403230000002,1.3,"71 y","3/2+",-1.3384,-0.9619,0.0601,0.178884 " ",91,66,157,"Dy "," ",-69425.0,5.0,8184.63,0.03,"B+",1339.0,5.0,156.92547,6.0,"8.14 h","3/2-",-2.592,0.3164,1.3384,1.032684 " ",90,67,157,"Ho "," ",-66833.0,23.0,8163.14,0.15,"B+",2592.0,24.0,156.928252,25.0,"12.6 m","7/2-",-3.419,1.57,2.592,2.055084 " ",89,68,157,"Er "," ",-63414.0,27.0,8136.37,0.17,"B+",3420.0,30.0,156.931923,28.0,"18.65 m","3/2-",-4.705,2.397,3.419,3.304084 " ",88,69,157,"Tm "," x",-58709.0,28.0,8101.43,0.18,"B+",4700.0,40.0,156.93697,30.0,"3.63 m","1/2+",-5.287,3.683,4.705,3.878084 " ",87,70,157,"Yb "," ",-53422.0,11.0,8062.77,0.07,"B+",5290.0,30.0,156.942649,12.0,"38.6 s","",-6.981,4.265,5.287,4.622084 " ",86,71,157,"Lu "," ",-46441.0,12.0,8013.32,0.08,"B+",6981.0,14.0,156.950144,13.0,"4.79 s","11/2-",-7.541,5.959,6.981,5.107084 " ",85,72,157,"Hf "," -a",-38900.0,200.0,7960.0,1.0,"B+",7540.0,200.0,156.95824,210.0,"110 ms","7/2-",-9.31,6.519,7.541,5.885084 " ",84,73,157,"Ta "," IT",-29590.0,150.0,7896.0,1.0,"B+",9310.0,250.0,156.96823,160.0,"10.1 ms","1/2+",-10.12,8.288,9.31,6.355084 " ",83,74,157,"W "," x",-19470.0,400.0,7827.0,3.0,"B+",10120.0,430.0,156.9791,430.0,"275 ms","(7/2-)",0.0,9.098,10.12,5.405084 "0",100,58,158,"Ce "," x",-36660.0,400.0,8016.0,3.0,"B-",7670.0,500.0,157.96064,430.0,"None","None",7.67,0.0,0.0,-6.264916 " ",99,59,158,"Pr "," x",-44330.0,300.0,8060.0,2.0,"B-",9730.0,360.0,157.95241,320.0,"0.181 s","(5-)",9.73,-8.692,-7.67,-5.224916 " ",98,60,158,"Nd "," x",-54060.0,200.0,8116.0,1.0,"B-",5040.0,200.0,157.94197,220.0,"339 ns","(6-)",5.029,-10.752,-9.73,-4.264916 " ",97,61,158,"Pm "," ",-59089.0,13.0,8143.25,0.09,"B-",6161.0,14.0,157.936565,14.0,"16 us","",6.161,-6.051,-5.029,-3.413916 " ",96,62,158,"Sm "," ",-65250.0,5.0,8177.3,0.03,"B-",2005.0,10.0,157.929951,5.0,"5.30 m","0+",2.005,-7.183,-6.161,-1.854916 " ",95,63,158,"Eu "," ",-67255.0,10.0,8185.03,0.06,"B-",3434.0,10.0,157.927799,11.0,"45.9 m","(1-)",3.4345,-3.027,-2.005,-1.169916 " ",94,64,158,"Gd "," ",-70689.5,1.2,8201.819,0.008,"B-",-1218.9,1.0,157.9241116,1.3,"0.475 ms","",-1.2188,-4.4565,-3.4345,-0.659216 " ",93,65,158,"Tb "," ",-69470.7,1.4,8189.153,0.009,"B-",936.7,2.5,157.9254202,1.5,"180 y","3-",0.9366,0.1968,1.2188,-0.157516 " ",92,66,158,"Dy "," ",-70407.3,2.4,8190.13,0.015," ","*","*",157.9244146,2.5,"stable","0+",-4.2193,-1.9586,-0.9366,0.873784 " ",91,67,158,"Ho "," -",-66188.0,27.0,8158.47,0.17,"B+",4220.0,27.0,157.928945,29.0,"21.3 m","(9+)",-0.884,3.1973,4.2193,1.547084 " ",90,68,158,"Er "," ",-65304.0,25.0,8147.93,0.16,"B+",880.0,40.0,157.929893,27.0,"2.29 h","0+",-6.601,-0.138,0.884,2.665084 " ",89,69,158,"Tm "," ",-58703.0,25.0,8101.2,0.16,"B+",6600.0,30.0,157.93698,27.0,"3.98 m","2-",-2.693,5.579,6.601,3.511084 " ",88,70,158,"Yb "," ",-56010.0,8.0,8079.2,0.05,"B+",2693.0,26.0,157.939871,9.0,"1.49 m","0+",-8.798,1.671,2.693,4.170084 " ",87,71,158,"Lu "," -a",-47212.0,15.0,8018.57,0.1,"B+",8798.0,17.0,157.949316,16.0,"10.6 s","",-5.11,7.776,8.798,4.790084 " ",86,72,158,"Hf "," ",-42102.0,17.0,7981.28,0.11,"B+",5110.0,15.0,157.954801,19.0,"2.85 s","0+",-10.932,4.088,5.11,5.405084 " ",85,73,158,"Ta "," +a",-31170.0,200.0,7907.0,1.0,"B+",10940.0,200.0,157.96654,210.0,"55 ms","(2-)",-7.54,9.91,10.932,6.125084 " ",84,74,158,"W "," -a",-23630.0,300.0,7854.0,2.0,"B+",7530.0,360.0,157.97463,320.0,"1.25 ms","0+",0.0,6.518,7.54,6.615084 "0",100,59,159,"Pr "," x",-41090.0,400.0,8039.0,3.0,"B-",8720.0,500.0,158.95589,430.0,"0.13 s","(3/2-)",8.72,0.0,0.0,-5.584916 " ",99,60,159,"Nd "," x",-49810.0,300.0,8089.0,2.0,"B-",6750.0,300.0,158.94653,320.0,"0.485 s","(7/2+)",6.744,-9.742,-8.72,-4.454916 " ",98,61,159,"Pm "," ",-56554.0,10.0,8126.86,0.06,"B-",5653.0,12.0,158.939286,11.0,"1.5 s","",5.654,-7.766,-6.744,-3.563916 " ",97,62,159,"Sm "," ",-62208.0,6.0,8157.5,0.04,"B-",3836.0,7.0,158.933217,6.0,"11.37 s","5/2-",3.835,-6.676,-5.654,-2.348916 " ",96,63,159,"Eu "," ",-66043.0,4.0,8176.697,0.027,"B-",2518.0,4.0,158.9291,5.0,"18.1 m","5/2+",2.5184,-4.857,-3.835,-1.527916 " ",95,64,159,"Gd "," ",-68561.4,1.2,8187.614,0.007,"B-",970.9,0.8,158.92639630000002,1.3,"26.2 ns","5/2+",0.971,-3.5404,-2.5184,-0.795516 " ",94,65,159,"Tb "," ",-69532.4,1.3,8188.8,0.008," ","*","*",158.9253539,1.3,"stable","3/2+",-0.3653,-1.993,-0.971,-0.139216 " ",93,66,159,"Dy "," ",-69167.1,1.5,8181.583,0.01,"B+",365.2,1.2,158.925746,1.6,"144.4 d","3/2-",-1.8371,-0.6567,0.3653,0.477884 " ",92,67,159,"Ho "," -",-67330.0,3.0,8165.105,0.019,"B+",1837.6,2.7,158.927719,3.0,"33.05 m","7/2-",-2.769,0.8151,1.8371,1.495084 " ",91,68,159,"Er "," -",-64561.0,4.0,8142.773,0.023,"B+",2768.5,2.0,158.930691,4.0,"36 m","3/2-",-3.991,1.747,2.769,2.170084 " ",90,69,159,"Tm "," x",-60570.0,28.0,8112.75,0.18,"B+",3991.0,28.0,158.93498,30.0,"9.13 m","5/2+",-4.731,2.969,3.991,3.045084 " ",89,70,159,"Yb "," x",-55839.0,18.0,8078.07,0.11,"B+",4730.0,30.0,158.940055,19.0,"1.67 m","5/2(-)",-6.129,3.709,4.731,3.945084 " ",88,71,159,"Lu "," x",-49710.0,40.0,8034.6,0.24,"B+",6130.0,40.0,158.94664,40.0,"12.1 s","",-6.857,5.107,6.129,4.491084 " ",87,72,159,"Hf "," -a",-42853.0,17.0,7986.56,0.11,"B+",6860.0,40.0,158.953996,18.0,"5.20 s","(7/2-)",-8.414,5.835,6.857,5.225084 " ",86,73,159,"Ta "," IT",-34439.0,20.0,7928.73,0.12,"B+",8413.0,26.0,158.963028,21.0,"1.04 s","1/2+",-9.139,7.392,8.414,5.681084 " ",85,74,159,"W "," -a",-25300.0,300.0,7866.0,2.0,"B+",9150.0,300.0,158.97285,320.0,"8.2 ms","",-10.55,8.117,9.139,6.445084 " ",84,75,159,"Re "," IT",-14750.0,310.0,7795.0,2.0,"B+",10550.0,430.0,158.98417,330.0,"20 us","11/2-",0.0,9.528,10.55,6.755084 "0",101,59,160,"Pr "," x",-36520.0,400.0,8011.0,2.0,"B-",10610.0,500.0,159.96079,430.0,"0.17 s","(1+)",10.61,0.0,0.0,-5.894916 " ",100,60,160,"Nd "," x",-47130.0,300.0,8073.0,2.0,"B-",5870.0,360.0,159.9494,320.0,"160 ns","0+",5.87,-11.632,-10.61,-4.734916 " ",99,61,160,"Pm "," x",-53000.0,200.0,8104.0,1.0,"B-",7230.0,200.0,159.9431,220.0,"0.73 s","(6-)",7.235,-6.892,-5.87,-3.854916 " ",98,62,160,"Sm "," ",-60235.0,6.0,8144.63,0.04,"B-",3246.0,11.0,159.935335,6.0,"9.6 s","0+",3.245,-8.257,-7.235,-2.189916 " ",97,63,160,"Eu "," ",-63480.0,10.0,8160.02,0.06,"B-",4461.0,10.0,159.931851,10.0,"38 s","1",4.4617,-4.267,-3.245,-1.740916 " ",96,64,160,"Gd "," ",-67941.7,1.3,8183.014,0.008,"B-",-105.5,1.0,159.9270615,1.4,"stable","0+",-0.1054,-5.4837,-4.4617,-1.006616 " ",95,65,160,"Tb "," ",-67836.3,1.3,8177.465,0.008,"B-",1836.5,1.2,159.92717480000002,1.4,"72.3 d","3-",1.8364,-0.9166,0.1054,-0.178216 " ",94,66,160,"Dy "," ",-69672.7,0.8,8184.054,0.005," ","*","*",159.9252032,0.8,"stable","0+",-3.2897,-2.8584,-1.8364,0.437284 " ",93,67,160,"Ho "," -",-66383.0,15.0,8158.6,0.09,"B+",3290.0,15.0,159.928735,16.0,"5.02 h","2-",-0.319,2.2677,3.2897,1.283084 " ",92,68,160,"Er "," ",-66064.0,24.0,8151.72,0.15,"B+",319.0,29.0,159.929077,26.0,"28.58 h","0+",-5.764,-0.703,0.319,2.040084 " ",91,69,160,"Tm "," ",-60300.0,30.0,8110.82,0.21,"B+",5760.0,40.0,159.93526,40.0,"9.4 m","1-",-2.137,4.742,5.764,2.755084 " ",90,70,160,"Yb "," ",-58163.0,7.0,8092.56,0.05,"B+",2140.0,40.0,159.93756,8.0,"4.8 m","0+",-7.893,1.115,2.137,3.624084 " ",89,71,160,"Lu "," x",-50270.0,60.0,8038.3,0.4,"B+",7890.0,60.0,159.94603,60.0,"36.1 s","",-4.331,6.871,7.893,4.140084 " ",88,72,160,"Hf "," ",-45939.0,10.0,8006.38,0.06,"B+",4330.0,60.0,159.950683,10.0,"13.6 s","0+",-10.119,3.309,4.331,4.902084 " ",87,73,160,"Ta "," -a",-35820.0,50.0,7938.3,0.3,"B+",10120.0,60.0,159.96154,60.0,"1.7 s","(2)-",-6.49,9.097,10.119,5.455084 " ",86,74,160,"W "," ",-29330.0,150.0,7892.8,0.9,"B+",6500.0,140.0,159.96852,160.0,"91 ms","0+",-12.59,5.468,6.49,6.065084 " ",85,75,160,"Re "," -a",-16740.0,300.0,7809.0,2.0,"B+",12590.0,330.0,159.98203,320.0,"612 us","(4-)",0.0,11.568,12.59,6.695084 "0",101,60,161,"Nd "," x",-42590.0,400.0,8044.0,2.0,"B-",7650.0,500.0,160.95428,430.0,"0.22 s","(1/2-)",7.65,0.0,0.0,-5.084916 " ",100,61,161,"Pm "," x",-50240.0,300.0,8087.0,2.0,"B-",6440.0,300.0,160.94607,320.0,"0.89 us","(13/2+)",6.432,-8.672,-7.65,-4.124916 " ",99,62,161,"Sm "," ",-56672.0,7.0,8122.04,0.04,"B-",5120.0,12.0,160.93916,7.0,"4.8 s","",5.12,-7.454,-6.432,-2.634916 " ",98,63,161,"Eu "," ",-61792.0,10.0,8148.98,0.06,"B-",3714.0,11.0,160.933664,11.0,"26 s","",3.7138,-6.142,-5.12,-1.919916 " ",97,64,161,"Gd "," -n",-65505.8,1.6,8167.191,0.01,"B-",1955.8,1.4,160.9296766,1.7,"3.66 m","5/2-",1.9558,-4.7358,-3.7138,-1.252716 " ",96,65,161,"Tb "," ",-67461.6,1.4,8174.479,0.008,"B-",594.2,1.3,160.927577,1.4,"6.89 d","3/2+",0.5942,-2.9778,-1.9558,-0.427516 " ",95,66,161,"Dy "," ",-68055.8,0.8,8173.31,0.005," ","*","*",160.9269391,0.8,"3.5e16 y","5/2+",-0.8585,-1.6162,-0.5942,0.342784 " ",94,67,161,"Ho "," ",-67197.3,2.2,8163.119,0.014,"B+",858.5,2.2,160.92786080000002,2.4,"2.48 h","7/2-",-1.9953,-0.1635,0.8585,1.141184 " ",93,68,161,"Er "," +n",-65202.0,9.0,8145.86,0.05,"B+",1996.0,9.0,160.930003,9.0,"3.21 h","3/2-",-3.303,0.9733,1.9953,1.798084 " ",92,69,161,"Tm "," x",-61899.0,28.0,8120.49,0.17,"B+",3303.0,29.0,160.93355,30.0,"30.2 m","7/2+",-4.06,2.281,3.303,2.509084 " ",91,70,161,"Yb "," x",-57839.0,15.0,8090.42,0.1,"B+",4060.0,30.0,160.937907,16.0,"4.2 m","3/2-",-5.277,3.038,4.06,3.150084 " ",90,71,161,"Lu "," x",-52562.0,28.0,8052.78,0.17,"B+",5280.0,30.0,160.94357,30.0,"77 s","1/2+",-6.247,4.255,5.277,3.722084 " ",89,72,161,"Hf "," ",-46315.0,23.0,8009.12,0.14,"B+",6250.0,40.0,160.950279,24.0,"18.2 s","",-7.536,5.225,6.247,4.682084 " ",88,73,161,"Ta "," +a",-38779.0,24.0,7957.45,0.15,"B+",7540.0,30.0,160.958369,26.0,"3.08 s","(11/2-)",-8.219,6.514,7.536,5.237084 " ",87,74,161,"W "," -a",-30560.0,200.0,7902.0,1.0,"B+",8220.0,200.0,160.9672,210.0,"409 ms","",-9.72,7.197,8.219,5.915084 " ",86,75,161,"Re "," ",-20840.0,150.0,7836.3,0.9,"B+",9720.0,250.0,160.97763,160.0,"14.7 ms","11/2-",-10.86,8.698,9.72,6.325084 " ",85,76,161,"Os "," -a",-9980.0,400.0,7764.0,2.0,"B+",10860.0,430.0,160.98929,430.0,"640 us","(7/2-)",0.0,9.838,10.86,7.065084 "0",102,60,162,"Nd "," x",-39550.0,400.0,8026.0,2.0,"B-",6820.0,500.0,161.95754,430.0,"0.31 s","0+",6.82,0.0,0.0,-5.314916 " ",101,61,162,"Pm "," x",-46370.0,300.0,8063.0,2.0,"B-",8160.0,360.0,161.95022,320.0,"0.63 s","(2+)",8.16,-7.842,-6.82,-4.464916 " ",100,62,162,"Sm "," x",-54530.0,200.0,8109.0,1.0,"B-",4170.0,200.0,161.94146,210.0,"2.4 s","",4.17,-9.182,-8.16,-2.894916 " ",99,63,162,"Eu "," +",-58700.0,40.0,8129.44,0.22,"B-",5580.0,40.0,161.93698,40.0,"10.6 s","",5.58,-5.192,-4.17,-2.035916 " ",98,64,162,"Gd "," -nn",-64280.0,4.0,8159.035,0.025,"B-",1400.0,40.0,161.930992,4.0,"8.4 m","0+",1.4,-6.602,-5.58,-1.454916 " ",97,65,162,"Tb "," +",-65680.0,40.0,8162.82,0.22,"B-",2510.0,40.0,161.92949,40.0,"7.60 m","1-",2.5015,-2.422,-1.4,-0.849916 " ",96,66,162,"Dy "," ",-68181.5,0.8,8173.457,0.005,"B-",-2140.0,3.0,161.9268042,0.8,"stable","0+",-2.1395,-3.5235,-2.5015,0.083084 " ",95,67,162,"Ho "," ",-66042.0,3.0,8155.418,0.02,"B-",293.0,3.0,161.929101,3.0,"15.0 m","1+",0.2925,1.1175,2.1395,1.003784 " ",94,68,162,"Er "," ",-66334.5,0.8,8152.397,0.005," ","*","*",161.928787,0.9,"stable","0+",-4.8565,-1.3145,-0.2925,1.647884 " ",93,69,162,"Tm "," -",-61478.0,26.0,8117.59,0.16,"B+",4857.0,26.0,161.934001,28.0,"21.70 m","1-",-1.652,3.8345,4.8565,2.285084 " ",92,70,162,"Yb "," x",-59826.0,15.0,8102.56,0.09,"B+",1650.0,30.0,161.935774,16.0,"18.87 m","0+",-6.996,0.63,1.652,3.053084 " ",91,71,162,"Lu "," x",-52830.0,80.0,8054.6,0.5,"B+",6990.0,80.0,161.94328,80.0,"1.37 m","1-",-3.661,5.974,6.996,3.448084 " ",90,72,162,"Hf "," ",-49169.0,9.0,8027.12,0.06,"B+",3660.0,80.0,161.947215,10.0,"39.4 s","0+",-9.389,2.639,3.661,4.416084 " ",89,73,162,"Ta "," -a",-39780.0,50.0,7964.3,0.3,"B+",9390.0,50.0,161.95729,60.0,"3.57 s","",-5.781,8.367,9.389,5.007084 " ",88,74,162,"W "," ",-33999.0,18.0,7923.82,0.11,"B+",5780.0,50.0,161.9635,19.0,"1.19 s","0+",-11.499,4.759,5.781,5.678084 " ",87,75,162,"Re "," +a",-22500.0,200.0,7848.0,1.0,"B+",11500.0,200.0,161.97584,210.0,"107 ms","(2-)",-8.06,10.477,11.499,6.245084 " ",86,76,162,"Os "," -a",-14440.0,300.0,7793.0,2.0,"B+",8060.0,360.0,161.9845,320.0,"2.1 ms","0+",0.0,7.038,8.06,6.765084 "0",102,61,163,"Pm "," x",-43250.0,400.0,8044.0,2.0,"B-",7470.0,500.0,162.95357,430.0,"0.43 s","(5/2-)",7.47,0.0,0.0,-4.584916 " ",101,62,163,"Sm "," x",-50720.0,300.0,8085.0,2.0,"B-",5770.0,310.0,162.94555,320.0,"1.23 s","(1/2-)",5.76,-8.492,-7.47,-3.334916 " ",100,63,163,"Eu "," +",-56480.0,70.0,8115.5,0.4,"B-",4830.0,70.0,162.93936,70.0,"7.7 s","",4.834,-6.782,-5.76,-2.350916 " ",99,64,163,"Gd "," ",-61314.0,8.0,8140.3,0.05,"B-",3282.0,9.0,162.934177,9.0,"68 s","(5/2-,7/2+)",3.282,-5.856,-4.834,-1.530916 " ",98,65,163,"Tb "," +p",-64596.0,4.0,8155.633,0.025,"B-",1785.0,4.0,162.930653,4.0,"19.5 m","3/2+",1.7852,-4.304,-3.282,-0.977916 " ",97,66,163,"Dy "," ",-66381.2,0.8,8161.785,0.005," ","*","*",162.92873690000002,0.8,"48 d","5/2-",-0.0029,-2.8072,-1.7852,-0.244716 " ",96,67,163,"Ho "," ",-66378.3,0.8,8156.968,0.005,"B+",2.834,0.019,162.9287399,0.8,"4570 y","7/2-",-1.2103,-1.0191,0.0029,0.729184 " ",95,68,163,"Er "," ",-65168.0,5.0,8144.741,0.028,"B+",1211.0,5.0,162.93004,5.0,"75.0 m","5/2-",-2.439,0.1883,1.2103,1.574184 " ",94,69,163,"Tm "," -",-62729.0,6.0,8124.98,0.03,"B+",2439.0,3.0,162.932658,6.0,"1.810 h","1/2+",-3.43,1.417,2.439,2.176084 " ",93,70,163,"Yb "," x",-59299.0,15.0,8099.14,0.09,"B+",3430.0,16.0,162.93634,16.0,"11.05 m","3/2-",-4.508,2.408,3.43,2.837084 " ",92,71,163,"Lu "," x",-54791.0,28.0,8066.68,0.17,"B+",4510.0,30.0,162.94118,30.0,"3.97 m","1/2(+)",-5.527,3.486,4.508,3.354084 " ",91,72,163,"Hf "," ",-49264.0,25.0,8027.97,0.15,"B+",5530.0,40.0,162.947113,27.0,"40.0 s","",-6.734,4.505,5.527,4.150084 " ",90,73,163,"Ta "," -a",-42530.0,40.0,7981.89,0.23,"B+",6730.0,50.0,162.95434,40.0,"10.6 s","",-7.62,5.712,6.734,4.755084 " ",89,74,163,"W "," -a",-34910.0,50.0,7930.3,0.3,"B+",7630.0,70.0,162.96252,60.0,"2.67 s","7/2-",-8.908,6.598,7.62,5.518084 " ",88,75,163,"Re "," +a",-26002.0,19.0,7870.86,0.11,"B+",8910.0,60.0,162.972085,20.0,"390 ms","1/2+",-9.812,7.886,8.908,6.012084 " ",87,76,163,"Os "," -a",-16190.0,300.0,7806.0,2.0,"B+",9810.0,300.0,162.98262,320.0,"5.5 ms","(7/2-)",0.0,8.79,9.812,6.685084 "0",103,61,164,"Pm "," x",-38870.0,400.0,8017.0,2.0,"B-",9230.0,500.0,163.95827,430.0,"None","None",9.23,0.0,0.0,-4.774916 " ",102,62,164,"Sm "," x",-48100.0,300.0,8069.0,2.0,"B-",5280.0,320.0,163.94836,320.0,"0.60 us","(6-)",5.28,-10.252,-9.23,-3.394916 " ",101,63,164,"Eu "," +",-53380.0,110.0,8096.0,1.0,"B-",6390.0,50.0,163.94269,120.0,"4.2 s","",6.39,-6.302,-5.28,-2.804916 " ",100,64,164,"Gd "," x",-59770.0,100.0,8130.0,1.0,"B-",2300.0,140.0,163.93583,110.0,"45 s","0+",2.31,-7.412,-6.39,-1.959916 " ",99,65,164,"Tb "," +",-62080.0,100.0,8139.8,0.6,"B-",3890.0,100.0,163.93336,110.0,"3.0 m","(5+)",3.888,-3.332,-2.31,-1.024916 " ",98,66,164,"Dy "," ",-65968.0,0.8,8158.714,0.005,"B-",-986.5,1.4,163.9291805,0.8,"stable","0+",-0.9865,-4.91,-3.888,-0.451216 " ",97,67,164,"Ho "," ",-64981.5,1.5,8147.929,0.009,"B-",961.4,1.4,163.9302395,1.6,"29 m","1+",0.9614,-0.0355,0.9865,0.429884 " ",96,68,164,"Er "," ",-65942.9,0.8,8149.02,0.005," ","*","*",163.9292074,0.8,"stable","0+",-4.0389,-1.9834,-0.9614,1.304884 " ",95,69,164,"Tm "," ",-61904.0,24.0,8119.62,0.15,"B+",4039.0,24.0,163.933543,26.0,"2.0 m","1+",-0.887,3.0169,4.0389,2.054084 " ",94,70,164,"Yb "," x",-61017.0,15.0,8109.45,0.09,"B+",887.0,29.0,163.934495,16.0,"75.8 m","0+",-6.375,-0.135,0.887,2.622084 " ",93,71,164,"Lu "," x",-54642.0,28.0,8065.8,0.17,"B+",6380.0,30.0,163.94134,30.0,"3.14 m","1",-2.823,5.353,6.375,3.233084 " ",92,72,164,"Hf "," ",-51819.0,16.0,8043.81,0.1,"B+",2820.0,30.0,163.944371,17.0,"111 s","0+",-8.536,1.801,2.823,3.919084 " ",91,73,164,"Ta "," x",-43283.0,28.0,7987.0,0.17,"B+",8540.0,30.0,163.95353,30.0,"14.2 s","(3+)",-5.047,7.514,8.536,4.562084 " ",90,74,164,"W "," ",-38236.0,10.0,7951.45,0.06,"B+",5047.0,30.0,163.958952,10.0,"6.0 s","0+",-10.766,4.025,5.047,5.278084 " ",89,75,164,"Re "," -a",-27470.0,50.0,7881.1,0.3,"B+",10760.0,60.0,163.97051,60.0,"0.53 s","",-7.05,9.744,10.766,5.925084 " ",88,76,164,"Os "," ",-20420.0,150.0,7833.3,0.9,"B+",7050.0,140.0,163.97808,160.0,"21 ms","0+",-13.08,6.028,7.05,6.485084 " ",87,77,164,"Ir "," -a",-7340.0,310.0,7749.0,2.0,"B+",13080.0,350.0,163.99212,340.0,"70 us","(9+)",0.0,12.058,13.08,6.975084 "0",103,62,165,"Sm "," x",-43810.0,400.0,8043.0,2.0,"B-",6920.0,420.0,164.95297,430.0,"0.98 s","(5/2-)",6.91,0.0,0.0,-3.644916 " ",102,63,165,"Eu "," +",-50720.0,140.0,8080.0,1.0,"B-",5730.0,70.0,164.94555,150.0,"2.3 s","",5.73,-7.932,-6.91,-2.904916 " ",101,64,165,"Gd "," +",-56450.0,120.0,8110.0,1.0,"B-",4110.0,70.0,164.9394,130.0,"10.3 s","",4.12,-6.752,-5.73,-2.202916 " ",100,65,165,"Tb "," x",-60570.0,100.0,8130.0,1.0,"B-",3050.0,100.0,164.93498,110.0,"2.11 m","(3/2+)",3.0426,-5.142,-4.12,-1.202916 " ",99,66,165,"Dy "," -n",-63612.6,0.8,8143.909,0.005,"B-",1286.4,0.8,164.9317091,0.8,"1.257 m","1/2-",1.2864,-4.0646,-3.0426,-0.531716 " ",98,67,165,"Ho "," ",-64899.0,1.0,8146.964,0.006," ","*","*",164.930328,1.1,"stable","7/2-",-0.3774,-2.3084,-1.2864,0.137684 " ",97,68,165,"Er "," ",-64521.6,1.0,8139.936,0.006,"B+",377.4,1.0,164.9307332,1.0,"10.36 h","5/2-",-1.592,-0.6446,0.3774,1.109284 " ",96,69,165,"Tm "," ",-62929.6,1.7,8125.546,0.01,"B+",1592.0,1.5,164.93244230000002,1.8,"30.06 h","1/2+",-2.6346,0.57,1.592,1.842784 " ",95,70,165,"Yb "," ",-60295.0,27.0,8104.84,0.16,"B+",2634.0,27.0,164.93527,28.0,"9.9 m","5/2-",-3.853,1.6126,2.6346,2.482084 " ",94,71,165,"Lu "," ",-56442.0,27.0,8076.75,0.16,"B+",3850.0,40.0,164.939407,28.0,"10.74 m","1/2+",-4.806,2.831,3.853,3.032084 " ",93,72,165,"Hf "," x",-51636.0,28.0,8042.87,0.17,"B+",4810.0,40.0,164.94457,30.0,"76 s","(5/2-)",-5.788,3.784,4.806,3.778084 " ",92,73,165,"Ta "," ",-45848.0,14.0,8003.05,0.08,"B+",5790.0,30.0,164.95078,15.0,"31.0 s","",-6.987,4.766,5.788,4.289084 " ",91,74,165,"W "," ",-38861.0,25.0,7955.97,0.15,"B+",6987.0,29.0,164.958281,27.0,"5.1 s","(5/2-)",-8.201,5.965,6.987,5.029084 " ",90,75,165,"Re "," +a",-30660.0,24.0,7901.52,0.14,"B+",8200.0,30.0,164.967085,25.0,"","(1/2+)",-8.86,7.179,8.201,5.694084 " ",89,76,165,"Os "," -a",-21800.0,200.0,7843.0,1.0,"B+",8870.0,200.0,164.9766,210.0,"71 ms","(7/2-)",-10.21,7.838,8.86,6.335084 " ",88,77,165,"Ir "," IT",-11590.0,160.0,7776.0,1.0,"B+",10200.0,250.0,164.98756,170.0,"0.30 ms","11/2-",0.0,9.188,10.21,6.825084 "0",104,62,166,"Sm "," x",-40730.0,400.0,8024.0,2.0,"B-",6480.0,540.0,165.95628,430.0,"0.80 s","0+",6.48,0.0,0.0,-3.604916 " ",103,63,166,"Eu "," +",-47210.0,360.0,8059.0,2.0,"B-",7320.0,300.0,165.94932,380.0,"1.7 s","",7.32,-7.502,-6.48,-3.264916 " ",102,64,166,"Gd "," x",-54530.0,200.0,8098.0,1.0,"B-",3360.0,210.0,165.94146,210.0,"950 ns","(6-)",3.35,-8.342,-7.32,-2.424916 " ",101,65,166,"Tb "," +",-57880.0,70.0,8113.7,0.4,"B-",4700.0,70.0,165.93786,80.0,"25.1 s","(2-)",4.7048,-4.372,-3.35,-1.604916 " ",100,66,166,"Dy "," -n",-62584.8,0.9,8137.28,0.005,"B-",486.5,0.9,165.9328125,0.9,"81.6 h","0+",0.4865,-5.7268,-4.7048,-0.729716 " ",99,67,166,"Ho "," ",-63071.3,1.0,8135.499,0.006,"B-",1854.7,0.9,165.9322901,1.1,"185 us","3+",1.8547,-1.5085,-0.4865,0.183784 " ",98,68,166,"Er "," ",-64926.0,1.2,8141.959,0.007," ","*","*",165.930299,1.3,"stable","0+",-3.038,-2.8767,-1.8547,0.830584 " ",97,69,166,"Tm "," -",-61888.0,12.0,8118.95,0.07,"B+",3038.0,12.0,165.93356,12.0,"7.70 h","2+",-0.292,2.016,3.038,1.729084 " ",96,70,166,"Yb "," +nn",-61596.0,7.0,8112.47,0.04,"B+",293.0,14.0,165.933874,8.0,"56.7 h","0+",-5.575,-0.73,0.292,2.313584 " ",95,71,166,"Lu "," x",-56021.0,30.0,8074.17,0.18,"B+",5570.0,30.0,165.93986,30.0,"2.65 m","6-",-2.162,4.553,5.575,3.032084 " ",94,72,166,"Hf "," x",-53859.0,28.0,8056.44,0.17,"B+",2160.0,40.0,165.94218,30.0,"6.77 m","0+",-7.761,1.14,2.162,3.542084 " ",93,73,166,"Ta "," x",-46098.0,28.0,8004.97,0.17,"B+",7760.0,40.0,165.95051,30.0,"34.4 s","(2)+",-4.21,6.739,7.761,4.307084 " ",92,74,166,"W "," ",-41888.0,9.0,7974.9,0.06,"B+",4210.0,30.0,165.955031,10.0,"19.2 s","0+",-9.998,3.188,4.21,4.856084 " ",91,75,166,"Re "," -a",-31890.0,70.0,7910.0,0.4,"B+",9990.0,70.0,165.96576,80.0,"2.25 s","",-6.458,8.976,9.998,5.465084 " ",90,76,166,"Os "," ",-25432.0,18.0,7866.34,0.11,"B+",6460.0,70.0,165.972698,19.0,"208 ms","0+",-12.082,5.436,6.458,6.142084 " ",89,77,166,"Ir "," -p",-13350.0,200.0,7789.0,1.0,"B+",12080.0,200.0,165.98566,210.0,"10.5 ms","(2-)",-8.62,11.06,12.082,6.725084 " ",88,78,166,"Pt "," -a",-4730.0,300.0,7732.0,2.0,"B+",8620.0,360.0,165.99492,320.0,"0.3 ms","0+",0.0,7.598,8.62,7.285084 "0",104,63,167,"Eu "," x",-44010.0,400.0,8040.0,2.0,"B-",6800.0,500.0,166.95275,430.0,"160 ns","",6.8,0.0,0.0,-3.184916 " ",103,64,167,"Gd "," x",-50810.0,300.0,8076.0,2.0,"B-",5110.0,360.0,166.94545,320.0,"160 ns","",5.12,-7.822,-6.8,-2.514916 " ",102,65,167,"Tb "," x",-55930.0,200.0,8102.0,1.0,"B-",4000.0,210.0,166.93996,210.0,"19.4 s","(3/2+)",4.0,-6.142,-5.12,-1.874916 " ",101,66,167,"Dy "," +",-59930.0,60.0,8121.0,0.4,"B-",2350.0,60.0,166.93566,60.0,"6.20 m","(1/2-)",2.351,-5.022,-4.0,-1.040916 " ",100,67,167,"Ho "," p2n",-62281.0,5.0,8130.38,0.03,"B-",1011.0,5.0,166.933139,6.0,"3.1 h","7/2-",1.0102,-3.373,-2.351,-0.109916 " ",99,68,167,"Er "," ",-63291.2,1.2,8131.746,0.007," ","*","*",166.9320541,1.3,"2.269 s","1/2-",-0.7476,-2.0322,-1.0102,0.665084 " ",98,69,167,"Tm "," ",-62543.6,1.3,8122.585,0.008,"B+",747.5,1.5,166.9328566,1.4,"9.25 d","1/2+",-1.9526,-0.2744,0.7476,1.409784 " ",97,70,167,"Yb "," ",-60591.0,4.0,8106.205,0.024,"B+",1953.0,4.0,166.934953,4.0,"17.5 m","5/2-",-3.091,0.9306,1.9526,2.152084 " ",96,71,167,"Lu "," x",-57500.0,30.0,8083.02,0.19,"B+",3090.0,30.0,166.93827,30.0,"51.5 m","7/2+",-4.032,2.069,3.091,2.804084 " ",95,72,167,"Hf "," x",-53468.0,28.0,8054.18,0.17,"B+",4030.0,40.0,166.9426,30.0,"2.05 m","(5/2)-",-5.117,3.01,4.032,3.406084 " ",94,73,167,"Ta "," x",-48351.0,28.0,8018.86,0.17,"B+",5120.0,40.0,166.94809,30.0,"80 s","(3/2+)",-6.253,4.095,5.117,4.015084 " ",93,74,167,"W "," ",-42098.0,18.0,7976.73,0.11,"B+",6250.0,30.0,166.954806,20.0,"19.9 s","",-7.268,5.231,6.253,4.741084 " ",92,75,167,"Re "," +a",-34830.0,40.0,7929.0,0.0,"B+",7270.0,40.0,166.96261,40.0,"3.4 s","(9/2-)",-8.33,6.246,7.268,5.275084 " ",91,76,167,"Os "," -a",-26500.0,70.0,7874.0,0.4,"B+",8330.0,80.0,166.97155,80.0,"839 ms","7/2-",-9.428,7.308,8.33,5.985084 " ",90,77,167,"Ir "," ",-17072.0,18.0,7812.82,0.11,"B+",9430.0,70.0,166.981672,20.0,"30.0 ms","1/2+",-10.462,8.406,9.428,6.505084 " ",89,78,167,"Pt "," -a",-6610.0,300.0,7746.0,2.0,"B+",10460.0,300.0,166.9929,330.0,"0.78 ms","",0.0,9.44,10.462,7.155084 "0",105,63,168,"Eu "," x",-39740.0,500.0,8014.0,3.0,"B-",8620.0,640.0,167.95734,540.0,"160 ns","",8.62,0.0,0.0,-3.294916 " ",104,64,168,"Gd "," x",-48360.0,400.0,8061.0,2.0,"B-",4360.0,500.0,167.94808,430.0,"160 ns","0+",4.36,-9.642,-8.62,-2.684916 " ",103,65,168,"Tb "," x",-52720.0,300.0,8082.0,2.0,"B-",5840.0,330.0,167.9434,320.0,"8.2 s","(4-)",5.84,-5.382,-4.36,-1.764916 " ",102,66,168,"Dy "," +pp",-58560.0,140.0,8112.5,0.8,"B-",1500.0,140.0,167.93713,150.0,"8.7 m","0+",1.5,-6.862,-5.84,-1.214916 " ",101,67,168,"Ho "," +",-60060.0,30.0,8116.82,0.18,"B-",2930.0,30.0,167.93552,30.0,"132 s","(6+)",2.9312,-2.522,-1.5,-0.404916 " ",100,68,168,"Er "," ",-62991.2,1.2,8129.601,0.007,"B-",-1678.3,1.9,167.9323762,1.3,"stable","0+",-1.6783,-3.9532,-2.9312,0.551884 " ",99,69,168,"Tm "," ",-61312.9,1.7,8114.954,0.01,"B-",269.0,1.9,167.9341779,1.8,"93.1 d","3+",0.269,0.6563,1.6783,1.243684 " ",98,70,168,"Yb "," ",-61581.9,1.2,8111.898,0.007," ","*","*",167.9338891,1.3,"stable","0+",-4.5119,-1.291,-0.269,1.936084 " ",97,71,168,"Lu "," -",-57070.0,40.0,8080.37,0.23,"B+",4510.0,40.0,167.93874,40.0,"5.5 m","6(-)",-1.709,3.4899,4.5119,2.409084 " ",96,72,168,"Hf "," x",-55361.0,28.0,8065.55,0.17,"B+",1710.0,50.0,167.94057,30.0,"25.95 m","0+",-6.967,0.687,1.709,3.231084 " ",95,73,168,"Ta "," x",-48394.0,28.0,8019.43,0.17,"B+",6970.0,40.0,167.94805,30.0,"2.0 m","(2-,3+)",-3.501,5.945,6.967,3.823084 " ",94,74,168,"W "," ",-44893.0,13.0,7993.93,0.08,"B+",3500.0,30.0,167.951805,14.0,"53 s","0+",-9.103,2.479,3.501,4.501084 " ",93,75,168,"Re "," -a",-35790.0,30.0,7935.12,0.18,"B+",9100.0,30.0,167.96157,30.0,"4.4 s","(5+,6+,7+)",-5.795,8.081,9.103,5.068084 " ",92,76,168,"Os "," ",-29995.0,10.0,7895.94,0.06,"B+",5800.0,30.0,167.967799,11.0,"2.10 s","0+",-11.325,4.773,5.795,5.816084 " ",91,77,168,"Ir "," -a",-18670.0,60.0,7823.9,0.3,"B+",11330.0,60.0,167.97996,60.0,"125 ms","",-7.66,10.303,11.325,6.375084 " ",90,78,168,"Pt "," -a",-11010.0,150.0,7773.6,0.9,"B+",7660.0,140.0,167.98818,160.0,"2.0 ms","0+",0.0,6.638,7.66,6.985084 "0",105,64,169,"Gd "," x",-44150.0,500.0,8036.0,3.0,"B-",6180.0,590.0,168.9526,540.0,"160 ns","",6.18,0.0,0.0,-2.764916 " ",104,65,169,"Tb "," x",-50330.0,300.0,8068.0,2.0,"B-",5270.0,420.0,168.94597,320.0,"5.1 s","(3/2+)",5.27,-7.202,-6.18,-2.034916 " ",103,66,169,"Dy "," +",-55600.0,300.0,8094.8,1.8,"B-",3200.0,300.0,168.94031,320.0,"39 s","(5/2)-",3.197,-6.292,-5.27,-1.574916 " ",102,67,169,"Ho "," +p",-58797.0,20.0,8109.07,0.12,"B-",2126.0,20.0,168.936879,22.0,"4.72 m","7/2-",2.1261,-4.219,-3.197,-0.651916 " ",101,68,169,"Er "," -n",-60923.1,1.2,8117.019,0.007,"B-",352.1,1.1,168.9345964,1.3,"9.392 d","1/2-",0.3521,-3.1481,-2.1261,0.264584 " ",100,69,169,"Tm "," ",-61275.2,0.8,8114.473,0.005," ","*","*",168.9342184,0.9,"stable","1/2+",-0.8976,-1.3741,-0.3521,1.198884 " ",99,70,169,"Yb "," -n",-60377.6,1.2,8104.532,0.007,"B+",897.6,1.1,168.935182,1.3,"32.018 d","7/2+",-2.2926,-0.1244,0.8976,1.719084 " ",98,71,169,"Lu "," -",-58085.0,3.0,8086.335,0.019,"B+",2293.0,3.0,168.937644,3.0,"34.06 h","7/2+",-3.368,1.2706,2.2926,2.419684 " ",97,72,169,"Hf "," x",-54717.0,28.0,8061.78,0.17,"B+",3368.0,28.0,168.94126,30.0,"3.24 m","5/2-",-4.427,2.346,3.368,3.153084 " ",96,73,169,"Ta "," x",-50290.0,28.0,8030.96,0.17,"B+",4430.0,40.0,168.94601,30.0,"4.9 m","(5/2+)",-5.372,3.405,4.427,3.727084 " ",95,74,169,"W "," ",-44918.0,15.0,7994.54,0.09,"B+",5370.0,30.0,168.951779,17.0,"74 s","(5/2-)",-6.509,4.35,5.372,4.293084 " ",94,75,169,"Re "," +a",-38409.0,11.0,7951.4,0.07,"B+",6509.0,19.0,168.958766,12.0,"8.1 s","",-7.686,5.487,6.509,5.014084 " ",93,76,169,"Os "," -a",-30723.0,25.0,7901.28,0.15,"B+",7687.0,28.0,168.967018,27.0,"3.4 s","(5/2-)",-8.629,6.664,7.686,5.713084 " ",92,77,169,"Ir "," +a",-22094.0,23.0,7845.6,0.14,"B+",8630.0,30.0,168.976281,25.0,"0.570 s","(1/2+)",-9.584,7.607,8.629,6.141084 " ",91,78,169,"Pt "," -a",-12510.0,200.0,7784.0,1.0,"B+",9580.0,200.0,168.98657,210.0,"6.99 ms","(7/2-)",-10.72,8.562,9.584,6.865084 " ",90,79,169,"Au "," x",-1790.0,300.0,7716.0,2.0,"B+",10720.0,360.0,168.99808,320.0,"None","None",0.0,9.698,10.72,7.375084 "0",106,64,170,"Gd "," x",-41380.0,600.0,8020.0,4.0,"B-",5340.0,720.0,169.95558,640.0,"160 ns","0+",5.34,0.0,0.0,-3.074916 " ",105,65,170,"Tb "," x",-46720.0,400.0,8047.0,2.0,"B-",6940.0,450.0,169.94984,430.0,"0.96 s","(2-)",6.94,-6.362,-5.34,-1.934916 " ",104,66,170,"Dy "," x",-53660.0,200.0,8083.0,1.0,"B-",2580.0,200.0,169.94239,210.0,"None","None",2.58,-7.962,-6.94,-1.554916 " ",103,67,170,"Ho "," +",-56240.0,50.0,8093.8,0.29,"B-",3870.0,50.0,169.93963,50.0,"2.76 m","(6+)",3.8687,-3.602,-2.58,-0.784916 " ",102,68,170,"Er "," ",-60108.7,1.5,8111.959,0.009,"B-",-312.8,1.8,169.9354707,1.7,"stable","0+",-0.3128,-4.8907,-3.8687,0.051184 " ",101,69,170,"Tm "," ",-59795.9,0.8,8105.517,0.005,"B-",968.1,0.8,169.9358065,0.9,"128.6 d","1-",0.968019,-0.7092,0.3128,0.850484 " ",100,70,170,"Yb "," ",-60763.919,0.01,8106.609,0.0," ","*","*",169.93476724599998,0.011,"stable","0+",-3.457919,-1.990019,-0.968019,1.737165 " ",99,71,170,"Lu "," -",-57306.0,17.0,8081.67,0.1,"B+",3458.0,17.0,169.938479,18.0,"2.012 d","0+",-1.052,2.435919,3.457919,2.157084 " ",98,72,170,"Hf "," x",-56254.0,28.0,8070.88,0.16,"B+",1050.0,30.0,169.93961,30.0,"16.01 h","0+",-6.116,0.03,1.052,2.917084 " ",97,73,170,"Ta "," x",-50138.0,28.0,8030.3,0.16,"B+",6120.0,40.0,169.94618,30.0,"6.76 m","(3+)",-2.847,5.094,6.116,3.458084 " ",96,74,170,"W "," ",-47291.0,13.0,8008.95,0.08,"B+",2850.0,30.0,169.949231,14.0,"2.42 m","0+",-8.378,1.825,2.847,4.143084 " ",95,75,170,"Re "," ",-38913.0,23.0,7955.07,0.14,"B+",8378.0,27.0,169.958225,25.0,"9.2 s","(5+)",-4.987,7.356,8.378,4.760084 " ",94,76,170,"Os "," ",-33926.0,10.0,7921.13,0.06,"B+",4987.0,25.0,169.963579,10.0,"7.37 s","0+",-10.566,3.965,4.987,5.537084 " ",93,77,170,"Ir "," -a",-23360.0,90.0,7854.0,1.0,"B+",10570.0,90.0,169.97492,100.0,"0.87 s","(3-)",-7.061,9.544,10.566,6.105084 " ",92,78,170,"Pt "," ",-16299.0,18.0,7808.24,0.11,"B+",7060.0,90.0,169.982502,20.0,"13.93 ms","0+",-12.549,6.039,7.061,6.708084 " ",91,79,170,"Au "," -p",-3750.0,200.0,7730.0,1.0,"B+",12550.0,200.0,169.99597,210.0,"0.29 ms","(2-)",0.0,11.527,12.549,7.175084 "0",106,65,171,"Tb "," x",-44030.0,500.0,8031.0,3.0,"B-",6160.0,590.0,170.95273,540.0,"1.24 s","(3/2+)",6.16,0.0,0.0,-2.444916 " ",105,66,171,"Dy "," x",-50190.0,300.0,8063.0,2.0,"B-",4330.0,670.0,170.94612,320.0,"160 ns","",4.33,-7.182,-6.16,-1.804916 " ",104,67,171,"Ho "," +",-54520.0,600.0,8084.0,4.0,"B-",3200.0,600.0,170.94147,640.0,"53 s","(7/2-)",3.199,-5.352,-4.33,-1.014916 " ",103,68,171,"Er "," ",-57719.0,1.6,8097.746,0.009,"B-",1491.3,1.3,170.9380361,1.7,"7.516 h","5/2-",1.4913,-4.221,-3.199,-0.213916 " ",102,69,171,"Tm "," ",-59210.3,1.0,8101.893,0.006,"B-",96.5,1.0,170.93643509999998,1.0,"1.92 y","1/2+",0.09651,-2.5133,-1.4913,0.645784 " ",101,70,171,"Yb "," ",-59306.81,0.013,8097.882,0.0," ","*","*",170.93633151699999,0.014,"stable","1/2-",-1.47841,-1.11851,-0.09651,1.559474 " ",100,71,171,"Lu "," ",-57828.4,1.9,8084.661,0.011,"B+",1478.4,1.9,170.93791869999998,2.0,"8.24 d","7/2+",-2.3974,0.45641,1.47841,2.290284 " ",99,72,171,"Hf "," x",-55431.0,29.0,8066.07,0.17,"B+",2397.0,29.0,170.94049,30.0,"12.1 h","(7/2+)",-3.711,1.3754,2.3974,2.735084 " ",98,73,171,"Ta "," x",-51720.0,28.0,8039.79,0.16,"B+",3710.0,40.0,170.94448,30.0,"23.3 m","(5/2-)",-4.634,2.689,3.711,3.355084 " ",97,74,171,"W "," x",-47086.0,28.0,8008.12,0.16,"B+",4630.0,40.0,170.94945,30.0,"2.38 m","(5/2-)",-5.836,3.612,4.634,3.957084 " ",96,75,171,"Re "," x",-41250.0,28.0,7969.41,0.16,"B+",5840.0,40.0,170.95572,30.0,"15.2 s","(9/2-)",-6.948,4.814,5.836,4.676084 " ",95,76,171,"Os "," ",-34302.0,18.0,7924.2,0.1,"B+",6950.0,30.0,170.963175,19.0,"8.3 s","(5/2-)",-7.892,5.926,6.948,5.371084 " ",94,77,171,"Ir "," -a",-26410.0,40.0,7873.49,0.22,"B+",7890.0,40.0,170.97165,40.0,"1.46 s","(11/2-)",-8.94,6.87,7.892,5.995084 " ",93,78,171,"Pt "," -a",-17470.0,70.0,7816.6,0.4,"B+",8940.0,80.0,170.98125,80.0,"44 ms","",-9.908,7.918,8.94,6.605084 " ",92,79,171,"Au "," -p",-7562.0,21.0,7754.11,0.12,"B+",9910.0,80.0,170.991882,22.0,"1.02 ms","11/2-",-11.042,8.886,9.908,7.085084 " ",91,80,171,"Hg "," -a",3480.0,300.0,7685.0,2.0,"B+",11040.0,300.0,171.00374,330.0,"59 us","",0.0,10.02,11.042,7.665084 "0",107,65,172,"Tb "," x",-39850.0,500.0,8007.0,3.0,"B-",8160.0,590.0,171.95722,540.0,"0.76 s","(6+)",8.16,0.0,0.0,-2.534916 " ",106,66,172,"Dy "," x",-48010.0,300.0,8050.0,2.0,"B-",3470.0,360.0,171.94846,320.0,"160 ns","0+",3.47,-9.182,-8.16,-2.074916 " ",105,67,172,"Ho "," x",-51480.0,200.0,8066.0,1.0,"B-",5000.0,200.0,171.94473,210.0,"25 s","",5.004,-4.492,-3.47,-1.184916 " ",104,68,172,"Er "," ",-56484.0,4.0,8090.41,0.023,"B-",891.0,5.0,171.939362,4.0,"49.3 h","0+",0.89,-6.026,-5.004,-0.348916 " ",103,69,172,"Tm "," ",-57374.0,6.0,8091.04,0.03,"B-",1881.0,6.0,171.938406,6.0,"63.6 h","2-",1.881446,-1.912,-0.89,0.261084 " ",102,70,172,"Yb "," ",-59255.446,0.014,8097.429,0.0," ","*","*",171.93638665900002,0.015,"stable","0+",-2.519446,-2.903446,-1.881446,1.310838 " ",101,71,172,"Lu "," ",-56736.0,2.3,8078.232,0.014,"B+",2519.5,2.3,171.9390914,2.5,"6.70 d","4-",-0.334,1.497446,2.519446,2.151984 " ",100,72,172,"Hf "," x",-56402.0,24.0,8071.74,0.14,"B+",334.0,25.0,171.93945,26.0,"1.87 y","0+",-5.072,-0.688,0.334,2.754984 " ",99,73,172,"Ta "," x",-51330.0,28.0,8037.7,0.16,"B+",5070.0,40.0,171.9449,30.0,"36.8 m","(3+)",-2.233,4.05,5.072,3.315084 " ",98,74,172,"W "," x",-49097.0,28.0,8020.17,0.16,"B+",2230.0,40.0,171.94729,30.0,"6.6 m","0+",-7.557,1.211,2.233,3.839084 " ",97,75,172,"Re "," ",-41540.0,40.0,7971.67,0.23,"B+",7560.0,50.0,171.95541,40.0,"15 s","(5)",-4.296,6.535,7.557,4.429084 " ",96,76,172,"Os "," ",-37244.0,13.0,7942.16,0.07,"B+",4290.0,40.0,171.960017,14.0,"19.2 s","0+",-9.864,3.274,4.296,5.224084 " ",95,77,172,"Ir "," -a",-27380.0,30.0,7880.26,0.19,"B+",9860.0,30.0,171.97061,30.0,"4.4 s","(3)",-6.273,8.842,9.864,5.985084 " ",94,78,172,"Pt "," ",-21107.0,10.0,7839.25,0.06,"B+",6270.0,30.0,171.977341,11.0,"97.6 ms","0+",-11.787,5.251,6.273,6.463084 " ",93,79,172,"Au "," -a",-9320.0,60.0,7766.2,0.3,"B+",11790.0,60.0,171.99,60.0,"22 ms","",-8.26,10.765,11.787,6.925084 " ",92,80,172,"Hg "," -a",-1060.0,150.0,7713.6,0.9,"B+",8260.0,140.0,171.99886,160.0,"231 us","0+",0.0,7.238,8.26,7.525084 "0",107,66,173,"Dy "," x",-43940.0,400.0,8027.0,2.0,"B-",5410.0,500.0,172.95283,430.0,"160 ns","",5.41,0.0,0.0,-2.214916 " ",106,67,173,"Ho "," x",-49350.0,300.0,8054.0,2.0,"B-",4300.0,360.0,172.94702,320.0,"160 ns","",4.3,-6.432,-5.41,-1.444916 " ",105,68,173,"Er "," x",-53650.0,200.0,8074.0,1.0,"B-",2600.0,200.0,172.9424,210.0,"1.4 m","(7/2-)",2.606,-5.322,-4.3,-0.474916 " ",104,69,173,"Tm "," p2n",-56256.0,4.0,8084.463,0.025,"B-",1295.0,4.0,172.939607,5.0,"8.24 h","(1/2+)",1.295225,-3.628,-2.606,0.116084 " ",103,70,173,"Yb "," ",-57551.225,0.011,8087.427,0.0," ","*","*",172.938216215,0.012,"stable","5/2-",-0.670325,-2.317225,-1.295225,0.946959 " ",102,71,173,"Lu "," ",-56880.9,1.6,8079.03,0.009,"B+",670.3,1.6,172.93893580000002,1.7,"1.37 y","7/2+",-1.4689,-0.351675,0.670325,1.969384 " ",101,72,173,"Hf "," x",-55412.0,28.0,8066.02,0.16,"B+",1469.0,28.0,172.94051,30.0,"23.6 h","1/2-",-3.015,0.4469,1.4689,2.540684 " ",100,73,173,"Ta "," x",-52397.0,28.0,8044.06,0.16,"B+",3020.0,40.0,172.94375,30.0,"3.14 h","5/2-",-3.67,1.993,3.015,3.263084 " ",99,74,173,"W "," x",-48727.0,28.0,8018.33,0.16,"B+",3670.0,40.0,172.94769,30.0,"7.5 m","5/2-",-5.173,2.648,3.67,3.565084 " ",98,75,173,"Re "," x",-43554.0,28.0,7983.91,0.16,"B+",5170.0,40.0,172.95324,30.0,"1.98 m","(5/2-)",-6.116,4.151,5.173,4.311084 " ",97,76,173,"Os "," ",-37438.0,15.0,7944.03,0.09,"B+",6120.0,30.0,172.959808,16.0,"22.4 s","(5/2-)",-7.17,5.094,6.116,5.055084 " ",96,77,173,"Ir "," ",-30268.0,11.0,7898.07,0.06,"B+",7170.0,19.0,172.967505,12.0,"9.3 s","(1/2+,3/2+)",-8.328,6.148,7.17,5.716084 " ",95,78,173,"Pt "," -a",-21940.0,60.0,7845.4,0.3,"B+",8330.0,60.0,172.97644,60.0,"382 ms","(5/2-)",-9.108,7.306,8.328,6.358084 " ",94,79,173,"Au "," +a",-12832.0,23.0,7788.24,0.13,"B+",9110.0,60.0,172.986224,24.0,"25 ms","(1/2+)",-10.122,8.086,9.108,6.837084 " ",93,80,173,"Hg "," -a",-2710.0,200.0,7725.0,1.0,"B+",10120.0,200.0,172.99709,210.0,"0.7 ms","(7/2-)",0.0,9.1,10.122,7.375084 "0",108,66,174,"Dy "," x",-41370.0,500.0,8012.0,3.0,"B-",4320.0,590.0,173.95559,540.0,"160 ns","0+",4.32,0.0,0.0,-2.414916 " ",107,67,174,"Ho "," x",-45690.0,300.0,8033.0,2.0,"B-",6260.0,420.0,173.95095,320.0,"160 ns","",6.26,-5.342,-4.32,-1.394916 " ",106,68,174,"Er "," x",-51950.0,300.0,8064.0,2.0,"B-",1920.0,300.0,173.94423,320.0,"3.2 m","0+",1.91,-7.282,-6.26,-0.714916 " ",105,69,174,"Tm "," +",-53860.0,40.0,8070.64,0.26,"B-",3080.0,40.0,173.94217,50.0,"5.4 m","(4)-",3.084512,-2.932,-1.91,-0.044916 " ",104,70,174,"Yb "," ",-56944.512,0.011,8083.847,0.0,"B-",-1374.3,1.6,173.93886754800002,0.012,"stable","0+",-1.374312,-4.106512,-3.084512,0.739272 " ",103,71,174,"Lu "," ",-55570.2,1.6,8071.453,0.009,"B-",274.3,2.2,173.94034290000002,1.7,"3.31 y","(1)-",0.2743,0.352312,1.374312,1.800784 " ",102,72,174,"Hf "," ",-55844.5,2.3,8068.533,0.013," ","*","*",173.9400485,2.4,"2.0e+15 y","0+",-4.1035,-1.2963,-0.2743,2.494503 " ",101,73,174,"Ta "," x",-51741.0,28.0,8040.45,0.16,"B+",4104.0,28.0,173.94445,30.0,"1.14 h","3+",-1.514,3.0815,4.1035,3.140084 " ",100,74,174,"W "," x",-50227.0,28.0,8027.26,0.16,"B+",1510.0,40.0,173.94608,30.0,"33.2 m","0+",-6.554,0.492,1.514,3.602084 " ",99,75,174,"Re "," x",-43673.0,28.0,7985.09,0.16,"B+",6550.0,40.0,173.95312,30.0,"2.40 m","",-3.678,5.532,6.554,4.040084 " ",98,76,174,"Os "," ",-39995.0,10.0,7959.46,0.06,"B+",3678.0,30.0,173.957063,11.0,"44 s","0+",-9.132,2.656,3.678,4.871084 " ",97,77,174,"Ir "," ",-30863.0,24.0,7902.48,0.14,"B+",9132.0,26.0,173.966867,26.0,"7.9 s","(3+)",-5.545,8.11,9.132,5.625084 " ",96,78,174,"Pt "," -a",-25318.0,10.0,7866.12,0.06,"B+",5545.0,26.0,173.97282,11.0,"0.876 s","0+",-11.078,4.523,5.545,6.183084 " ",95,79,174,"Au "," -a",-14240.0,90.0,7798.0,1.0,"B+",11080.0,90.0,173.98472,100.0,"139 ms","(3-)",-7.599,10.056,11.078,6.695084 " ",94,80,174,"Hg "," -a",-6641.0,19.0,7749.78,0.11,"B+",7590.0,90.0,173.992871,21.0,"1.9 ms","0+",0.0,6.577,7.599,7.233084 "0",108,67,175,"Ho "," x",-43200.0,400.0,8019.0,2.0,"B-",5450.0,570.0,174.95362,430.0,"160 ns","",5.45,0.0,0.0,-1.594916 " ",107,68,175,"Er "," x",-48650.0,400.0,8045.0,2.0,"B-",3660.0,400.0,174.94777,430.0,"1.2 m","(9/2+)",3.66,-6.472,-5.45,-0.884916 " ",106,69,175,"Tm "," +",-52310.0,50.0,8061.77,0.29,"B-",2380.0,50.0,174.94384,50.0,"15.2 m","1/2+",2.38555,-4.682,-3.66,-0.214916 " ",105,70,175,"Yb "," ",-54695.55,0.07,8070.925,0.001,"B-",470.0,1.2,174.94128191,0.08,"4.185 d","7/2-",0.47005,-3.40755,-2.38555,0.598534 " ",104,71,175,"Lu "," ",-55165.6,1.2,8069.14,0.007," ","*","*",174.9407773,1.3,"stable","7/2+",-0.6839,-1.49205,-0.47005,1.619784 " ",103,72,175,"Hf "," ",-54481.7,2.3,8060.761,0.013,"B+",683.9,2.0,174.9415115,2.4,"70 d","5/2-",-2.0727,-0.3381,0.6839,2.400194 " ",102,73,175,"Ta "," x",-52409.0,28.0,8044.44,0.16,"B+",2073.0,28.0,174.94374,30.0,"10.5 h","7/2+",-2.776,1.0507,2.0727,2.994484 " ",101,74,175,"W "," x",-49633.0,28.0,8024.11,0.16,"B+",2780.0,40.0,174.94672,30.0,"35.2 m","(1/2-)",-4.345,1.754,2.776,3.373084 " ",100,75,175,"Re "," x",-45288.0,28.0,7994.82,0.16,"B+",4340.0,40.0,174.95138,30.0,"5.89 m","(5/2-)",-5.183,3.323,4.345,4.007084 " ",99,76,175,"Os "," ",-40105.0,12.0,7960.73,0.07,"B+",5180.0,30.0,174.956945,13.0,"1.4 m","(5/2-)",-6.71,4.161,5.183,4.556084 " ",98,77,175,"Ir "," ",-33395.0,12.0,7917.91,0.07,"B+",6711.0,17.0,174.96415,13.0,"9 s","(5/2-)",-7.682,5.688,6.71,5.430084 " ",97,78,175,"Pt "," ",-25713.0,18.0,7869.55,0.1,"B+",7681.0,22.0,174.972395,20.0,"2.54 s","(7/2-)",-8.313,6.66,7.682,6.164084 " ",96,79,175,"Au "," -a",-17400.0,40.0,7817.59,0.22,"B+",8310.0,40.0,174.98132,40.0,"","(1/2+)",-9.43,7.291,8.313,6.585084 " ",95,80,175,"Hg "," -a",-7970.0,70.0,7759.2,0.4,"B+",9430.0,80.0,174.99144,80.0,"10.7 ms","(7/2-)",0.0,8.408,9.43,7.075084 "0",109,67,176,"Ho "," x",-39290.0,500.0,7997.0,3.0,"B-",7340.0,640.0,175.95782,540.0,"160 ns","",7.34,0.0,0.0,-1.864916 " ",108,68,176,"Er "," x",-46630.0,400.0,8034.0,2.0,"B-",2740.0,410.0,175.94994,430.0,"160 ns","0+",2.74,-8.362,-7.34,-1.044916 " ",107,69,176,"Tm "," +",-49370.0,100.0,8045.1,0.6,"B-",4120.0,100.0,175.947,110.0,"1.9 m","(4+)",4.121314,-3.762,-2.74,-0.314916 " ",106,70,176,"Yb "," ",-53491.314,0.015,8064.085,0.0,"B-",-109.1,1.2,175.94257470899998,0.016,"11.4 s","(8-)",-0.109114,-5.143314,-4.121314,0.56777 " ",105,71,176,"Lu "," ",-53382.2,1.2,8059.02,0.007,"B-",1194.1,0.9,175.9426918,1.3,"3.635 h","1-",1.1941,-0.912886,0.109114,1.566884 " ",104,72,176,"Hf "," ",-54576.3,1.5,8061.359,0.008," ","*","*",175.9414099,1.6,"stable","0+",-3.2063,-2.2161,-1.1941,2.25423 " ",103,73,176,"Ta "," x",-51370.0,30.0,8038.67,0.17,"B+",3210.0,30.0,175.94486,30.0,"8.09 h","(1)-",-0.728,2.1843,3.2063,2.941084 " ",102,74,176,"W "," x",-50642.0,28.0,8030.11,0.16,"B+",720.0,40.0,175.94563,30.0,"2.5 h","0+",-5.579,-0.294,0.728,3.335084 " ",101,75,176,"Re "," x",-45063.0,28.0,7993.97,0.16,"B+",5580.0,40.0,175.95162,30.0,"5.3 m","3+",-2.965,4.557,5.579,3.842084 " ",100,76,176,"Os "," x",-42098.0,28.0,7972.68,0.16,"B+",2960.0,40.0,175.95481,30.0,"3.6 m","0+",-8.22,1.943,2.965,4.574084 " ",99,77,176,"Ir "," ",-33878.0,17.0,7921.53,0.1,"B+",8220.0,30.0,175.96363,18.0,"8.6 s","(5+)",-4.944,7.198,8.22,5.237084 " ",98,78,176,"Pt "," ",-28934.0,13.0,7888.99,0.07,"B+",4944.0,21.0,175.968938,14.0,"6.3 s","",-10.414,3.922,4.944,5.885084 " ",97,79,176,"Au "," -a",-18520.0,30.0,7825.38,0.19,"B+",10410.0,40.0,175.98012,40.0,"1.05 s","(3-,4-)",-6.735,9.392,10.414,6.435084 " ",96,80,176,"Hg "," ",-11785.0,11.0,7782.67,0.06,"B+",6740.0,30.0,175.987348,12.0,"21.6 ms","0+",-12.365,5.713,6.735,6.897084 " ",95,81,176,"Tl "," -p",580.0,80.0,7708.0,0.4,"B+",12370.0,80.0,176.00062,80.0,"5.2 ms","(3-,4-,5-)",0.0,11.343,12.365,7.475084 "0",109,68,177,"Er "," x",-42860.0,500.0,8013.0,3.0,"B-",4610.0,590.0,176.95399,540.0,"160 ns","",4.61,0.0,0.0,-1.344916 " ",108,69,177,"Tm "," x",-47470.0,300.0,8035.0,2.0,"B-",3520.0,300.0,176.94904,320.0,"90 s","(7/2-)",3.5164,-5.632,-4.61,-0.544916 " ",107,70,177,"Yb "," -n",-50986.4,0.22,8049.973,0.001,"B-",1397.4,1.2,176.94526385,0.24,"6.41 s","(1/2-)",1.3974,-4.5384,-3.5164,0.238684 " ",106,71,177,"Lu "," ",-52383.8,1.2,8053.448,0.007,"B-",496.8,0.8,176.94376369999998,1.3,"160.44 d","23/2-",0.4968,-2.4194,-1.3974,1.447284 " ",105,72,177,"Hf "," ",-52880.6,1.4,8051.835,0.008," ","*","*",176.9432303,1.5,"1.09 s","23/2+",-1.1656,-1.5188,-0.4968,2.245709 " ",104,73,177,"Ta "," -",-51715.0,3.0,8040.827,0.019,"B+",1166.0,3.0,176.944482,4.0,"56.56 h","7/2+",-2.013,0.1436,1.1656,2.740984 " ",103,74,177,"W "," x",-49702.0,28.0,8025.04,0.16,"B+",2013.0,28.0,176.94664,30.0,"132 m","1/2-",-3.433,0.991,2.013,3.285084 " ",102,75,177,"Re "," x",-46269.0,28.0,8001.22,0.16,"B+",3430.0,40.0,176.95033,30.0,"14 m","5/2-",-4.313,2.411,3.433,3.703084 " ",101,76,177,"Os "," +a",-41956.0,15.0,7972.44,0.08,"B+",4310.0,30.0,176.954958,16.0,"3.0 m","1/2-",-5.909,3.291,4.313,4.346084 " ",100,77,177,"Ir "," x",-36047.0,20.0,7934.63,0.11,"B+",5909.0,25.0,176.961302,21.0,"30 s","(5/2-)",-6.677,4.887,5.909,5.082084 " ",99,78,177,"Pt "," ",-29370.0,15.0,7892.49,0.08,"B+",6677.0,25.0,176.96847,16.0,"10.6 s","5/2-",-7.825,5.655,6.677,5.643084 " ",98,79,177,"Au "," ",-21545.0,10.0,7843.86,0.06,"B+",7825.0,18.0,176.97687,11.0,"1.53 s","(1/2+)",-8.765,6.803,7.825,6.298084 " ",97,80,177,"Hg "," -a",-12780.0,80.0,7789.9,0.4,"B+",8760.0,80.0,176.98628,80.0,"118 ms","(7/2-)",-9.439,7.743,8.765,6.735084 " ",96,81,177,"Tl "," IT",-3341.0,22.0,7732.17,0.12,"B+",9440.0,80.0,176.996414,23.0,"18 ms","(1/2+)",0.0,8.417,9.439,7.066084 "0",110,68,178,"Er "," x",-40260.0,600.0,7999.0,3.0,"B-",3860.0,720.0,177.95678,640.0,"160 ns","0+",3.86,0.0,0.0,-1.314916 " ",109,69,178,"Tm "," x",-44120.0,400.0,8016.0,2.0,"B-",5580.0,400.0,177.95264,430.0,"300 ns","",5.575,-4.882,-3.86,-0.854916 " ",108,70,178,"Yb "," -nn",-49695.0,10.0,8042.84,0.06,"B-",642.0,10.0,177.94665,11.0,"74 m","0+",0.6428,-6.597,-5.575,-0.169916 " ",107,71,178,"Lu "," ",-50337.8,2.3,8042.054,0.013,"B-",2097.5,2.1,177.9459602,2.4,"28.4 m","1(+)",2.0974,-1.6648,-0.6428,1.097284 " ",106,72,178,"Hf "," ",-52435.2,1.4,8049.442,0.008," ","*","*",177.9437085,1.5,"4.0 s","8-",-1.8352,-3.1194,-2.0974,2.084396 " ",105,73,178,"Ta "," IT",-50600.0,50.0,8035.0,0.0,"B+",1840.0,50.0,177.94568,60.0,"2.36 h","(7)-",-0.193,0.8132,1.8352,2.545284 " ",104,74,178,"W "," -",-50407.0,15.0,8029.26,0.09,"B+",190.0,50.0,177.945886,16.0,"21.6 d","0+",-4.754,-0.829,0.193,3.012584 " ",103,75,178,"Re "," x",-45653.0,28.0,7998.16,0.16,"B+",4750.0,30.0,177.95099,30.0,"13.2 m","(3+)",-2.109,3.732,4.754,3.663084 " ",102,76,178,"Os "," ",-43544.0,14.0,7981.91,0.08,"B+",2110.0,30.0,177.953253,15.0,"5.0 m","0+",-7.292,1.087,2.109,4.258084 " ",101,77,178,"Ir "," x",-36252.0,20.0,7936.55,0.11,"B+",7292.0,24.0,177.961082,21.0,"12 s","",-4.254,6.27,7.292,4.996084 " ",100,78,178,"Pt "," ",-31998.0,10.0,7908.25,0.06,"B+",4254.0,22.0,177.965649,11.0,"21.1 s","0+",-9.694,3.232,4.254,5.572084 " ",99,79,178,"Au "," ",-22304.0,10.0,7849.4,0.06,"B+",9694.0,14.0,177.976056,11.0,"2.6 s","",-5.988,8.672,9.694,6.134084 " ",98,80,178,"Hg "," -a",-16316.0,11.0,7811.36,0.06,"B+",5988.0,15.0,177.982484,12.0,"0.266 s","0+",-11.526,4.966,5.988,6.577084 " ",97,81,178,"Tl "," -a",-4790.0,90.0,7742.0,1.0,"B+",11530.0,90.0,177.99486,100.0,"254 ms","",-8.364,10.504,11.526,7.025084 " ",96,82,178,"Pb "," -a",3574.0,24.0,7690.83,0.13,"B+",8370.0,90.0,178.003837,26.0,"0.12 ms","0+",0.0,7.342,8.364,7.790084 "0",110,69,179,"Tm "," x",-41600.0,500.0,8002.0,3.0,"B-",4940.0,540.0,178.95534,540.0,"160 ns","",4.94,0.0,0.0,-0.824916 " ",109,70,179,"Yb "," x",-46540.0,200.0,8025.0,1.0,"B-",2520.0,200.0,178.95004,210.0,"8.0 m","(1/2-)",2.519,-5.962,-4.94,-0.314916 " ",108,71,179,"Lu "," ",-49059.0,5.0,8035.073,0.029,"B-",1404.0,5.0,178.947333,6.0,"4.59 h","7/2+",1.4039,-3.541,-2.519,0.826084 " ",107,72,179,"Hf "," ",-50462.9,1.4,8038.546,0.008," ","*","*",178.94582580000002,1.5,"18.67 s","1/2-",-0.1056,-2.4259,-1.4039,1.807734 " ",106,73,179,"Ta "," ",-50357.3,1.5,8033.585,0.008,"B+",105.6,0.4,178.9459392,1.6,"1.82 y","7/2+",-1.0623,-0.9164,0.1056,2.383384 " ",105,74,179,"W "," ",-49295.0,15.0,8023.28,0.08,"B+",1062.0,15.0,178.94708,16.0,"37.05 m","7/2-",-2.711,0.0403,1.0623,2.761784 " ",104,75,179,"Re "," ",-46584.0,25.0,8003.77,0.14,"B+",2711.0,27.0,178.94999,26.0,"19.5 m","5/2+",-3.565,1.689,2.711,3.400084 " ",103,76,179,"Os "," ",-43019.0,17.0,7979.48,0.09,"B+",3565.0,30.0,178.953817,18.0,"6.5 m","1/2-",-4.937,2.543,3.565,4.189084 " ",102,77,179,"Ir "," ",-38082.0,10.0,7947.52,0.05,"B+",4938.0,19.0,178.959118,10.0,"79 s","(5/2)-",-5.814,3.915,4.937,4.781084 " ",101,78,179,"Pt "," ",-32268.0,8.0,7910.68,0.04,"B+",5814.0,13.0,178.965359,9.0,"21.1 s","1/2-",-7.279,4.792,5.814,5.412084 " ",100,79,179,"Au "," ",-24989.0,12.0,7865.64,0.07,"B+",7280.0,14.0,178.973174,13.0,"7.1 s","(5/2-)",-8.061,6.257,7.279,5.981084 " ",99,80,179,"Hg "," ",-16928.0,27.0,7816.24,0.15,"B+",8060.0,30.0,178.981827,29.0,"1.05 s","7/2-",-8.658,7.039,8.061,6.360084 " ",98,81,179,"Tl "," -a",-8270.0,40.0,7763.49,0.22,"B+",8660.0,50.0,178.99112,40.0,"0.23 s","(1/2+)",-10.32,7.636,8.658,6.705084 " ",97,82,179,"Pb "," -a",2050.0,80.0,7701.5,0.4,"B+",10320.0,80.0,179.0022,80.0,"3.5 ms","(9/2-)",0.0,9.298,10.32,7.595084 "0",111,69,180,"Tm "," x",-37920.0,500.0,7982.0,3.0,"B-",6680.0,590.0,179.95929,540.0,"300 ns","",6.68,0.0,0.0,-1.054916 " ",110,70,180,"Yb "," x",-44600.0,300.0,8015.0,2.0,"B-",2080.0,310.0,179.95212,320.0,"2.4 m","0+",2.08,-7.702,-6.68,-0.394916 " ",109,71,180,"Lu "," +",-46680.0,70.0,8022.0,0.4,"B-",3100.0,70.0,179.94989,80.0,"5.7 m","5+",3.0993,-3.102,-2.08,0.265084 " ",108,72,180,"Hf "," ",-49779.3,1.4,8034.93,0.008,"B-",-846.5,2.3,179.9465597,1.5,"5.53 h","8-",-0.8464,-4.1213,-3.0993,1.287098 " ",107,73,180,"Ta "," +n",-48932.9,1.9,8025.881,0.011,"B-",703.2,2.3,179.94746840000002,2.1,"8.154 h","1+",0.7032,-0.1756,0.8464,2.024384 " ",106,74,180,"W "," ",-49636.1,1.4,8025.442,0.008," ","*","*",179.9467134,1.5,"5.47 ms","8-",-3.7991,-1.7252,-0.7032,2.515284 " ",105,75,180,"Re "," x",-45837.0,21.0,7999.99,0.12,"B+",3799.0,21.0,179.950792,23.0,"2.46 m","(1)-",-1.479,2.7771,3.7991,3.108084 " ",104,76,180,"Os "," ",-44358.0,16.0,7987.43,0.09,"B+",1480.0,27.0,179.95238,18.0,"21.5 m","0+",-6.38,0.457,1.479,3.859084 " ",103,77,180,"Ir "," x",-37978.0,22.0,7947.63,0.12,"B+",6380.0,27.0,179.959229,23.0,"1.5 m","(5+)",-3.542,5.358,6.38,4.660084 " ",102,78,180,"Pt "," +a",-34436.0,11.0,7923.61,0.06,"B+",3542.0,24.0,179.963032,12.0,"56 s","0+",-8.81,2.52,3.542,5.237084 " ",101,79,180,"Au "," ",-25626.0,5.0,7870.318,0.027,"B+",8810.0,12.0,179.97249,5.0,"8.1 s","",-5.376,7.788,8.81,5.827084 " ",100,80,180,"Hg "," ",-20250.0,13.0,7836.11,0.07,"B+",5375.0,14.0,179.97826,14.0,"2.58 s","0+",-10.86,4.354,5.376,6.259084 " ",99,81,180,"Tl "," -a",-9390.0,60.0,7771.4,0.3,"B+",10860.0,60.0,179.98992,60.0,"1.09 s","(5-)",-7.449,9.838,10.86,6.705084 " ",98,82,180,"Pb "," -a",-1941.0,12.0,7725.7,0.07,"B+",7450.0,60.0,179.997916,13.0,"4.4 ms","0+",0.0,6.427,7.449,7.419084 "0",112,69,181,"Tm "," x",-35170.0,600.0,7967.0,3.0,"B-",5920.0,670.0,180.96224,640.0,"160 ns","",5.92,0.0,0.0,0.0 " ",111,70,181,"Yb "," x",-41090.0,300.0,7996.0,2.0,"B-",3710.0,320.0,180.95589,320.0,"160 ns","",3.71,-6.942,-5.92,-0.654916 " ",110,71,181,"Lu "," x",-44800.0,130.0,8011.9,0.7,"B-",2610.0,130.0,180.95191,140.0,"3.5 m","(7/2+)",2.6028,-4.732,-3.71,0.245084 " ",109,72,181,"Hf "," -n",-47402.8,1.4,8022.002,0.008,"B-",1035.5,1.8,180.949111,1.5,"42.39 d","1/2-",1.0355,-3.6248,-2.6028,1.158684 " ",108,73,181,"Ta "," ",-48438.3,1.4,8023.4,0.008," ","*","*",180.94799930000002,1.5,"18.9 us","",-0.2045,-2.0575,-1.0355,1.520584 " ",107,74,181,"W "," -n",-48233.8,1.4,8017.948,0.008,"B+",204.5,1.9,180.9482189,1.6,"121.2 d","9/2+",-1.7168,-0.8175,0.2045,2.221884 " ",106,75,181,"Re "," 4n",-46517.0,13.0,8004.14,0.07,"B+",1716.0,13.0,180.950062,13.0,"19.9 h","5/2+",-2.967,0.6948,1.7168,2.773084 " ",105,76,181,"Os "," ",-43550.0,25.0,7983.43,0.14,"B+",2967.0,28.0,180.953247,27.0,"105 m","1/2-",-4.087,1.945,2.967,3.727084 " ",104,77,181,"Ir "," +a",-39463.0,5.0,7956.523,0.029,"B+",4087.0,26.0,180.957635,6.0,"4.90 m","5/2-",-5.081,3.065,4.087,4.381084 " ",103,78,181,"Pt "," ",-34382.0,14.0,7924.13,0.08,"B+",5082.0,15.0,180.96309,15.0,"52.0 s","1/2-",-6.511,4.059,5.081,5.149084 " ",102,79,181,"Au "," -a",-27871.0,20.0,7883.84,0.11,"B+",6510.0,24.0,180.970079,21.0,"14.5 s","(3/2-,5/2-)",-7.21,5.489,6.511,5.751084 " ",101,80,181,"Hg "," ",-20661.0,15.0,7839.68,0.08,"B+",7210.0,25.0,180.977819,17.0,"3.54 s","1/2-",-7.862,6.188,7.21,6.284084 " ",100,81,181,"Tl "," ",-12799.0,9.0,7791.92,0.05,"B+",7862.0,18.0,180.98626,10.0,"1.4 ms","",-9.679,6.84,7.862,6.321084 " ",99,82,181,"Pb "," -a",-3120.0,80.0,7734.1,0.4,"B+",9680.0,80.0,180.99665,80.0,"45 ms","(13/2+)",0.0,8.657,9.679,7.235084 "0",112,70,182,"Yb "," x",-38820.0,400.0,7984.0,2.0,"B-",3060.0,450.0,181.95833,430.0,"160 ns","0+",3.06,0.0,0.0,-0.984916 " ",111,71,182,"Lu "," x",-41880.0,200.0,7996.0,1.0,"B-",4170.0,200.0,181.95504,210.0,"2.0 m","",4.17,-4.082,-3.06,-0.184916 " ",110,72,182,"Hf "," -nn",-46050.0,6.0,8014.84,0.03,"B-",380.0,6.0,181.950564,7.0,"61.5 m","8-",0.3799,-5.192,-4.17,1.220084 " ",109,73,182,"Ta "," ",-46429.9,1.4,8012.628,0.008,"B-",1816.1,1.4,181.9501554,1.5,"283 ms","5+",1.8162,-1.4019,-0.3799,1.482984 " ",108,74,182,"W "," ",-48246.1,0.7,8018.308,0.004," ","*","*",181.9482057,0.8,"stable","0+",-2.7961,-2.8382,-1.8162,1.764184 " ",107,75,182,"Re "," IT",-45450.0,100.0,7998.6,0.6,"B+",2800.0,100.0,181.95121,110.0,"64.2 h","7+",-0.841,1.7741,2.7961,2.725084 " ",106,76,182,"Os "," ",-44609.0,22.0,7989.73,0.12,"B+",840.0,100.0,181.95211,23.0,"21.84 h","0+",-5.557,-0.181,0.841,3.373084 " ",105,77,182,"Ir "," ",-39052.0,21.0,7954.89,0.12,"B+",5560.0,30.0,181.958076,23.0,"15.0 m","3+",-2.884,4.535,5.557,4.176084 " ",104,78,182,"Pt "," ",-36168.0,13.0,7934.75,0.07,"B+",2883.0,25.0,181.961172,14.0,"2.2 m","0+",-7.867,1.862,2.884,4.951084 " ",103,79,182,"Au "," -a",-28301.0,20.0,7887.23,0.11,"B+",7868.0,24.0,181.969618,22.0,"15.5 s","2+",-4.724,6.845,7.867,5.526084 " ",102,80,182,"Hg "," ",-23577.0,10.0,7856.97,0.05,"B+",4724.0,23.0,181.974689,11.0,"10.83 s","0+",-10.249,3.702,4.724,5.996084 " ",101,81,182,"Tl "," -a",-13328.0,12.0,7796.36,0.07,"B+",10249.0,15.0,181.985692,13.0,"2.9 s","(7+)",-6.503,9.227,10.249,6.551084 " ",100,82,182,"Pb "," -a",-6825.0,12.0,7756.33,0.07,"B+",6503.0,17.0,181.992673,13.0,"59 ms","0+",0.0,5.481,6.503,7.066084 "0",113,70,183,"Yb "," x",-35100.0,400.0,7964.0,2.0,"B-",4620.0,410.0,182.96232,430.0,"222 ns","",4.62,0.0,0.0,0.0 " ",112,71,183,"Lu "," x",-39720.0,80.0,7984.8,0.4,"B-",3570.0,90.0,182.95736,90.0,"58 s","(7/2+)",3.56,-5.642,-4.62,-0.544916 " ",111,72,183,"Hf "," +",-43280.0,30.0,8000.03,0.16,"B-",2010.0,30.0,182.95353,30.0,"10 s","",2.0128,-4.582,-3.56,0.835084 " ",110,73,183,"Ta "," -n",-45292.8,1.4,8006.735,0.008,"B-",1072.8,1.4,182.9513762,1.5,"5.1 d","7/2+",1.0728,-3.0348,-2.0128,1.341284 " ",109,74,183,"W "," ",-46365.6,0.7,8008.322,0.004," ","*","*",182.9502245,0.8,"5.30 s","11/2+",-0.5556,-2.0948,-1.0728,1.672384 " ",108,75,183,"Re "," -",-45810.0,8.0,8001.01,0.04,"B+",556.0,8.0,182.950821,9.0,"70.0 d","5/2+",-2.15,-0.4664,0.5556,2.122384 " ",107,76,183,"Os "," ",-43660.0,50.0,7985.01,0.27,"B+",2150.0,50.0,182.95312,50.0,"13.0 h","9/2+",-3.457,1.128,2.15,3.210084 " ",106,77,183,"Ir "," ",-40203.0,24.0,7961.82,0.13,"B+",3460.0,50.0,182.95684,26.0,"58 m","5/2-",-4.431,2.435,3.457,3.956084 " ",105,78,183,"Pt "," ",-35772.0,16.0,7933.34,0.08,"B+",4431.0,29.0,182.961597,17.0,"6.5 m","1/2-",-5.581,3.409,4.431,4.822084 " ",104,79,183,"Au "," ",-30191.0,9.0,7898.56,0.05,"B+",5581.0,18.0,182.967588,10.0,"42.8 s","(5/2)-",-6.386,4.559,5.581,5.466084 " ",103,80,183,"Hg "," ",-23805.0,7.0,7859.39,0.04,"B+",6387.0,12.0,182.974445,8.0,"9.4 s","1/2-",-7.218,5.364,6.386,6.038084 " ",102,81,183,"Tl "," ",-16587.0,9.0,7815.67,0.05,"B+",7217.0,12.0,182.982193,10.0,"53.3 ms","(9/2-)",-9.012,6.196,7.218,5.977084 " ",101,82,183,"Pb "," -a",-7575.0,28.0,7762.15,0.15,"B+",9012.0,30.0,182.99187,30.0,"535 ms","(3/2-)",0.0,7.99,9.012,6.928084 "0",114,70,184,"Yb "," x",-32540.0,500.0,7951.0,3.0,"B-",3870.0,590.0,183.96507,540.0,"160 ns","0+",3.87,0.0,0.0,0.0 " ",113,71,184,"Lu "," x",-36410.0,300.0,7967.0,2.0,"B-",5090.0,300.0,183.96091,320.0,"19 s","(3+)",5.09,-4.892,-3.87,-0.914916 " ",112,72,184,"Hf "," +",-41500.0,40.0,7990.72,0.22,"B-",1340.0,30.0,183.95545,40.0,"48 s","(8-)",1.339,-6.112,-5.09,0.675084 " ",111,73,184,"Ta "," +",-42839.0,26.0,7993.75,0.14,"B-",2866.0,26.0,183.95401,28.0,"8.7 h","(5-)",2.8664,-2.361,-1.339,1.416084 " ",110,74,184,"W "," ",-45705.4,0.7,8005.077,0.004,"B-",-1486.0,4.0,183.9509333,0.8,"stable","0+",-1.4854,-3.8884,-2.8664,1.648984 " ",109,75,184,"Re "," ",-44220.0,4.0,7992.75,0.023,"B-",33.0,4.0,183.952528,5.0,"35.4 d","3(-)",0.0325,0.4634,1.4854,2.287984 " ",108,76,184,"Os "," ",-44252.5,0.8,7988.677,0.005," ","*","*",183.9524929,0.9,"23.6 ns","10+",-4.6415,-1.0545,-0.0325,2.958684 " ",107,77,184,"Ir "," x",-39611.0,28.0,7959.2,0.15,"B+",4642.0,28.0,183.95748,30.0,"3.09 h","5-",-2.277,3.6195,4.6415,3.801084 " ",106,78,184,"Pt "," ",-37334.0,16.0,7942.57,0.08,"B+",2280.0,30.0,183.95992,17.0,"17.3 m","0+",-7.015,1.255,2.277,4.599084 " ",105,79,184,"Au "," -a",-30319.0,22.0,7900.19,0.12,"B+",7016.0,27.0,183.967452,24.0,"47.6 s","2+",-3.97,5.993,7.015,5.234084 " ",104,80,184,"Hg "," ",-26349.0,10.0,7874.37,0.05,"B+",3970.0,24.0,183.971713,11.0,"30.87 s","0+",-9.466,2.948,3.97,5.662084 " ",103,81,184,"Tl "," ",-16883.0,10.0,7818.67,0.05,"B+",9466.0,14.0,183.981875,11.0,"10.1 s","(2-)",-5.831,8.444,9.466,6.318084 " ",102,82,184,"Pb "," ",-11052.0,13.0,7782.73,0.07,"B+",5832.0,16.0,183.988136,14.0,"490 ms","0+",-12.112,4.809,5.831,6.773084 " ",101,83,184,"Bi "," -a",1060.0,80.0,7712.6,0.4,"B+",12110.0,80.0,184.00114,80.0,"13 ms","",0.0,11.09,12.112,8.025084 "0",115,70,185,"Yb "," x",-28500.0,500.0,7929.0,3.0,"B-",5390.0,590.0,184.9694,540.0,"160 ns","",5.39,0.0,0.0,0.0 " ",114,71,185,"Lu "," x",-33890.0,300.0,7954.0,2.0,"B-",4430.0,310.0,184.96362,320.0,"160 ns","",4.43,-6.412,-5.39,-1.144916 " ",113,72,185,"Hf "," x",-38320.0,60.0,7974.0,0.3,"B-",3070.0,70.0,184.95886,70.0,"3.5 m","",3.074,-5.452,-4.43,0.345084 " ",112,73,185,"Ta "," +",-41394.0,14.0,7986.36,0.08,"B-",1994.0,14.0,184.955561,15.0,"49.4 m","(7/2+)",1.9938,-4.096,-3.074,0.981084 " ",111,74,185,"W "," ",-43387.8,0.7,7992.907,0.004,"B-",431.2,0.7,184.9534213,0.8,"1.67 m","11/2+",0.4312,-3.0158,-1.9938,1.590084 " ",110,75,185,"Re "," ",-43819.0,0.8,7991.009,0.004," ","*","*",184.9529583,0.9,"stable","5/2+",-1.0131,-1.4532,-0.4312,2.194384 " ",109,76,185,"Os "," ",-42805.9,0.8,7981.304,0.004,"B+",1013.1,0.4,184.954046,0.9,"93.6 d","1/2-",-2.4699,-0.0089,1.0131,3.002984 " ",108,77,185,"Ir "," x",-40336.0,28.0,7963.72,0.15,"B+",2470.0,28.0,184.9567,30.0,"14.4 h","5/2-",-3.648,1.4479,2.4699,3.756084 " ",107,78,185,"Pt "," ",-36688.0,26.0,7939.78,0.14,"B+",3650.0,40.0,184.960614,28.0,"33.0 m","1/2-",-4.8299,2.626,3.648,4.437084 " ",106,79,185,"Au "," x",-31858.1,2.6,7909.44,0.014,"B+",4830.0,26.0,184.9657989,2.8,"4.25 m","5/2-",-5.6741,3.8079,4.8299,5.179984 " ",105,80,185,"Hg "," ",-26184.0,14.0,7874.54,0.07,"B+",5674.0,14.0,184.971891,15.0,"49.1 s","1/2-",-6.426,4.6521,5.6741,5.773084 " ",104,81,185,"Tl "," IT",-19758.0,21.0,7835.57,0.11,"B+",6426.0,25.0,184.978789,22.0,"1.93 s","(9/2-)",-8.217,5.404,6.426,5.688084 " ",103,82,185,"Pb "," -a",-11541.0,16.0,7786.93,0.09,"B+",8217.0,26.0,184.98761,17.0,"6.3 s","3/2-",-9.301,7.195,8.217,6.695084 " ",102,83,185,"Bi "," IT",-2240.0,80.0,7732.0,0.0,"B+",9310.0,80.0,184.9976,90.0,"58 us","1/2+",0.0,8.279,9.301,8.134084 "0",115,71,186,"Lu "," x",-30210.0,400.0,7935.0,2.0,"B-",6210.0,400.0,185.96757,430.0,"160 ns","",6.21,0.0,0.0,0.0 " ",114,72,186,"Hf "," x",-36420.0,50.0,7964.3,0.28,"B-",2180.0,80.0,185.9609,60.0,"2.6 m","0+",2.19,-7.232,-6.21,-0.024916 " ",113,73,186,"Ta "," +",-38610.0,60.0,7971.8,0.3,"B-",3900.0,60.0,185.95855,60.0,"10.5 m","(2-,3-)",3.8985,-3.212,-2.19,0.845084 " ",112,74,186,"W "," ",-42508.5,1.2,7988.601,0.007,"B-",-581.4,1.2,185.95436519999998,1.3,"stable","0+",-0.5814,-4.9205,-3.8985,1.116584 " ",111,75,186,"Re "," ",-41927.1,0.8,7981.269,0.004,"B-",1072.9,0.8,185.95498940000002,0.9,"3.7183 d","1-",1.0728,-0.4406,0.5814,2.077884 " ",110,76,186,"Os "," ",-42999.9,0.8,7982.831,0.004," ","*","*",185.95383769999998,0.8,"2.0e+15 y","0+",-3.8279,-2.0948,-1.0728,2.821284 " ",109,77,186,"Ir "," x",-39172.0,17.0,7958.05,0.09,"B+",3828.0,17.0,185.957947,18.0,"16.64 h","5+",-1.308,2.8059,3.8279,3.853084 " ",108,78,186,"Pt "," ",-37864.0,22.0,7946.81,0.12,"B+",1308.0,27.0,185.959351,23.0,"2.08 h","0+",-6.149,0.286,1.308,4.320084 " ",107,79,186,"Au "," ",-31715.0,21.0,7909.54,0.11,"B+",6150.0,30.0,185.965953,23.0,"10.7 m","3-",-3.176,5.127,6.149,4.912084 " ",106,80,186,"Hg "," ",-28539.0,12.0,7888.26,0.06,"B+",3176.0,24.0,185.969362,13.0,"1.38 m","0+",-8.652,2.154,3.176,5.204084 " ",105,81,186,"Tl "," x",-19887.0,22.0,7837.54,0.12,"B+",8652.0,25.0,185.978651,24.0,"27.5 s","(7+)",-5.205,7.63,8.652,5.989084 " ",104,82,186,"Pb "," -a",-14682.0,11.0,7805.35,0.06,"B+",5205.0,25.0,185.984238,12.0,"4.82 s","0+",-11.536,4.183,5.205,6.470084 " ",103,83,186,"Bi "," -a",-3146.0,17.0,7739.12,0.09,"B+",11536.0,20.0,185.996622,18.0,"14.8 ms","(3+)",-7.247,10.514,11.536,7.757084 " ",102,84,186,"Po "," -a",4101.0,18.0,7695.95,0.1,"B+",7247.0,25.0,186.004403,20.0,"28 us","0+",0.0,6.225,7.247,8.501084 "0",116,71,187,"Lu "," x",-27580.0,400.0,7922.0,2.0,"B-",5240.0,500.0,186.97039,430.0,"160 ns","",5.24,0.0,0.0,0.0 " ",115,72,187,"Hf "," x",-32820.0,300.0,7946.0,2.0,"B-",4080.0,300.0,186.96477,320.0,"None","None",4.08,-6.262,-5.24,-0.144916 " ",114,73,187,"Ta "," x",-36900.0,60.0,7963.21,0.3,"B-",3010.0,60.0,186.96039,60.0,"None","None",3.004,-5.102,-4.08,0.395084 " ",113,74,187,"W "," ",-39904.0,1.2,7975.116,0.006,"B-",1312.5,1.1,186.95716130000002,1.3,"24.000 h","3/2-",1.3125,-4.026,-3.004,0.951084 " ",112,75,187,"Re "," ",-41216.5,0.7,7977.951,0.004,"B-",2.467,0.002,186.9557523,0.8,"4.33e+10 y","5/2+",0.0024,-2.3345,-1.3125,1.651384 " ",111,76,187,"Os "," ",-41218.9,0.7,7973.78,0.004," ","*","*",186.9557496,0.8,"stable","1/2-",-1.6699,-1.0244,-0.0024,2.721784 " ",110,77,187,"Ir "," x",-39549.0,28.0,7960.67,0.15,"B+",1670.0,28.0,186.95754,30.0,"10.5 h","3/2+",-2.864,0.6479,1.6699,3.836084 " ",109,78,187,"Pt "," ",-36685.0,24.0,7941.17,0.13,"B+",2860.0,40.0,186.960617,26.0,"2.35 h","3/2-",-3.657,1.842,2.864,4.550084 " ",108,79,187,"Au "," ",-33028.0,22.0,7917.43,0.12,"B+",3657.0,27.0,186.964543,24.0,"8.4 m","1/2+",-4.91,2.635,3.657,4.750084 " ",107,80,187,"Hg "," ",-28118.0,14.0,7886.99,0.07,"B+",4910.0,26.0,186.969814,15.0,"1.9 m","3/2(-)",-5.673,3.888,4.91,5.229084 " ",106,81,187,"Tl "," ",-22445.0,8.0,7852.46,0.04,"B+",5673.0,16.0,186.975905,9.0,"15.60 s","(9/2-)",-7.458,4.651,5.673,5.321084 " ",105,82,187,"Pb "," ",-14987.0,5.0,7808.4,0.027,"B+",7458.0,10.0,186.983911,5.0,"18.3 s","(13/2+)",-8.604,6.436,7.458,6.393084 " ",104,83,187,"Bi "," -a",-6383.0,10.0,7758.21,0.05,"B+",8604.0,11.0,186.993147,11.0,"38 ms","(9/2-)",-9.213,7.582,8.604,7.779084 " ",103,84,187,"Po "," -a",2830.0,30.0,7704.76,0.17,"B+",9210.0,30.0,187.00304,30.0,"1.40 ms","(1/2-,5/2-)",0.0,8.191,9.213,7.980084 "0",117,71,188,"Lu "," x",-23790.0,500.0,7902.0,3.0,"B-",7090.0,590.0,187.97446,540.0,"160 ns","",7.09,0.0,0.0,0.0 " ",116,72,188,"Hf "," x",-30880.0,300.0,7936.0,2.0,"B-",2730.0,300.0,187.96685,320.0,"None","None",2.73,-8.112,-7.09,-0.764916 " ",115,73,188,"Ta "," x",-33610.0,50.0,7946.32,0.29,"B-",5060.0,60.0,187.96392,60.0,"None","None",5.058,-3.752,-2.73,0.375084 " ",114,74,188,"W "," +",-38668.0,3.0,7969.052,0.016,"B-",349.0,3.0,187.958488,3.0,"69.78 d","0+",0.3488,-6.08,-5.058,0.407084 " ",113,75,188,"Re "," -n",-39016.8,0.7,7966.747,0.004,"B-",2120.42,0.15,187.95811369999998,0.8,"18.59 m","(6)-",2.1204,-1.3708,-0.3488,1.397284 " ",112,76,188,"Os "," ",-41137.2,0.7,7973.864,0.004," ","*","*",187.9558374,0.8,"stable","0+",-2.7922,-3.1424,-2.1204,2.143284 " ",111,77,188,"Ir "," ",-38345.0,9.0,7954.85,0.05,"B+",2792.0,9.0,187.958835,10.0,"41.5 h","1-",-0.524,1.7702,2.7922,3.450084 " ",110,78,188,"Pt "," ",-37821.0,5.0,7947.902,0.028,"B+",524.0,9.0,187.959398,6.0,"10.2 d","0+",-5.4497,-0.498,0.524,4.006584 " ",109,79,188,"Au "," x",-32371.3,2.7,7914.753,0.014,"B+",5450.0,6.0,187.965248,2.9,"8.84 m","1(-)",-2.1693,4.4277,5.4497,4.814784 " ",108,80,188,"Hg "," ",-30202.0,12.0,7899.05,0.07,"B+",2169.0,13.0,187.967577,13.0,"3.25 m","0+",-7.866,1.1473,2.1693,4.707084 " ",107,81,188,"Tl "," x",-22336.0,30.0,7853.05,0.16,"B+",7870.0,30.0,187.97602,30.0,"None","None",-4.521,6.844,7.866,5.558084 " ",106,82,188,"Pb "," -a",-17815.0,11.0,7824.84,0.06,"B+",4520.0,30.0,187.980875,11.0,"25.1 s","0+",-10.62,3.499,4.521,6.109084 " ",105,83,188,"Bi "," -a",-7195.0,11.0,7764.19,0.06,"B+",10621.0,15.0,187.992276,12.0,"265 ms","(10-)",-6.651,9.598,10.62,7.263084 " ",104,84,188,"Po "," -a",-544.0,20.0,7724.65,0.11,"B+",6650.0,23.0,187.999416,21.0,"0.28 ms","0+",0.0,5.629,6.651,8.083084 "0",117,72,189,"Hf "," x",-27160.0,300.0,7917.0,2.0,"B-",4670.0,360.0,188.97084,320.0,"None","None",4.67,0.0,0.0,-1.084916 " ",116,73,189,"Ta "," x",-31830.0,200.0,7938.0,1.0,"B-",3790.0,200.0,188.96583,210.0,"0.58 us","",3.79,-5.692,-4.67,-0.364916 " ",115,74,189,"W "," x",-35620.0,40.0,7953.45,0.21,"B-",2360.0,40.0,188.96176,40.0,"11.6 m","",2.359,-4.812,-3.79,0.275084 " ",114,75,189,"Re "," +p",-37979.0,8.0,7961.81,0.04,"B-",1008.0,8.0,188.959228,9.0,"24.3 h","5/2+",1.0077,-3.381,-2.359,0.990084 " ",113,76,189,"Os "," ",-38986.7,0.7,7963.002,0.004," ","*","*",188.958146,0.7,"5.81 h","9/2-",-0.5367,-2.0297,-1.0077,1.976184 " ",112,77,189,"Ir "," ",-38450.0,13.0,7956.02,0.07,"B+",537.0,13.0,188.958723,14.0,"13.2 d","3/2+",-1.981,-0.4853,0.5367,2.944084 " ",111,78,189,"Pt "," ",-36469.0,10.0,7941.4,0.05,"B+",1980.0,14.0,188.960849,11.0,"10.87 h","3/2-",-2.887,0.959,1.981,3.911984 " ",110,79,189,"Au "," x",-33582.0,20.0,7921.99,0.11,"B+",2887.0,22.0,188.963948,22.0,"28.7 m","1/2+",-3.952,1.865,2.887,4.329084 " ",109,80,189,"Hg "," ",-29630.0,30.0,7896.92,0.17,"B+",3960.0,40.0,188.96819,30.0,"7.6 m","3/2-",-5.014,2.93,3.952,4.633084 " ",108,81,189,"Tl "," ",-24616.0,8.0,7866.27,0.04,"B+",5010.0,30.0,188.973574,9.0,"2.3 m","(1/2+)",-6.772,3.992,5.014,4.817184 " ",107,82,189,"Pb "," ",-17844.0,14.0,7826.3,0.07,"B+",6772.0,16.0,188.980844,15.0,"51 s","(3/2-)",-7.779,5.75,6.772,5.915084 " ",106,83,189,"Bi "," -a",-10065.0,21.0,7781.0,0.11,"B+",7779.0,25.0,188.989195,22.0,"674 ms","(9/2-)",-8.643,6.757,7.779,7.268084 " ",105,84,189,"Po "," -a",-1422.0,22.0,7731.13,0.12,"B+",8640.0,30.0,188.998473,24.0,"3.5 ms","",0.0,7.621,8.643,7.694084 "0",118,72,190,"Hf "," x",-25030.0,400.0,7907.0,2.0,"B-",3480.0,450.0,189.97313,430.0,"160 ns","0+",3.48,0.0,0.0,0.0 " ",117,73,190,"Ta "," x",-28510.0,200.0,7921.0,1.0,"B-",5870.0,200.0,189.96939,210.0,"5.3 s","",5.87,-4.502,-3.48,-0.724916 " ",116,74,190,"W "," ",-34380.0,40.0,7947.57,0.21,"B-",1250.0,60.0,189.96309,40.0,"30.0 m","0+",1.26,-6.892,-5.87,-0.384916 " ",115,75,190,"Re "," ",-35640.0,70.0,7950.1,0.4,"B-",3070.0,70.0,189.96174,80.0,"3.2 h","(6-)",3.0678,-2.282,-1.26,0.545084 " ",114,76,190,"Os "," ",-38707.8,0.6,7962.104,0.003,"B-",-1954.2,1.2,189.9584455,0.7,"9.9 m","(10)-",-1.9543,-4.0898,-3.0678,1.375784 " ",113,77,190,"Ir "," +n",-36753.5,1.4,7947.701,0.007,"B-",552.9,1.3,189.9605434,1.5,"11.78 d","4-",0.553,0.9323,1.9543,2.748684 " ",112,78,190,"Pt "," ",-37306.5,0.7,7946.493,0.003," ","*","*",189.9599499,0.7,"6.5e11 y","0+",-4.4725,-1.575,-0.553,3.268484 " ",111,79,190,"Au "," x",-32834.0,3.0,7918.834,0.018,"B+",4473.0,4.0,189.964752,4.0,"42.8 m","1-",-1.463,3.4505,4.4725,3.913084 " ",110,80,190,"Hg "," ",-31371.0,16.0,7907.02,0.08,"B+",1463.0,16.0,189.966322,17.0,"20.0 m","0+",-6.999,0.441,1.463,4.068084 " ",109,81,190,"Tl "," +a",-24372.0,8.0,7866.06,0.04,"B+",6999.0,18.0,189.973836,9.0,"2.6 m","2(-)",-3.955,5.977,6.999,4.918084 " ",108,82,190,"Pb "," -a",-20417.0,13.0,7841.13,0.07,"B+",3955.0,15.0,189.978082,13.0,"71 s","0+",-9.817,2.933,3.955,5.697084 " ",107,83,190,"Bi "," -a",-10600.0,23.0,7785.34,0.12,"B+",9817.0,26.0,189.988621,24.0,"6.3 s","(3+)",-6.036,8.795,9.817,6.862084 " ",106,84,190,"Po "," -a",-4564.0,13.0,7749.46,0.07,"B+",6036.0,26.0,189.995101,14.0,"2.45 ms","0+",0.0,5.014,6.036,7.693084 "0",118,73,191,"Ta "," x",-26490.0,300.0,7911.0,2.0,"B-",4680.0,300.0,190.97156,320.0,"300 ns","",4.69,0.0,0.0,-1.334916 " ",117,74,191,"W "," x",-31180.0,40.0,7931.44,0.22,"B-",3170.0,40.0,190.96653,50.0,"None","None",3.17,-5.712,-4.69,-0.784916 " ",116,75,191,"Re "," +p",-34350.0,10.0,7943.96,0.05,"B-",2045.0,10.0,190.963123,11.0,"9.8 m","(3/2+,1/2+)",2.0452,-4.192,-3.17,0.125084 " ",115,76,191,"Os "," ",-36395.2,0.7,7950.568,0.003,"B-",313.6,1.1,190.96092819999998,0.7,"13.10 h","3/2-",0.3136,-3.0672,-2.0452,1.083884 " ",114,77,191,"Ir "," ",-36708.8,1.3,7948.113,0.007," ","*","*",190.9605915,1.4,"4.899 s","11/2-",-1.0108,-1.3356,-0.3136,2.082784 " ",113,78,191,"Pt "," ",-35698.0,4.0,7938.727,0.022,"B+",1011.0,4.0,190.961676,4.0,"2.802 d","3/2-",-1.9,-0.0112,1.0108,3.095984 " ",112,79,191,"Au "," ",-33798.0,5.0,7924.681,0.026,"B+",1900.0,6.0,190.963716,5.0,"3.18 h","3/2+",-3.206,0.878,1.9,3.326084 " ",111,80,191,"Hg "," ",-30592.0,22.0,7903.8,0.12,"B+",3206.0,23.0,190.967158,24.0,"49 m","(3/2-)",-4.309,2.184,3.206,3.668084 " ",110,81,191,"Tl "," +a",-26283.0,7.0,7877.14,0.04,"B+",4309.0,23.0,190.971784,8.0,"5.22 m","(9/2-)",-6.053,3.287,4.309,4.320084 " ",109,82,191,"Pb "," x",-20230.0,40.0,7841.36,0.2,"B+",6050.0,40.0,190.97828,40.0,"1.33 m","(3/2-)",-6.991,5.031,6.053,5.463084 " ",108,83,191,"Bi "," ",-13239.0,7.0,7800.66,0.04,"B+",6990.0,40.0,190.985787,8.0,"12.4 s","(9/2-)",-8.17,5.969,6.991,6.781084 " ",107,84,191,"Po "," ",-5069.0,7.0,7753.79,0.04,"B+",8171.0,10.0,190.994558,8.0,"22 ms","(3/2-)",-8.933,7.148,8.17,7.493084 " ",106,85,191,"At "," -a",3864.0,16.0,7702.92,0.08,"B+",8933.0,18.0,191.004148,17.0,"1.7 ms","(1/2+)",0.0,7.911,8.933,7.822084 "0",119,73,192,"Ta "," x",-23060.0,400.0,7894.0,2.0,"B-",6590.0,450.0,191.97524,430.0,"2.2 s","(1,2)",6.59,0.0,0.0,-1.694916 " ",118,74,192,"W "," x",-29650.0,200.0,7924.0,1.0,"B-",1940.0,210.0,191.96817,210.0,"None","None",1.94,-7.612,-6.59,-1.194916 " ",117,75,192,"Re "," x",-31590.0,70.0,7930.2,0.4,"B-",4290.0,70.0,191.96609,80.0,"85 us","",4.2922,-2.962,-1.94,-0.404916 " ",116,76,192,"Os "," ",-35882.2,2.3,7948.525,0.012,"B-",-1046.6,2.4,191.9614789,2.5,"5.9 s","(10-)",-1.0466,-5.3142,-4.2922,0.360884 " ",115,77,192,"Ir "," ",-34835.6,1.3,7938.999,0.007,"B-",1452.9,2.3,191.9626025,1.4,"73.829 d","4+",1.4529,0.0246,1.0466,1.756284 " ",114,78,192,"Pt "," ",-36288.5,2.6,7942.491,0.013," ","*","*",191.96104269999998,2.8,"stable","0+",-3.5165,-2.4749,-1.4529,2.423784 " ",113,79,192,"Au "," -",-32772.0,16.0,7920.1,0.08,"B+",3516.0,16.0,191.964818,17.0,"4.94 h","1-",-0.76,2.4945,3.5165,3.148084 " ",112,80,192,"Hg "," x",-32012.0,16.0,7912.07,0.08,"B+",761.0,22.0,191.965634,17.0,"4.85 h","0+",-6.142,-0.262,0.76,3.384084 " ",111,81,192,"Tl "," x",-25870.0,30.0,7876.02,0.16,"B+",6140.0,40.0,191.97223,30.0,"9.6 m","(2-)",-3.314,5.12,6.142,4.076384 " ",110,82,192,"Pb "," -a",-22556.0,13.0,7854.67,0.07,"B+",3320.0,30.0,191.975785,14.0,"3.5 m","0+",-9.026,2.292,3.314,5.221084 " ",109,83,192,"Bi "," -a",-13530.0,30.0,7803.61,0.16,"B+",9020.0,30.0,191.98547,30.0,"39.6 s","(10-)",-5.459,8.004,9.026,6.381084 " ",108,84,192,"Po "," -a",-8071.0,11.0,7771.08,0.06,"B+",5460.0,30.0,191.991336,12.0,"0.0332 s","0+",-10.997,4.437,5.459,7.319084 " ",107,85,192,"At "," -a",2926.0,28.0,7709.73,0.15,"B+",11000.0,30.0,192.003141,30.0,"None","None",0.0,9.975,10.997,7.696084 "0",120,73,193,"Ta "," x",-20870.0,400.0,7884.0,2.0,"B-",5420.0,450.0,192.9776,430.0,"160 ns","",5.42,0.0,0.0,0.0 " ",119,74,193,"W "," x",-26290.0,200.0,7908.0,1.0,"B-",3950.0,200.0,192.97178,210.0,"300 ns","",3.94,-6.442,-5.42,-1.554916 " ",118,75,193,"Re "," x",-30230.0,40.0,7923.94,0.2,"B-",3160.0,40.0,192.96755,40.0,"None","None",3.1643,-4.962,-3.94,-0.824916 " ",117,76,193,"Os "," ",-33394.3,2.3,7936.27,0.012,"B-",1141.9,2.4,192.9641498,2.5,"30.11 h","3/2-",1.1419,-4.1863,-3.1643,-0.199216 " ",116,77,193,"Ir "," ",-34536.2,1.3,7938.133,0.007," ","*","*",192.9629238,1.4,"10.53 d","11/2-",-0.0566,-2.1639,-1.1419,1.017884 " ",115,78,193,"Pt "," ",-34479.6,1.4,7933.786,0.007,"B+",56.63,0.3,192.9629846,1.5,"50 y","1/2-",-1.0746,-0.9654,0.0566,2.082184 " ",114,79,193,"Au "," ",-33405.0,9.0,7924.16,0.04,"B+",1075.0,9.0,192.964138,9.0,"17.65 h","3/2+",-2.343,0.0526,1.0746,2.620084 " ",113,80,193,"Hg "," ",-31062.0,16.0,7907.97,0.08,"B+",2343.0,14.0,192.966653,17.0,"3.80 h","3/2-",-3.585,1.321,2.343,2.982084 " ",112,81,193,"Tl "," x",-27477.0,7.0,7885.34,0.03,"B+",3585.0,17.0,192.970502,7.0,"21.6 m","1/2+",-5.287,2.563,3.585,3.680084 " ",111,82,193,"Pb "," x",-22190.0,50.0,7853.92,0.26,"B+",5280.0,50.0,192.97617,50.0,"5.8 m","(13/2+)",-6.305,4.265,5.287,5.015084 " ",110,83,193,"Bi "," ",-15885.0,8.0,7817.17,0.04,"B+",6310.0,50.0,192.982947,8.0,"63.6 s","(9/2-)",-7.56,5.283,6.305,6.306084 " ",109,84,193,"Po "," -a",-8325.0,15.0,7773.95,0.08,"B+",7559.0,16.0,192.991062,16.0,"388 ms","(3/2-)",-8.258,6.538,7.56,7.094084 " ",108,85,193,"At "," -a",-67.0,22.0,7727.11,0.11,"B+",8258.0,26.0,192.999928,23.0,"28 ms","(1/2+)",-9.11,7.236,8.258,7.573084 " ",107,86,193,"Rn "," -a",9043.0,25.0,7675.85,0.13,"B+",9110.0,30.0,193.009708,27.0,"1.15 ms","",0.0,8.088,9.11,8.040084 "0",121,73,194,"Ta "," x",-17300.0,500.0,7866.0,3.0,"B-",7230.0,590.0,193.98143,540.0,"160 ns","",7.23,0.0,0.0,0.0 " ",120,74,194,"W "," x",-24530.0,300.0,7899.0,2.0,"B-",2710.0,360.0,193.97367,320.0,"300 ns","0+",2.71,-8.252,-7.23,-1.924916 " ",119,75,194,"Re "," x",-27240.0,200.0,7909.0,1.0,"B-",5200.0,200.0,193.97076,210.0,"5 s","(0+,1)",5.1951,-3.732,-2.71,-1.154916 " ",118,76,194,"Os "," +",-32435.1,2.4,7932.022,0.012,"B-",96.6,2.0,193.9651795,2.6,"6.0 y","0+",0.0966,-6.2171,-5.1951,-0.480016 " ",117,77,194,"Ir "," -n",-32531.7,1.3,7928.487,0.007,"B-",2228.4,1.3,193.96507580000002,1.4,"31.85 ms","(4+)",2.2284,-1.1186,-0.0966,0.683384 " ",116,78,194,"Pt "," ",-34760.1,0.5,7935.941,0.003," ","*","*",193.9626835,0.5,"stable","0+",-2.5482,-3.2504,-2.2284,1.522784 " ",115,79,194,"Au "," +3n",-32211.9,2.1,7918.774,0.011,"B+",2548.1,2.1,193.9654191,2.3,"38.02 h","1-",-0.028,1.5262,2.5482,2.116684 " ",114,80,194,"Hg "," x",-32183.9,2.9,7914.597,0.015,"B+",28.0,4.0,193.965449,3.0,"444 y","0+",-5.2469,-0.994,0.028,2.697684 " ",113,81,194,"Tl "," x",-26937.0,14.0,7883.52,0.07,"B+",5246.0,14.0,193.971081,15.0,"33.0 m","2-",-2.729,4.2249,5.2469,3.472084 " ",112,82,194,"Pb "," ",-24208.0,17.0,7865.42,0.09,"B+",2730.0,22.0,193.974012,19.0,"12.0 m","0+",-8.179,1.707,2.729,4.738084 " ",111,83,194,"Bi "," +a",-16029.0,6.0,7819.22,0.03,"B+",8179.0,18.0,193.982792,7.0,"95 s","(3+)",-5.024,7.157,8.179,5.918084 " ",110,84,194,"Po "," -a",-11005.0,13.0,7789.29,0.07,"B+",5024.0,14.0,193.988186,14.0,"0.392 s","0+",-10.285,4.002,5.024,6.987084 " ",109,85,194,"At "," -a",-720.0,25.0,7732.25,0.13,"B+",10284.0,28.0,193.999227,27.0,"250 ms","",-6.443,9.263,10.285,7.455084 " ",108,86,194,"Rn "," -a",5723.0,17.0,7695.0,0.09,"B+",6440.0,30.0,194.006144,18.0,"0.78 ms","0+",0.0,5.421,6.443,7.862084 "0",121,74,195,"W "," x",-21010.0,300.0,7882.0,2.0,"B-",4570.0,420.0,194.97745,320.0,"160 ns","",4.57,0.0,0.0,0.0 " ",120,75,195,"Re "," x",-25580.0,300.0,7902.0,2.0,"B-",3930.0,300.0,194.97254,320.0,"6 s","[3/2-]",3.93,-5.592,-4.57,-1.514916 " ",119,76,195,"Os "," x",-29510.0,60.0,7917.74,0.29,"B-",2180.0,60.0,194.96832,60.0,"6.5 m","(3/2-)",2.1823,-4.952,-3.93,-0.754916 " ",118,77,195,"Ir "," -n",-31692.3,1.3,7924.915,0.007,"B-",1101.6,1.3,194.965977,1.4,"3.67 h","11/2-",1.1015,-3.2043,-2.1823,0.232784 " ",117,78,195,"Pt "," ",-32793.8,0.5,7926.552,0.003," ","*","*",194.96479440000002,0.5,"4.010 d","13/2+",-0.2268,-2.1235,-1.1015,1.176484 " ",116,79,195,"Au "," ",-32567.0,1.1,7921.377,0.006,"B+",226.8,1.0,194.9650379,1.2,"186.01 d","3/2+",-1.554,-0.7952,0.2268,1.716884 " ",115,80,195,"Hg "," ",-31013.0,23.0,7909.4,0.12,"B+",1554.0,23.0,194.966706,25.0,"10.53 h","1/2-",-2.858,0.532,1.554,2.260084 " ",114,81,195,"Tl "," ",-28155.0,11.0,7890.73,0.06,"B+",2858.0,26.0,194.969774,12.0,"1.16 h","1/2+",-4.447,1.836,2.858,3.218084 " ",113,82,195,"Pb "," ",-23708.0,18.0,7863.91,0.09,"B+",4448.0,21.0,194.974549,19.0,"15 m","3/2-",-5.682,3.425,4.447,4.459084 " ",112,83,195,"Bi "," ",-18026.0,5.0,7830.757,0.027,"B+",5682.0,19.0,194.980649,6.0,"183 s","(9/2-)",-6.966,4.66,5.682,5.832084 " ",111,84,195,"Po "," -a",-11060.0,40.0,7791.01,0.19,"B+",6970.0,40.0,194.98813,40.0,"4.64 s","(3/2-)",-7.59,5.944,6.966,6.745084 " ",110,85,195,"At "," -a",-3470.0,10.0,7748.09,0.05,"B+",7590.0,40.0,194.996274,10.0,"290 ms","(1/2+)",-8.52,6.568,7.59,7.344084 " ",109,86,195,"Rn "," -a",5050.0,50.0,7700.38,0.26,"B+",8520.0,50.0,195.00542,50.0,"6 ms","(3/2-)",0.0,7.498,8.52,7.694084 "0",122,74,196,"W "," x",-18880.0,400.0,7872.0,2.0,"B-",3660.0,500.0,195.97973,430.0,"160 ns","0+",3.66,0.0,0.0,0.0 " ",121,75,196,"Re "," x",-22540.0,300.0,7887.0,2.0,"B-",5740.0,300.0,195.9758,320.0,"3 s","",5.74,-4.682,-3.66,-1.904916 " ",120,76,196,"Os "," +pp",-28280.0,40.0,7912.23,0.2,"B-",1160.0,60.0,195.96964,40.0,"34.9 m","0+",1.16,-6.762,-5.74,-1.054916 " ",119,77,196,"Ir "," +",-29440.0,40.0,7914.15,0.2,"B-",3210.0,40.0,195.9684,40.0,"52 s","(0-)",3.2045,-2.182,-1.16,-0.274916 " ",118,78,196,"Pt "," ",-32644.5,0.5,7926.529,0.003,"B-",-1505.8,3.0,195.9649547,0.5,"stable","0+",-1.5058,-4.2265,-3.2045,0.812784 " ",117,79,196,"Au "," ",-31138.7,3.0,7914.855,0.015,"B-",687.0,3.0,195.966571,3.0,"6.1669 d","2-",0.6872,0.4838,1.5058,1.271984 " ",116,80,196,"Hg "," ",-31825.9,2.9,7914.369,0.015," ","*","*",195.965833,3.0,"stable","0+",-4.3289,-1.7092,-0.6872,2.037684 " ",115,81,196,"Tl "," x",-27497.0,12.0,7888.29,0.06,"B+",4329.0,12.0,195.970481,13.0,"1.84 h","2-",-2.149,3.3069,4.3289,2.850084 " ",114,82,196,"Pb "," ",-25348.0,8.0,7873.34,0.04,"B+",2148.0,14.0,195.972787,8.0,"37 m","0+",-7.339,1.127,2.149,4.239084 " ",113,83,196,"Bi "," x",-18009.0,24.0,7831.9,0.12,"B+",7339.0,26.0,195.980667,26.0,"5.13 m","(3+)",-4.536,6.317,7.339,5.436084 " ",112,84,196,"Po "," -a",-13473.0,14.0,7804.77,0.07,"B+",4536.0,28.0,195.985536,15.0,"5.60 s","0+",-9.563,3.514,4.536,6.658084 " ",111,85,196,"At "," -a",-3910.0,30.0,7752.01,0.15,"B+",9560.0,30.0,195.9958,30.0,"387 ms","(3+)",-5.881,8.541,9.563,7.195084 " ",110,86,196,"Rn "," -a",1971.0,14.0,7717.99,0.07,"B+",5890.0,30.0,196.002116,15.0,"4.4 ms","0+",0.0,4.859,5.881,7.617084 "0",123,74,197,"W "," x",-15140.0,400.0,7854.0,2.0,"B-",5360.0,500.0,196.98375,430.0,"160 ns","",5.36,0.0,0.0,0.0 " ",122,75,197,"Re "," x",-20500.0,300.0,7878.0,2.0,"B-",4810.0,360.0,196.97799,320.0,"160 ns","",4.81,-6.382,-5.36,-2.054916 " ",121,76,197,"Os "," x",-25310.0,200.0,7898.0,1.0,"B-",2960.0,200.0,196.97283,210.0,"2.8 m","",2.954,-5.832,-4.81,-1.444916 " ",120,77,197,"Ir "," +p",-28264.0,20.0,7909.0,0.1,"B-",2156.0,20.0,196.969657,22.0,"5.8 m","3/2+",2.1557,-3.976,-2.954,-0.458916 " ",119,78,197,"Pt "," ",-30419.7,0.5,7915.971,0.003,"B-",720.0,0.5,196.9673431,0.6,"95.41 m","13/2+",0.72,-3.1777,-2.1557,0.549684 " ",118,79,197,"Au "," ",-31139.7,0.5,7915.654,0.003," ","*","*",196.96657009999998,0.6,"7.73 s","11/2-",-0.5997,-1.742,-0.72,0.971584 " ",117,80,197,"Hg "," ",-30540.0,3.0,7908.64,0.016,"B+",600.0,3.0,196.967214,3.0,"64.14 h","1/2-",-2.198,-0.4223,0.5997,1.514684 " ",116,81,197,"Tl "," +a",-28342.0,16.0,7893.51,0.08,"B+",2199.0,17.0,196.969574,18.0,"2.84 h","1/2+",-3.597,1.176,2.198,2.638084 " ",115,82,197,"Pb "," ",-24745.0,5.0,7871.282,0.024,"B+",3596.0,17.0,196.973435,5.0,"8 m","3/2-",-5.058,2.575,3.597,3.892084 " ",114,83,197,"Bi "," +a",-19687.0,8.0,7841.63,0.04,"B+",5058.0,10.0,196.978865,9.0,"5.04 m","(1/2+)",-6.327,4.036,5.058,5.365084 " ",113,84,197,"Po "," -a",-13360.0,50.0,7805.53,0.25,"B+",6330.0,50.0,196.98566,50.0,"53.6 s","(3/2-)",-7.005,5.305,6.327,6.405084 " ",112,85,197,"At "," ",-6355.0,8.0,7766.02,0.04,"B+",7000.0,50.0,196.993177,9.0,"0.388 s","(9/2-)",-7.865,5.983,7.005,7.105084 " ",111,86,197,"Rn "," -a",1510.0,16.0,7722.12,0.08,"B+",7866.0,18.0,197.001621,17.0,"54 ms","(3/2-)",-8.74,6.843,7.865,7.410084 " ",110,87,197,"Fr "," -a",10250.0,50.0,7673.76,0.28,"B+",8740.0,60.0,197.01101,60.0,"0.6 ms","(7/2-)",0.0,7.718,8.74,7.892084 "0",123,75,198,"Re "," x",-17140.0,400.0,7862.0,2.0,"B-",6700.0,450.0,197.9816,430.0,"160 ns","",6.7,0.0,0.0,-2.264916 " ",122,76,198,"Os "," x",-23840.0,200.0,7891.0,1.0,"B-",1980.0,280.0,197.97441,210.0,"None","None",1.98,-7.722,-6.7,-1.734916 " ",121,77,198,"Ir "," x",-25820.0,200.0,7897.0,1.0,"B-",4080.0,200.0,197.97228,210.0,"8 s","",4.084,-3.002,-1.98,-1.004916 " ",120,78,198,"Pt "," ",-29904.0,2.1,7914.15,0.011,"B-",-323.2,2.1,197.96789669999998,2.3,"3.5e+18 y","0+",-0.3232,-5.106,-4.084,0.106184 " ",119,79,198,"Au "," ",-29580.8,0.5,7908.567,0.003,"B-",1373.5,0.5,197.9682437,0.6,"2.272 d","(12-)",1.3735,-0.6988,0.3232,0.525984 " ",118,80,198,"Hg "," ",-30954.3,0.5,7911.552,0.002," ","*","*",197.9667692,0.5,"stable","0+",-3.4253,-2.3955,-1.3735,1.380884 " ",117,81,198,"Tl "," x",-27529.0,8.0,7890.3,0.04,"B+",3426.0,8.0,197.970447,8.0,"5.3 h","2-",-1.462,2.4033,3.4253,2.257984 " ",116,82,198,"Pb "," ",-26067.0,9.0,7878.97,0.04,"B+",1461.0,12.0,197.972015,9.0,"2.4 h","0+",-6.698,0.44,1.462,3.691984 " ",115,83,198,"Bi "," x",-19369.0,28.0,7841.19,0.14,"B+",6698.0,29.0,197.97921,30.0,"11.6 m","(7+)",-3.896,5.676,6.698,5.143084 " ",114,84,198,"Po "," ",-15473.0,17.0,7817.56,0.09,"B+",3900.0,30.0,197.983389,19.0,"1.77 m","0+",-8.758,2.874,3.896,6.310084 " ",113,85,198,"At "," x",-6715.0,6.0,7769.373,0.03,"B+",8759.0,18.0,197.992792,6.0,"4.1 s","(3+)",-5.485,7.736,8.758,6.889084 " ",112,86,198,"Rn "," -a",-1230.0,13.0,7737.72,0.07,"B+",5484.0,15.0,197.998679,14.0,"65 ms","0+",-10.8,4.463,5.485,7.350084 " ",111,87,198,"Fr "," -a",9570.0,30.0,7679.21,0.16,"B+",10800.0,30.0,198.01028,30.0,"None","None",0.0,9.778,10.8,7.865084 "0",124,75,199,"Re "," x",-14860.0,400.0,7851.0,2.0,"B-",5620.0,450.0,198.98405,430.0,"160 ns","",5.62,0.0,0.0,0.0 " ",123,76,199,"Os "," x",-20480.0,200.0,7875.0,1.0,"B-",3920.0,200.0,198.97801,210.0,"5 s","",3.92,-6.642,-5.62,-1.894916 " ",122,77,199,"Ir ","p-2n",-24400.0,40.0,7891.21,0.21,"B-",2990.0,40.0,198.97381,40.0,"6 s","",2.9887,-4.942,-3.92,-1.244916 " ",121,78,199,"Pt "," -n",-27388.7,2.2,7902.3,0.011,"B-",1705.1,2.1,198.970597,2.3,"13.6 s","(13/2)+",1.705,-4.0107,-2.9887,-0.303616 " ",120,79,199,"Au "," ",-29093.7,0.5,7906.937,0.003,"B-",452.3,0.6,198.96876659999998,0.6,"0.44 ms","(11/2)-",0.4524,-2.727,-1.705,0.173684 " ",119,80,199,"Hg "," ",-29546.1,0.5,7905.279,0.003," ","*","*",198.968281,0.6,"42.67 m","13/2+",-1.4871,-1.4744,-0.4524,0.822784 " ",118,81,199,"Tl "," x",-28059.0,28.0,7893.88,0.14,"B+",1487.0,28.0,198.96988,30.0,"7.42 h","1/2+",-2.827,0.4651,1.4871,2.083084 " ",117,82,199,"Pb "," +a",-25232.0,10.0,7875.74,0.05,"B+",2828.0,30.0,198.972913,11.0,"90 m","3/2-",-4.434,1.805,2.827,3.356084 " ",116,83,199,"Bi "," ",-20798.0,11.0,7849.52,0.05,"B+",4434.0,15.0,198.977673,11.0,"24.70 m","(1/2+)",-5.59,3.412,4.434,4.932084 " ",115,84,199,"Po "," -a",-15208.0,18.0,7817.5,0.09,"B+",5589.0,21.0,198.983673,19.0,"5.47 m","3/2-",-6.385,4.568,5.59,6.075084 " ",114,85,199,"At "," ",-8823.0,5.0,7781.488,0.027,"B+",6385.0,19.0,198.990528,6.0,"6.92 s","(9/2-)",-7.323,5.363,6.385,6.778084 " ",113,86,199,"Rn "," -a",-1500.0,40.0,7740.75,0.19,"B+",7320.0,40.0,198.99839,40.0,"0.59 s","(3/2-)",-8.271,6.301,7.323,7.135084 " ",112,87,199,"Fr "," -a",6771.0,14.0,7695.26,0.07,"B+",8270.0,40.0,199.007269,15.0,"4.5 ms","(1/2+)",0.0,7.249,8.271,7.816084 "0",124,76,200,"Os "," x",-18780.0,300.0,7868.0,1.0,"B-",2830.0,360.0,199.97984,320.0,"6 s","0+",2.83,0.0,0.0,-2.324916 " ",123,77,200,"Ir "," x",-21610.0,200.0,7878.0,1.0,"B-",4990.0,200.0,199.9768,210.0,"300 ns","",4.989,-3.852,-2.83,-1.494916 " ",122,78,200,"Pt "," -nn",-26599.0,20.0,7899.2,0.1,"B-",640.0,30.0,199.971445,22.0,"12.6 h","0+",0.641,-6.011,-4.989,-0.743916 " ",121,79,200,"Au "," ",-27240.0,27.0,7898.49,0.13,"B-",2263.0,27.0,199.970757,29.0,"18.7 h","12-",2.2633,-1.663,-0.641,-0.224916 " ",120,80,200,"Hg "," ",-29503.3,0.5,7905.895,0.003," ","*","*",199.9683269,0.6,"stable","0+",-2.4563,-3.2853,-2.2633,0.716284 " ",119,81,200,"Tl "," -",-27047.0,6.0,7889.703,0.029,"B+",2456.0,6.0,199.970964,6.0,"26.1 h","2-",-0.796,1.4343,2.4563,1.666784 " ",118,82,200,"Pb "," 4n",-26251.0,11.0,7881.81,0.05,"B+",796.0,12.0,199.971818,12.0,"21.5 h","0+",-5.88,-0.226,0.796,3.149984 " ",117,83,200,"Bi "," +a",-20371.0,22.0,7848.5,0.11,"B+",5880.0,25.0,199.978131,24.0,"36.4 m","7+",-3.429,4.858,5.88,4.701084 " ",116,84,200,"Po "," ",-16942.0,8.0,7827.44,0.04,"B+",3429.0,24.0,199.981812,8.0,"11.5 m","0+",-7.954,2.407,3.429,5.981084 " ",115,85,200,"At "," -a",-8988.0,24.0,7783.76,0.12,"B+",7954.0,26.0,199.990351,26.0,"43 s","(3+)",-4.983,6.932,7.954,6.596084 " ",114,86,200,"Rn "," -a",-4005.0,14.0,7754.93,0.07,"B+",4983.0,28.0,199.995701,15.0,"0.96 s","0+",-10.135,3.961,4.983,7.043084 " ",113,87,200,"Fr "," -a",6130.0,30.0,7700.33,0.15,"B+",10140.0,30.0,200.00658,30.0,"49 ms","(3+)",0.0,9.113,10.135,7.615084 "0",125,76,201,"Os "," x",-15240.0,300.0,7851.0,1.0,"B-",4660.0,360.0,200.98364,320.0,"160 ns","",4.66,0.0,0.0,-2.524916 " ",124,77,201,"Ir "," x",-19900.0,200.0,7871.0,1.0,"B-",3840.0,200.0,200.97864,210.0,"300 ns","",3.84,-5.682,-4.66,-1.824916 " ",123,78,201,"Pt "," +",-23740.0,50.0,7885.83,0.25,"B-",2660.0,50.0,200.97451,50.0,"2.5 m","(5/2-)",2.661,-4.862,-3.84,-0.854916 " ",122,79,201,"Au "," ",-26401.0,3.0,7895.175,0.016,"B-",1262.0,3.0,200.971658,3.0,"26.0 m","3/2+",1.2615,-3.683,-2.661,-0.561916 " ",121,80,201,"Hg "," ",-27662.5,0.7,7897.56,0.004," ","*","*",200.970303,0.8,"94 us","13/2+",-0.4815,-2.2835,-1.2615,0.332284 " ",120,81,201,"Tl "," ",-27181.0,14.0,7891.27,0.07,"B+",482.0,14.0,200.97082,15.0,"3.0421 d","1/2+",-1.91,-0.5405,0.4815,1.533784 " ",119,82,201,"Pb "," ",-25271.0,14.0,7877.88,0.07,"B+",1910.0,19.0,200.97287,15.0,"9.33 h","5/2-",-3.855,0.888,1.91,2.844084 " ",118,83,201,"Bi "," +a",-21416.0,15.0,7854.81,0.08,"B+",3855.0,20.0,200.977009,16.0,"59.1 m","1/2+",-4.895,2.833,3.855,4.501084 " ",117,84,201,"Po "," ",-16521.0,5.0,7826.561,0.025,"B+",4895.0,16.0,200.982264,5.0,"15.3 m","3/2-",-5.732,3.873,4.895,5.799084 " ",116,85,201,"At "," +a",-10789.0,8.0,7794.15,0.04,"B+",5732.0,10.0,200.988417,9.0,"83 s","(9/2-)",-6.719,4.71,5.732,6.473084 " ",115,86,201,"Rn "," -a",-4070.0,50.0,7756.84,0.25,"B+",6720.0,50.0,200.99563,50.0,"7.1 s","(3/2-)",-7.659,5.697,6.719,6.865084 " ",114,87,201,"Fr "," -a",3589.0,9.0,7714.84,0.05,"B+",7660.0,50.0,201.003852,10.0,"69 ms","(9/2-)",-8.348,6.637,7.659,7.519084 " ",113,88,201,"Ra "," -a",11937.0,20.0,7669.41,0.1,"B+",8348.0,22.0,201.012815,22.0,"None","None",0.0,7.326,8.348,8.002084 "0",126,76,202,"Os "," x",-13090.0,400.0,7842.0,2.0,"B-",3690.0,500.0,201.98595,430.0,"160 ns","0+",3.69,0.0,0.0,0.0 " ",125,77,202,"Ir "," x",-16780.0,300.0,7856.0,1.0,"B-",5920.0,300.0,201.98199,320.0,"11 s","(1-,2-)",5.912,-4.712,-3.69,-2.064916 " ",124,78,202,"Pt "," x",-22692.0,25.0,7881.56,0.12,"B-",1660.0,30.0,201.975639,27.0,"0.28 ms","(7-)",1.661,-6.934,-5.912,-1.276916 " ",123,79,202,"Au "," x",-24353.0,23.0,7885.91,0.12,"B-",2992.0,23.0,201.973856,25.0,"28.4 s","(1-)",2.9923,-2.683,-1.661,-0.957916 " ",122,80,202,"Hg "," ",-27345.3,0.7,7896.85,0.003," ","*","*",201.9706436,0.8,"stable","0+",-1.3651,-4.0143,-2.9923,0.133784 " ",121,81,202,"Tl "," ",-25980.2,1.6,7886.219,0.008,"B+",1365.1,1.6,201.97210909999998,1.7,"12.31 d","2-",-0.0392,0.3431,1.3651,1.175684 " ",120,82,202,"Pb "," ",-25941.0,4.0,7882.15,0.019,"B+",40.0,4.0,201.972152,4.0,"52.5e+3 y","0+",-5.2,-0.9828,0.0392,2.588384 " ",119,83,202,"Bi "," ",-20741.0,15.0,7852.54,0.08,"B+",5199.0,16.0,201.977733,17.0,"1.71 h","5+",-2.799,4.178,5.2,4.363084 " ",118,84,202,"Po "," ",-17942.0,9.0,7834.8,0.04,"B+",2800.0,18.0,201.980739,9.0,"44.6 m","0+",-7.351,1.777,2.799,5.700084 " ",117,85,202,"At "," -a",-10591.0,28.0,7794.54,0.14,"B+",7351.0,29.0,201.98863,30.0,"184 s","(2+,3+)",-4.316,6.329,7.351,6.353084 " ",116,86,202,"Rn "," -a",-6275.0,18.0,7769.3,0.09,"B+",4320.0,30.0,201.993264,19.0,"9.7 s","0+",-9.371,3.294,4.316,6.773084 " ",115,87,202,"Fr "," -a",3096.0,7.0,7719.04,0.03,"B+",9371.0,19.0,202.003324,8.0,"0.372 s","(3+)",-5.979,8.349,9.371,7.386084 " ",114,88,202,"Ra "," -a",9075.0,15.0,7685.57,0.07,"B+",5979.0,17.0,202.009742,16.0,"3.8 ms","0+",0.0,4.957,5.979,7.880084 "0",127,76,203,"Os "," x",-7640.0,400.0,7816.0,2.0,"B-",7050.0,570.0,202.9918,430.0,"160 ns","",7.05,0.0,0.0,0.0 " ",126,77,203,"Ir "," x",-14690.0,400.0,7847.0,2.0,"B-",4940.0,450.0,202.98423,430.0,"160 ns","",4.94,-8.072,-7.05,-2.254916 " ",125,78,203,"Pt "," x",-19630.0,200.0,7867.0,1.0,"B-",3520.0,200.0,202.97893,210.0,"10 s","(1/2-)",3.513,-5.962,-4.94,-1.574916 " ",124,79,203,"Au "," ",-23143.0,3.0,7880.864,0.015,"B-",2126.0,3.0,202.975154,3.0,"60 s","(3/2+)",2.1263,-4.535,-3.513,-1.167916 " ",123,80,203,"Hg "," ",-25269.3,1.6,7887.482,0.008,"B-",492.1,1.2,202.9728723,1.7,"24 us","(13/2+)",0.4921,-3.1483,-2.1263,-0.305516 " ",122,81,203,"Tl "," ",-25761.4,1.2,7886.053,0.006," ","*","*",202.972344,1.3,"stable","1/2+",-0.9744,-1.5141,-0.4921,0.907384 " ",121,82,203,"Pb "," ",-24787.0,7.0,7877.4,0.03,"B+",975.0,6.0,202.973391,7.0,"51.92 h","5/2-",-3.262,-0.0476,0.9744,2.334184 " ",120,83,203,"Bi "," +a",-21525.0,13.0,7857.48,0.06,"B+",3262.0,14.0,202.976892,14.0,"11.76 h","9/2-",-4.214,2.24,3.262,4.109084 " ",119,84,203,"Po "," +a",-17311.0,9.0,7832.86,0.04,"B+",4214.0,15.0,202.981416,9.0,"36.7 m","5/2-",-5.148,3.192,4.214,5.496084 " ",118,85,203,"At "," ",-12163.0,11.0,7803.65,0.05,"B+",5148.0,14.0,202.986943,11.0,"7.4 m","9/2-",-6.009,4.126,5.148,6.210084 " ",117,86,203,"Rn "," -a",-6154.0,18.0,7770.19,0.09,"B+",6009.0,21.0,202.993394,20.0,"44 s","(3/2-)",-7.03,4.987,6.009,6.629084 " ",116,87,203,"Fr "," ",876.0,6.0,7731.71,0.03,"B+",7030.0,19.0,203.000941,7.0,"0.549 s","(9/2-)",-7.784,6.008,7.03,7.274084 " ",115,88,203,"Ra "," -a",8660.0,40.0,7689.5,0.19,"B+",7790.0,40.0,203.0093,40.0,"31 ms","(3/2-)",0.0,6.762,7.784,7.735084 "0",127,77,204,"Ir "," x",-9690.0,400.0,7824.0,2.0,"B-",8230.0,450.0,203.9896,430.0,"160 ns","",8.23,0.0,0.0,0.0 " ",126,78,204,"Pt "," x",-17920.0,200.0,7860.0,1.0,"B-",2730.0,280.0,203.98076,210.0,"10.3 s","0+",2.73,-9.252,-8.23,-1.564916 " ",125,79,204,"Au "," +",-20650.0,200.0,7870.0,1.0,"B-",4040.0,200.0,203.97783,220.0,"39.8 s","(2-)",4.0401,-3.752,-2.73,-1.464916 " ",124,80,204,"Hg "," ",-24690.1,0.5,7885.545,0.003,"B-",-344.0,1.2,203.973494,0.5,"stable","0+",-0.344,-5.0621,-4.0401,-0.516016 " ",123,81,204,"Tl "," ",-24346.1,1.2,7880.023,0.006,"B-",763.75,0.18,203.9738633,1.2,"3.783 y","2-",0.7638,-0.678,0.344,0.468984 " ",122,82,204,"Pb "," ",-25109.9,1.1,7879.932,0.006," ","*","*",203.9730434,1.2,"66.93 m","9-",-4.4639,-1.7858,-0.7638,1.968484 " ",121,83,204,"Bi "," +a",-20646.0,9.0,7854.21,0.05,"B+",4464.0,9.0,203.977836,10.0,"11.22 h","6+",-2.305,3.4419,4.4639,3.976084 " ",120,84,204,"Po "," -a",-18341.0,11.0,7839.08,0.05,"B+",2305.0,14.0,203.98031,12.0,"3.53 h","0+",-6.466,1.283,2.305,5.485084 " ",119,85,204,"At "," ",-11875.0,22.0,7803.55,0.11,"B+",6466.0,25.0,203.987251,24.0,"9.22 m","7+",-3.905,5.444,6.466,6.071084 " ",118,86,204,"Rn "," ",-7970.0,7.0,7780.57,0.04,"B+",3905.0,23.0,203.991444,8.0,"1.23 m","0+",-8.577,2.883,3.905,6.547084 " ",117,87,204,"Fr "," -a",607.0,25.0,7734.69,0.12,"B+",8578.0,26.0,204.000652,26.0,"1.9 s","(3+)",-5.45,7.555,8.577,7.170084 " ",116,88,204,"Ra "," -a",6057.0,15.0,7704.14,0.07,"B+",5449.0,29.0,204.006502,16.0,"57 ms","0+",0.0,4.428,5.45,7.637084 "0",128,77,205,"Ir "," x",-5960.0,500.0,7807.0,2.0,"B-",7010.0,590.0,204.9936,540.0,"160 ns","",7.01,0.0,0.0,0.0 " ",127,78,205,"Pt "," x",-12970.0,300.0,7837.0,1.0,"B-",5800.0,360.0,204.98608,320.0,"300 ns","",5.8,-8.032,-7.01,-0.154916 " ",126,79,205,"Au "," x",-18770.0,200.0,7861.0,1.0,"B-",3520.0,200.0,204.97985,210.0,"31 s","(3/2+)",3.518,-6.822,-5.8,-1.294916 " ",125,80,205,"Hg "," ",-22288.0,4.0,7874.732,0.018,"B-",1533.0,4.0,204.976073,4.0,"1.09 ms","13/2+",1.5329,-4.54,-3.518,-0.972916 " ",124,81,205,"Tl "," ",-23820.9,1.2,7878.394,0.006," ","*","*",204.97442719999998,1.3,"stable","1/2+",-0.0507,-2.5549,-1.5329,0.155184 " ",123,82,205,"Pb "," ",-23770.2,1.1,7874.331,0.006,"B+",50.6,0.5,204.9744816,1.2,"1.73e+7 y","5/2-",-2.7052,-0.9713,0.0507,1.467384 " ",122,83,205,"Bi "," ",-21065.0,5.0,7857.316,0.025,"B+",2706.0,5.0,204.977386,5.0,"15.31 d","9/2-",-3.544,1.6832,2.7052,3.691084 " ",121,84,205,"Po "," ",-17521.0,10.0,7836.22,0.05,"B+",3543.0,11.0,204.98119,11.0,"1.74 h","5/2-",-4.549,2.522,3.544,5.325084 " ",120,85,205,"At "," +a",-12972.0,15.0,7810.21,0.07,"B+",4549.0,18.0,204.986074,16.0,"26.9 m","9/2-",-5.262,3.527,4.549,6.019084 " ",119,86,205,"Rn "," ",-7710.0,5.0,7780.722,0.025,"B+",5262.0,16.0,204.991723,5.0,"170 s","5/2-",-6.4,4.24,5.262,6.386084 " ",118,87,205,"Fr "," x",-1310.0,8.0,7745.69,0.04,"B+",6400.0,9.0,204.998594,8.0,"3.92 s","(9/2-)",-7.15,5.378,6.4,7.054084 " ",117,88,205,"Ra "," -a",5840.0,70.0,7707.0,0.3,"B+",7150.0,70.0,205.00627,80.0,"210 ms","(3/2-)",-8.27,6.128,7.15,7.485084 " ",116,89,205,"Ac "," -a",14110.0,50.0,7662.85,0.25,"B+",8270.0,90.0,205.01514,50.0,"20 ms","",0.0,7.248,8.27,8.096084 "0",128,78,206,"Pt "," x",-9630.0,300.0,7822.0,1.0,"B-",4580.0,420.0,205.98966,320.0,"160 ns","0+",4.59,0.0,0.0,1.035084 " ",127,79,206,"Au "," x",-14220.0,300.0,7840.0,1.0,"B-",6730.0,300.0,205.98474,320.0,"40 s","5+,6+",6.726,-5.612,-4.59,0.135084 " ",126,80,206,"Hg "," +a",-20946.0,20.0,7869.17,0.1,"B-",1308.0,20.0,205.977514,22.0,"8.32 m","0+",1.3074,-7.748,-6.726,-0.678916 " ",125,81,206,"Tl "," ",-22253.4,1.3,7871.721,0.006,"B-",1532.2,0.6,205.97611,1.4,"3.74 m","(12-)",1.5322,-2.3294,-1.3074,-0.325316 " ",124,82,206,"Pb "," ",-23785.6,1.1,7875.362,0.006," ","*","*",205.9744651,1.2,"125 us","7-",-3.7576,-2.5542,-1.5322,1.134784 " ",123,83,206,"Bi "," -",-20028.0,8.0,7853.32,0.04,"B+",3757.0,8.0,205.978499,8.0,"6.243 d","6+",-1.839,2.7356,3.7576,3.527284 " ",122,84,206,"Po "," -a",-18189.0,4.0,7840.597,0.019,"B+",1840.0,9.0,205.980474,4.0,"8.8 d","0+",-5.759,0.817,1.839,5.327084 " ",121,85,206,"At "," ",-12430.0,15.0,7808.84,0.07,"B+",5759.0,16.0,205.986656,16.0,"30.6 m","(5)+",-3.297,4.737,5.759,5.886084 " ",120,86,206,"Rn "," ",-9133.0,9.0,7789.04,0.04,"B+",3297.0,17.0,205.990195,9.0,"5.67 m","0+",-7.891,2.275,3.297,6.384084 " ",119,87,206,"Fr "," -a",-1242.0,28.0,7746.94,0.14,"B+",7891.0,29.0,205.99867,30.0,"16 s","(2+,3+)",-4.808,6.869,7.891,6.924084 " ",118,88,206,"Ra "," -a",3566.0,18.0,7719.8,0.09,"B+",4810.0,30.0,206.003828,19.0,"0.24 s","0+",-9.914,3.786,4.808,7.416084 " ",117,89,206,"Ac "," -a",13480.0,50.0,7667.88,0.25,"B+",9910.0,50.0,206.01447,50.0,"22 ms","(3+)",0.0,8.892,9.914,7.959084 "0",129,78,207,"Pt "," x",-4540.0,400.0,7798.0,2.0,"B-",6270.0,500.0,206.99513,430.0,"160 ns","",6.27,0.0,0.0,0.675084 " ",128,79,207,"Au "," x",-10810.0,300.0,7825.0,1.0,"B-",5680.0,300.0,206.9884,320.0,"300 ns","",5.677,-7.292,-6.27,1.455084 " ",127,80,207,"Hg "," x",-16487.0,30.0,7848.61,0.14,"B-",4550.0,30.0,206.9823,30.0,"2.9 m","(9/2+)",4.547,-6.699,-5.677,0.718084 " ",126,81,207,"Tl "," ",-21034.0,5.0,7866.797,0.026,"B-",1418.0,5.0,206.977419,6.0,"1.33 s","11/2-",1.418,-5.569,-4.547,-0.315916 " ",125,82,207,"Pb "," ",-22452.0,1.1,7869.866,0.006," ","*","*",206.9758967,1.2,"0.806 s","13/2+",-2.3974,-2.44,-1.418,0.392384 " ",124,83,207,"Bi "," ",-20054.6,2.4,7854.505,0.012,"B+",2397.4,2.1,206.9784705,2.6,"31.55 y","9/2-",-2.9086,1.3754,2.3974,3.281884 " ",123,84,207,"Po "," ",-17146.0,7.0,7836.67,0.03,"B+",2909.0,7.0,206.981593,7.0,"5.80 h","5/2-",-3.919,1.8866,2.9086,5.216084 " ",122,85,207,"At "," +a",-13227.0,12.0,7813.96,0.06,"B+",3918.0,14.0,206.9858,13.0,"1.80 h","9/2-",-4.592,2.897,3.919,5.873084 " ",121,86,207,"Rn "," +a",-8635.0,8.0,7788.0,0.04,"B+",4593.0,15.0,206.99073,9.0,"9.25 m","5/2-",-5.791,3.57,4.592,6.251084 " ",120,87,207,"Fr "," ",-2844.0,18.0,7756.25,0.08,"B+",5790.0,19.0,206.996946,19.0,"14.8 s","9/2-",-6.384,4.769,5.791,6.894084 " ",119,88,207,"Ra "," -a",3540.0,50.0,7721.6,0.26,"B+",6390.0,60.0,207.00381,60.0,"1.2 s","(3/2-)",-7.61,5.362,6.384,7.269084 " ",118,89,207,"Ac "," -a",11150.0,50.0,7681.1,0.24,"B+",7600.0,70.0,207.01197,50.0,"27 ms","(9/2-)",0.0,6.588,7.61,7.849084 "0",130,78,208,"Pt "," x",-990.0,400.0,7783.0,2.0,"B-",5110.0,500.0,207.99894,430.0,"160 ns","0+",5.11,0.0,0.0,0.0 " ",129,79,208,"Au "," x",-6100.0,300.0,7804.0,1.0,"B-",7160.0,300.0,207.99345,320.0,"300 ns","",7.17,-6.132,-5.11,1.165084 " ",128,80,208,"Hg "," x",-13270.0,30.0,7834.19,0.15,"B-",3480.0,30.0,207.98576,30.0,"41 m","0+",3.4801,-8.192,-7.17,2.225084 " ",127,81,208,"Tl "," +a",-16750.1,1.9,7847.183,0.009,"B-",4998.5,1.7,207.982018,2.0,"3.053 m","5+",4.9985,-4.5021,-3.4801,1.474984 " ",126,82,208,"Pb "," ",-21748.6,1.1,7867.453,0.006," ","*","*",207.9766519,1.2,"stable","0+",-2.8784,-6.0205,-4.9985,0.516584 " ",125,83,208,"Bi "," +n",-18870.2,2.3,7849.853,0.011,"B+",2878.4,2.0,207.979742,2.5,"3.68e+5 y","5+",-1.4006,1.8564,2.8784,3.050984 " ",124,84,208,"Po "," -a",-17469.6,1.7,7839.358,0.008,"B+",1400.6,2.4,207.9812456,1.9,"2.898 y","0+",-4.9996,0.3786,1.4006,5.215384 " ",123,85,208,"At "," +a",-12470.0,9.0,7811.56,0.04,"B+",5000.0,9.0,207.986613,10.0,"1.63 h","6+",-2.814,3.9776,4.9996,5.751084 " ",122,86,208,"Rn "," -a",-9656.0,11.0,7794.27,0.05,"B+",2814.0,14.0,207.989634,12.0,"24.35 m","0+",-6.99,1.792,2.814,6.260084 " ",121,87,208,"Fr "," ",-2666.0,12.0,7756.9,0.06,"B+",6990.0,16.0,207.997138,13.0,"59.1 s","7+",-4.394,5.968,6.99,6.784084 " ",120,88,208,"Ra "," -a",1728.0,9.0,7732.02,0.04,"B+",4394.0,15.0,208.001855,10.0,"1.3 s","0+",-9.022,3.372,4.394,7.273084 " ",119,89,208,"Ac "," -a",10750.0,60.0,7684.86,0.27,"B+",9030.0,60.0,208.01154,60.0,"95 ms","(3+)",-5.93,8.0,9.022,7.718084 " ",118,90,208,"Th "," -a",16680.0,30.0,7652.59,0.16,"B+",5930.0,70.0,208.01791,40.0,"1.7 ms","0+",0.0,4.908,5.93,8.198084 "0",130,79,209,"Au "," x",-2540.0,400.0,7788.0,2.0,"B-",6100.0,430.0,208.99727,430.0,"300 ns","(3/2+)",6.1,0.0,0.0,0.995084 " ",129,80,209,"Hg "," x",-8640.0,150.0,7813.0,1.0,"B-",5000.0,150.0,208.99072,160.0,"36 s","(9/2+)",5.005,-7.122,-6.1,1.905084 " ",128,81,209,"Tl "," +a",-13645.0,6.0,7833.397,0.029,"B-",3970.0,6.0,208.985352,7.0,"2.162 m","1/2+",3.9696,-6.027,-5.005,2.700084 " ",127,82,209,"Pb "," ",-17614.6,1.7,7848.648,0.008,"B-",644.0,1.1,208.9810899,1.9,"3.234 h","9/2+",0.6441,-4.9916,-3.9696,2.248484 " ",126,83,209,"Bi "," ",-18258.7,1.4,7847.987,0.007," ","*","*",208.9803985,1.5,"1.9e19 y","9/2-",-1.8926,-1.6661,-0.6441,3.137284 " ",125,84,209,"Po "," -a",-16366.1,1.8,7835.188,0.009,"B+",1892.6,1.6,208.9824303,1.9,"102 y","1/2-",-3.4831,0.8706,1.8926,4.979184 " ",124,85,209,"At "," ",-12883.0,5.0,7814.777,0.024,"B+",3483.0,5.0,208.98617,5.0,"5.41 h","9/2-",-3.942,2.4611,3.4831,5.757084 " ",123,86,209,"Rn "," ",-8941.0,10.0,7792.17,0.05,"B+",3942.0,11.0,208.990401,11.0,"28.8 m","5/2-",-5.171,2.92,3.942,6.155084 " ",122,87,209,"Fr "," x",-3770.0,15.0,7763.69,0.07,"B+",5171.0,18.0,208.995953,16.0,"50.5 s","9/2-",-5.628,4.149,5.171,6.777084 " ",121,88,209,"Ra "," -a",1858.0,6.0,7733.017,0.027,"B+",5628.0,16.0,209.001995,6.0,"4.7 s","(5/2-)",-6.982,4.606,5.628,7.143084 " ",120,89,209,"Ac "," -a",8840.0,50.0,7695.85,0.24,"B+",6990.0,50.0,209.00949,50.0,"98 ms","(9/2-)",-7.53,5.96,6.982,7.725084 " ",119,90,209,"Th "," IT",16370.0,140.0,7656.0,1.0,"B+",7520.0,150.0,209.01757,150.0,"3.8 ms","(13/2+)",0.0,6.508,7.53,8.105084 "0",131,79,210,"Au "," x",2330.0,400.0,7766.0,2.0,"B-",7690.0,450.0,210.0025,430.0,"300 ns","",7.7,0.0,0.0,0.0 " ",130,80,210,"Hg "," x",-5370.0,200.0,7799.0,1.0,"B-",3880.0,200.0,209.99424,210.0,"2.1 us","(3-)",3.877,-8.722,-7.7,1.835084 " ",129,81,210,"Tl "," +a",-9247.0,12.0,7813.59,0.06,"B-",5482.0,12.0,209.990073,12.0,"1.30 m","(5+)",5.4815,-4.899,-3.877,2.548084 " ",128,82,210,"Pb "," ",-14728.5,1.4,7835.965,0.007,"B-",63.5,0.5,209.9841883,1.6,"22.20 y","0+",0.0635,-6.5035,-5.4815,3.792584 " ",127,83,210,"Bi "," ",-14792.0,1.4,7832.542,0.006,"B-",1161.2,0.8,209.98412019999998,1.5,"5.012 d","1-",1.1611,-1.0855,-0.0635,5.036484 " ",126,84,210,"Po "," ",-15953.1,1.1,7834.346,0.005," ","*","*",209.9828736,1.2,"138.376 d","0+",-3.9811,-2.1831,-1.1611,5.407584 " ",125,85,210,"At "," -a",-11972.0,8.0,7811.66,0.04,"B+",3981.0,8.0,209.987147,8.0,"8.1 h","(5)+",-2.367,2.9591,3.9811,5.631084 " ",124,86,210,"Rn "," -a",-9605.0,5.0,7796.665,0.022,"B+",2367.0,9.0,209.989689,5.0,"2.4 h","0+",-6.272,1.345,2.367,6.159084 " ",123,87,210,"Fr "," ",-3333.0,15.0,7763.07,0.07,"B+",6272.0,16.0,209.996422,16.0,"3.18 m","6+",-3.776,5.25,6.272,6.672084 " ",122,88,210,"Ra "," -a",443.0,9.0,7741.37,0.04,"B+",3776.0,18.0,210.000475,10.0,"3.7 s","0+",-8.347,2.754,3.776,7.151084 " ",121,89,210,"Ac "," -a",8790.0,60.0,7697.9,0.27,"B+",8350.0,60.0,210.00944,60.0,"0.35 s","",-5.269,7.325,8.347,7.607084 " ",120,90,210,"Th "," -a",14059.0,19.0,7669.08,0.09,"B+",5270.0,60.0,210.015093,20.0,"9 ms","0+",0.0,4.247,5.269,8.068084 "0",131,80,211,"Hg "," x",-620.0,200.0,7778.0,1.0,"B-",5450.0,200.0,210.99933,210.0,"300 ns","",5.46,0.0,0.0,1.495084 " ",130,81,211,"Tl "," x",-6080.0,40.0,7799.79,0.2,"B-",4410.0,40.0,210.99348,50.0,"88 s","",4.4129,-6.482,-5.46,2.305084 " ",129,82,211,"Pb "," ",-10492.9,2.3,7817.007,0.011,"B-",1366.0,5.0,210.9887354,2.4,"36.1 m","9/2+",1.3661,-5.4349,-4.4129,3.569184 " ",128,83,211,"Bi "," ",-11859.0,5.0,7819.774,0.026,"B-",573.0,5.0,210.987269,6.0,"2.14 m","9/2-",0.5736,-2.3881,-1.3661,6.750084 " ",127,84,211,"Po "," -a",-12432.6,1.3,7818.784,0.006," ","*","*",210.98665309999998,1.3,"0.516 s","9/2+",-0.7853,-1.5956,-0.5736,7.594484 " ",126,85,211,"At "," -a",-11647.3,2.7,7811.354,0.013,"B+",785.3,2.5,210.9874961,2.9,"7.214 h","9/2-",-2.8923,-0.2367,0.7853,5.982384 " ",125,86,211,"Rn "," -a",-8755.0,7.0,7793.94,0.03,"B+",2892.0,7.0,210.990601,7.0,"14.6 h","1/2-",-4.615,1.8703,2.8923,5.966084 " ",124,87,211,"Fr "," ",-4140.0,12.0,7768.36,0.06,"B+",4615.0,14.0,210.995555,13.0,"3.10 m","9/2-",-4.972,3.593,4.615,6.662084 " ",123,88,211,"Ra "," x",832.0,8.0,7741.09,0.04,"B+",4972.0,14.0,211.000893,9.0,"13 s","5/2(-)",-6.368,3.95,4.972,7.042084 " ",122,89,211,"Ac "," -a",7200.0,50.0,7707.19,0.25,"B+",6370.0,50.0,211.00773,60.0,"0.21 s","(9/2-)",-6.71,5.346,6.368,7.619084 " ",121,90,211,"Th "," -a",13910.0,70.0,7671.7,0.3,"B+",6710.0,90.0,211.01493,80.0,"37 ms","",-8.17,5.688,6.71,7.945084 " ",120,91,211,"Pa "," x",22080.0,100.0,7629.0,0.0,"B+",8170.0,130.0,211.0237,110.0,"300 ns","",0.0,7.148,8.17,8.505084 "0",132,80,212,"Hg "," x",2760.0,300.0,7763.0,1.0,"B-",4310.0,360.0,212.00296,320.0,"300 ns","0+",4.31,0.0,0.0,1.325084 " ",131,81,212,"Tl "," +a",-1550.0,200.0,7780.0,1.0,"B-",6000.0,200.0,211.99834,220.0,"96 s","",5.9988,-5.332,-4.31,2.125084 " ",130,82,212,"Pb "," ",-7548.8,1.8,7804.319,0.009,"B-",569.1,1.8,211.991896,2.0,"5 us","",0.5692,-7.0208,-5.9988,3.296284 " ",129,83,212,"Bi "," ",-8118.0,1.9,7803.313,0.009,"B-",2251.5,1.7,211.991285,2.0,"60.55 m","1(-)",2.2515,-1.5912,-0.5692,6.207184 " ",128,84,212,"Po "," ",-10369.5,1.2,7810.243,0.005,"B-",-1741.3,2.1,211.9888679,1.2,"0.299 us","0+",-1.7413,-3.2735,-2.2515,8.954184 " ",127,85,212,"At "," -a",-8628.2,2.4,7798.34,0.011,"B-",31.0,4.0,211.99073719999998,2.6,"0.314 s","(1-)",0.0318,0.7193,1.7413,7.817084 " ",126,86,212,"Rn "," -a",-8660.0,3.0,7794.797,0.015," ","*","*",211.990704,3.0,"23.9 m","0+",-5.144,-1.0538,-0.0318,6.384684 " ",125,87,212,"Fr "," ",-3516.0,9.0,7766.84,0.04,"B+",5144.0,9.0,211.996225,9.0,"20.0 m","5+",-3.317,4.122,5.144,6.529084 " ",124,88,212,"Ra "," -a",-199.0,11.0,7747.51,0.05,"B+",3317.0,14.0,211.999786,12.0,"13.0 s","0+",-7.479,2.295,3.317,7.032084 " ",123,89,212,"Ac "," -a",7280.0,50.0,7708.55,0.24,"B+",7480.0,50.0,212.00781,60.0,"0.93 s","",-4.831,6.457,7.479,7.521084 " ",122,90,212,"Th "," -a",12111.0,10.0,7682.06,0.05,"B+",4830.0,50.0,212.013001,11.0,"30 ms","0+",-9.479,3.809,4.831,7.958084 " ",121,91,212,"Pa "," -a",21590.0,70.0,7633.6,0.4,"B+",9480.0,80.0,212.02318,80.0,"5.1 ms","",0.0,8.457,9.479,8.415084 "0",133,80,213,"Hg "," x",7670.0,300.0,7741.0,1.0,"B-",5880.0,300.0,213.00823,320.0,"300 ns","",5.886,0.0,0.0,0.0 " ",132,81,213,"Tl "," x",1784.0,27.0,7765.43,0.13,"B-",4987.0,28.0,213.001915,29.0,"46 s","",4.988,-6.908,-5.886,1.899084 " ",131,82,213,"Pb "," +a",-3204.0,7.0,7785.17,0.03,"B-",2028.0,8.0,212.996561,7.0,"10.2 m","(9/2+)",2.028,-6.01,-4.988,3.011084 " ",130,83,213,"Bi "," ",-5232.0,5.0,7791.021,0.024,"B-",1422.0,5.0,212.994384,5.0,"45.61 m","9/2-",1.422,-3.05,-2.028,5.988084 " ",129,84,213,"Po "," ",-6654.0,3.0,7794.024,0.014," ","*","*",212.992857,3.0,"3.72 us","9/2+",-0.074,-2.444,-1.422,8.535684 " ",128,85,213,"At "," -a",-6580.0,5.0,7790.003,0.023,"B+",74.0,5.0,212.992937,5.0,"125 ns","9/2-",-0.884,-0.948,0.074,9.253784 " ",127,86,213,"Rn "," -a",-5696.0,3.0,7782.182,0.016,"B+",884.0,6.0,212.993885,4.0,"19.5 ms","(9/2+)",-2.143,-0.138,0.884,8.245184 " ",126,87,213,"Fr "," ",-3553.0,5.0,7768.447,0.024,"B+",2143.0,6.0,212.996186,5.0,"34.6 s","9/2-",-3.899,1.121,2.143,6.905084 " ",125,88,213,"Ra "," ",346.0,10.0,7746.47,0.05,"B+",3898.0,11.0,213.000371,11.0,"2.73 m","1/2-",-5.809,2.877,3.899,6.862084 " ",124,89,213,"Ac "," -a",6155.0,15.0,7715.53,0.07,"B+",5809.0,18.0,213.006607,16.0,"738 ms","9/2-",-5.965,4.787,5.809,7.500084 " ",123,90,213,"Th "," -a",12120.0,9.0,7683.85,0.04,"B+",5965.0,18.0,213.013011,10.0,"144 ms","(5/2-)",-7.54,4.943,5.965,7.837084 " ",122,91,213,"Pa "," -a",19660.0,70.0,7644.8,0.3,"B+",7540.0,70.0,213.02111,80.0,"5.3 ms","(9/2-)",0.0,6.518,7.54,8.395084 "0",134,80,214,"Hg "," x",11180.0,400.0,7727.0,2.0,"B-",4710.0,450.0,214.012,430.0,"300 ns","0+",4.71,0.0,0.0,0.0 " ",133,81,214,"Tl "," x",6470.0,200.0,7745.0,1.0,"B-",6650.0,200.0,214.00694,210.0,"300 ns","",6.6528,-5.732,-4.71,1.715084 " ",132,82,214,"Pb "," ",-182.8,2.0,7772.394,0.009,"B-",1018.0,11.0,213.99980380000002,2.1,"26.8 m","0+",1.0182,-7.6748,-6.6528,2.762284 " ",131,83,214,"Bi "," ",-1201.0,11.0,7773.49,0.05,"B-",3269.0,11.0,213.998711,12.0,"19.9 m","1-",3.269,-2.0402,-1.0182,5.621084 " ",130,84,214,"Po "," ",-4470.0,1.4,7785.116,0.007,"B-",-1090.0,4.0,213.9952012,1.6,"163.6 us","0+",-1.09,-4.291,-3.269,7.833584 " ",129,85,214,"At "," -a",-3380.0,4.0,7776.366,0.02,"B-",940.0,10.0,213.996372,5.0,"558 ns","1-",0.94,0.068,1.09,8.987084 " ",128,86,214,"Rn "," -a",-4320.0,9.0,7777.1,0.04," ","*","*",213.995363,10.0,"0.27 us","0+",-3.361,-1.962,-0.94,9.208184 " ",127,87,214,"Fr "," -a",-959.0,9.0,7757.74,0.04,"B+",3361.0,13.0,213.998971,9.0,"5.0 ms","(1-)",-1.052,2.339,3.361,8.588084 " ",126,88,214,"Ra "," -a",93.0,5.0,7749.171,0.025,"B+",1051.0,10.0,214.0001,6.0,"2.46 s","0+",-6.351,0.03,1.052,7.273084 " ",125,89,214,"Ac "," -a",6444.0,15.0,7715.84,0.07,"B+",6351.0,16.0,214.006918,16.0,"8.2 s","(5-)",-4.251,5.329,6.351,7.352084 " ",124,90,214,"Th "," -a",10695.0,11.0,7692.32,0.05,"B+",4251.0,19.0,214.011481,11.0,"87 ms","0+",-8.795,3.229,4.251,7.827084 " ",123,91,214,"Pa "," -a",19490.0,80.0,7647.6,0.4,"B+",8790.0,80.0,214.02092,80.0,"17 ms","",0.0,7.773,8.795,8.275084 "0",135,80,215,"Hg "," x",16210.0,400.0,7705.0,2.0,"B-",6300.0,500.0,215.0174,430.0,"300 ns","",6.3,0.0,0.0,0.0 " ",134,81,215,"Tl "," x",9910.0,300.0,7730.0,1.0,"B-",5570.0,300.0,215.01064,320.0,"300 ns","",5.57,-7.322,-6.3,0.0 " ",133,82,215,"Pb "," +a",4340.0,50.0,7752.74,0.24,"B-",2710.0,50.0,215.00466,60.0,"147 s","(9/2+)",2.711,-6.592,-5.57,2.535084 " ",132,83,215,"Bi "," ",1629.0,6.0,7761.717,0.026,"B-",2171.0,6.0,215.001749,6.0,"36.9 s","(25/2:29/2)(-)",2.1707,-3.733,-2.711,5.284084 " ",131,84,215,"Po "," ",-541.7,2.1,7768.176,0.01,"B-",714.0,7.0,214.9994185,2.3,"1.781 ms","9/2+",0.7143,-3.1927,-2.1707,7.526284 " ",130,85,215,"At "," -a",-1256.0,7.0,7767.86,0.03," ","*","*",214.998652,7.0,"0.10 ms","9/2-",-0.087,-1.7363,-0.7143,8.178084 " ",129,86,215,"Rn "," -a",-1169.0,8.0,7763.81,0.04,"B+",87.0,10.0,214.998745,8.0,"2.30 us","9/2+",-1.487,-0.935,0.087,8.838684 " ",128,87,215,"Fr "," -a",318.0,7.0,7753.26,0.03,"B+",1487.0,10.0,215.000341,8.0,"86 ns","9/2-",-2.216,0.465,1.487,9.540384 " ",127,88,215,"Ra "," -a",2534.0,8.0,7739.32,0.04,"B+",2216.0,10.0,215.00272,8.0,"1.66 ms","(9/2+)",-3.497,1.194,2.216,8.864084 " ",126,89,215,"Ac "," -a",6031.0,12.0,7719.41,0.06,"B+",3497.0,15.0,215.006474,13.0,"0.17 s","9/2-",-4.891,2.475,3.497,7.746084 " ",125,90,215,"Th "," -a",10922.0,9.0,7693.03,0.04,"B+",4891.0,15.0,215.011725,9.0,"1.2 s","(1/2-)",-6.938,3.869,4.891,7.665084 " ",124,91,215,"Pa "," -a",17860.0,70.0,7657.1,0.3,"B+",6940.0,70.0,215.01918,80.0,"14 ms","(9/2-)",-7.06,5.916,6.938,8.235084 " ",123,92,215,"U "," -a",24920.0,90.0,7620.6,0.4,"B+",7060.0,110.0,215.02676,90.0,"0.7 ms","",0.0,6.038,7.06,8.585084 "0",136,80,216,"Hg "," x",19860.0,400.0,7690.0,2.0,"B-",5140.0,500.0,216.02132,430.0,"300 ns","0+",5.14,0.0,0.0,0.0 " ",135,81,216,"Tl "," x",14720.0,300.0,7710.0,1.0,"B-",7240.0,360.0,216.0158,320.0,"300 ns","",7.24,-6.162,-5.14,0.0 " ",134,82,216,"Pb "," x",7480.0,200.0,7740.0,1.0,"B-",1610.0,200.0,216.00803,210.0,"300 ns","0+",1.606,-8.262,-7.24,2.295084 " ",133,83,216,"Bi "," x",5874.0,11.0,7743.5,0.05,"B-",4092.0,11.0,216.006306,12.0,"2.25 m","(6-,7-)",4.0916,-2.628,-1.606,4.999084 " ",132,84,216,"Po "," ",1782.4,1.8,7758.819,0.008,"B-",-474.0,4.0,216.0019135,1.9,"0.145 s","0+",-0.4746,-5.1136,-4.0916,6.906284 " ",131,85,216,"At "," -a",2257.0,4.0,7753.002,0.017,"B-",2004.0,7.0,216.002423,4.0,"0.30 ms","1(-)",2.004,-0.5474,0.4746,7.950084 " ",130,86,216,"Rn "," -a",253.0,6.0,7758.657,0.028," ","*","*",216.000271,6.0,"45 us","0+",-2.718,-3.026,-2.004,8.197584 " ",129,87,216,"Fr "," -a",2971.0,4.0,7742.451,0.019,"B+",2718.0,7.0,216.003189,4.0,"0.70 us","(1-)",-0.32,1.696,2.718,9.174284 " ",128,88,216,"Ra "," -a",3291.0,9.0,7737.35,0.04,"B+",320.0,10.0,216.003533,9.0,"182 ns","0+",-4.853,-0.702,0.32,9.526084 " ",127,89,216,"Ac "," -a",8144.0,11.0,7711.26,0.05,"B+",4853.0,14.0,216.008743,12.0,"440 us","(1-)",-2.154,3.831,4.853,9.235084 " ",126,90,216,"Th "," -a",10298.0,12.0,7697.66,0.06,"B+",2154.0,16.0,216.011056,13.0,"26.0 ms","0+",-7.502,1.132,2.154,8.072084 " ",125,91,216,"Pa "," -a",17800.0,50.0,7659.31,0.25,"B+",7500.0,50.0,216.01911,60.0,"167 ms","",-5.266,6.48,7.502,8.095084 " ",124,92,216,"U "," -a",23066.0,28.0,7631.31,0.13,"B+",5270.0,60.0,216.02476,30.0,"4.5 ms","0+",0.0,4.244,5.266,8.530084 "0",136,81,217,"Tl "," x",18310.0,400.0,7695.0,2.0,"B-",6070.0,500.0,217.01966,430.0,"300 ns","",6.07,0.0,0.0,0.0 " ",135,82,217,"Pb "," x",12240.0,300.0,7719.0,1.0,"B-",3510.0,300.0,217.01314,320.0,"300 ns","",3.51,-7.092,-6.07,2.145084 " ",134,83,217,"Bi "," x",8730.0,18.0,7731.85,0.08,"B-",2846.0,19.0,217.009372,19.0,"93 s","",2.846,-4.532,-3.51,4.521084 " ",133,84,217,"Po "," +a",5884.0,7.0,7741.36,0.03,"B-",1489.0,8.0,217.006316,7.0,"1.46 s","(9/2+)",1.489,-3.868,-2.846,6.663084 " ",132,85,217,"At "," ",4395.0,5.0,7744.616,0.023,"B-",736.0,6.0,217.004718,5.0,"32.3 ms","9/2-",0.736,-2.511,-1.489,7.202084 " ",131,86,217,"Rn "," -a",3659.0,4.0,7744.403,0.019," ","*","*",217.003928,5.0,"0.54 ms","9/2+",-0.656,-1.758,-0.736,7.888084 " ",130,87,217,"Fr "," -a",4315.0,7.0,7737.77,0.03,"B+",656.0,8.0,217.004632,7.0,"19 us","9/2-",-1.575,-0.366,0.656,8.470084 " ",129,88,217,"Ra "," -a",5890.0,7.0,7726.91,0.03,"B+",1575.0,10.0,217.006323,8.0,"1.6 us","(9/2+)",-2.814,0.553,1.575,9.161084 " ",128,89,217,"Ac "," -a",8704.0,11.0,7710.34,0.05,"B+",2814.0,13.0,217.009344,12.0,"69 ns","9/2-",-3.502,1.792,2.814,9.832084 " ",127,90,217,"Th "," -a",12206.0,11.0,7690.59,0.05,"B+",3502.0,16.0,217.013103,11.0,"0.251 ms","(9/2+)",-4.862,2.48,3.502,9.435084 " ",126,91,217,"Pa "," -a",17068.0,16.0,7664.58,0.07,"B+",4863.0,19.0,217.018324,17.0,"3.6 ms","",-5.902,3.84,4.862,8.488084 " ",125,92,217,"U "," -a",22970.0,70.0,7634.0,0.0,"B+",5910.0,70.0,217.02466,80.0,"16 ms","",0.0,4.88,5.902,8.425084 "0",137,81,218,"Tl "," x",23180.0,400.0,7674.0,2.0,"B-",7730.0,500.0,218.02489,430.0,"None","None",7.73,0.0,0.0,0.0 " ",136,82,218,"Pb "," x",15450.0,300.0,7706.0,1.0,"B-",2240.0,300.0,218.01659,320.0,"300 ns","0+",2.234,-8.752,-7.73,1.845084 " ",135,83,218,"Bi "," x",13216.0,27.0,7712.83,0.12,"B-",4859.0,27.0,218.014188,29.0,"33 s","",4.8591,-3.256,-2.234,4.321084 " ",134,84,218,"Po "," ",8356.9,2.0,7731.528,0.009,"B-",259.0,12.0,218.0089715,2.1,"3.098 m","0+",0.2589,-5.8811,-4.8591,6.114784 " ",133,85,218,"At "," -a",8098.0,12.0,7729.13,0.05,"B-",2881.0,12.0,218.008694,12.0,"1.5 s","",2.8807,-1.2809,-0.2589,6.874084 " ",132,86,218,"Rn "," ",5217.3,2.3,7738.752,0.011,"B-",-1842.0,5.0,218.0056011,2.5,"35 ms","0+",-1.8417,-3.9027,-2.8807,7.262384 " ",131,87,218,"Fr "," -a",7059.0,5.0,7726.715,0.022,"B-",408.0,12.0,218.007578,5.0,"1.0 ms","1-",0.408,0.8197,1.8417,8.014084 " ",130,88,218,"Ra "," -a",6651.0,11.0,7725.0,0.05," ","*","*",218.00714,12.0,"25.2 us","0+",-4.189,-1.43,-0.408,8.546084 " ",129,89,218,"Ac "," -a",10840.0,50.0,7702.18,0.23,"B+",4190.0,50.0,218.01164,50.0,"1.08 us","(1-)",-1.527,3.167,4.189,9.374084 " ",128,90,218,"Th "," -a",12367.0,11.0,7691.6,0.05,"B+",1520.0,50.0,218.013276,11.0,"117 ns","0+",-6.317,0.505,1.527,9.849084 " ",127,91,218,"Pa "," -a",18684.0,18.0,7659.04,0.08,"B+",6317.0,21.0,218.020058,20.0,"113 us","",-3.211,5.295,6.317,9.815084 " ",126,92,218,"U "," -a",21895.0,14.0,7640.72,0.06,"B+",3211.0,23.0,218.023505,15.0,"0.51 ms","0+",0.0,2.189,3.211,8.775084 "0",137,82,219,"Pb "," x",20280.0,400.0,7686.0,2.0,"B-",4000.0,450.0,219.02177,430.0,"300 ns","",4.0,0.0,0.0,1.645084 " ",136,83,219,"Bi "," x",16280.0,200.0,7700.0,1.0,"B-",3600.0,200.0,219.01748,210.0,"22 s","(9/2-)",3.599,-5.022,-4.0,3.945084 " ",135,84,219,"Po "," x",12681.0,16.0,7713.33,0.07,"B-",2285.0,16.0,219.013614,17.0,"620 s","(9/2+)",2.285,-4.621,-3.599,5.916084 " ",134,85,219,"At "," ",10396.0,3.0,7720.196,0.015,"B-",1566.7,2.9,219.011161,3.0,"56 s","(9/2-)",1.5666,-3.307,-2.285,6.342084 " ",133,86,219,"Rn "," ",8829.4,2.1,7723.777,0.01,"B-",212.0,7.0,219.0094788,2.3,"3.96 s","5/2+",0.2114,-2.5886,-1.5666,6.946184 " ",132,87,219,"Fr "," -a",8618.0,7.0,7721.17,0.03," ","*","*",219.009252,8.0,"20 ms","9/2-",-0.776,-1.2334,-0.2114,7.449084 " ",131,88,219,"Ra "," -a",9394.0,8.0,7714.05,0.04,"B+",777.0,11.0,219.010085,9.0,"10 ms","(7/2)+",-2.176,-0.246,0.776,8.138084 " ",130,89,219,"Ac "," -a",11570.0,50.0,7700.55,0.23,"B+",2180.0,50.0,219.01242,50.0,"11.8 us","9/2-",-2.9,1.154,2.176,8.827084 " ",129,90,219,"Th "," -a",14470.0,50.0,7683.73,0.23,"B+",2900.0,70.0,219.01554,50.0,"1.05 us","(9/2+)",-4.07,1.878,2.9,9.511084 " ",128,91,219,"Pa "," -a",18540.0,50.0,7661.57,0.24,"B+",4070.0,70.0,219.0199,60.0,"53 ns","9/2-",-4.75,3.048,4.07,10.084084 " ",127,92,219,"U "," -a",23290.0,50.0,7636.33,0.23,"B+",4750.0,70.0,219.025,50.0,"42 us","(9/2+)",-6.17,3.728,4.75,9.943084 " ",126,93,219,"Np "," -a",29460.0,90.0,7604.6,0.4,"B+",6170.0,100.0,219.03162,90.0,"5 us","",0.0,5.148,6.17,9.175084 "0",138,82,220,"Pb "," x",23670.0,400.0,7672.0,2.0,"B-",2850.0,500.0,220.02541,430.0,"300 ns","0+",2.85,0.0,0.0,1.385084 " ",137,83,220,"Bi "," x",20820.0,300.0,7682.0,1.0,"B-",5560.0,300.0,220.02235,320.0,"300 ns","",5.557,-3.872,-2.85,3.675084 " ",136,84,220,"Po "," x",15263.0,18.0,7703.22,0.08,"B-",888.0,23.0,220.016386,19.0,"300 ns","0+",0.887,-6.579,-5.557,5.358084 " ",135,85,220,"At "," x",14376.0,14.0,7703.7,0.06,"B-",3764.0,14.0,220.015433,15.0,"3.71 m","3",3.7639,-1.909,-0.887,6.077084 " ",134,86,220,"Rn "," ",10612.1,1.8,7717.254,0.008,"B-",-870.0,4.0,220.0113925,1.9,"55.6 s","0+",-0.8699,-4.7859,-3.7639,6.404784 " ",133,87,220,"Fr "," -a",11482.0,4.0,7709.742,0.018,"B-",1212.0,9.0,220.012327,4.0,"27.4 s","1+",1.212,-0.1521,0.8699,6.800084 " ",132,88,220,"Ra "," -a",10270.0,8.0,7711.7,0.04," ","*","*",220.011026,9.0,"18 ms","0+",-3.474,-2.234,-1.212,7.592084 " ",131,89,220,"Ac "," -a",13744.0,6.0,7692.351,0.028,"B+",3473.0,10.0,220.014754,7.0,"26.4 ms","",-0.925,2.452,3.474,8.348084 " ",130,90,220,"Th "," -a",14669.0,22.0,7684.59,0.1,"B+",925.0,23.0,220.015748,24.0,"9.7 us","0+",-5.551,-0.097,0.925,8.953084 " ",129,91,220,"Pa "," -a",20220.0,50.0,7656.0,0.0,"B+",5550.0,60.0,220.02171,60.0,"0.78 us","",-2.71,4.529,5.551,9.651084 " ",128,92,220,"U "," -a",22930.0,100.0,7640.0,0.0,"B+",2720.0,110.0,220.02462,110.0,"None","None",-7.38,1.688,2.71,10.207084 " ",127,93,220,"Np "," x",30310.0,200.0,7603.0,1.0,"B+",7380.0,220.0,220.03254,210.0,"None","None",0.0,6.358,7.38,10.085084 "0",138,83,221,"Bi "," x",24100.0,300.0,7668.0,1.0,"B-",4320.0,300.0,221.02587,320.0,"300 ns","",4.326,0.0,0.0,3.365084 " ",137,84,221,"Po "," x",19774.0,20.0,7684.48,0.09,"B-",2991.0,24.0,221.021228,21.0,"112 s","",2.991,-5.348,-4.326,5.109084 " ",136,85,221,"At "," x",16783.0,14.0,7694.47,0.06,"B-",2311.0,15.0,221.018017,15.0,"2.3 m","",2.312,-4.013,-2.991,5.628084 " ",135,86,221,"Rn "," +a",14471.0,6.0,7701.393,0.026,"B-",1194.0,7.0,221.015536,6.0,"25.7 m","7/2(+)",1.194,-3.334,-2.312,6.162084 " ",134,87,221,"Fr "," ",13277.0,5.0,7703.256,0.022,"B-",313.0,6.0,221.014254,5.0,"4.9 m","5/2-",0.313,-2.216,-1.194,6.457084 " ",133,88,221,"Ra "," -a",12964.0,5.0,7701.135,0.021," ","*","*",221.013917,5.0,"28 s","5/2+",-1.556,-1.335,-0.313,6.880084 " ",132,89,221,"Ac "," -a",14520.0,50.0,7690.54,0.23,"B+",1560.0,50.0,221.01559,50.0,"52 ms","",-2.42,0.534,1.556,7.780084 " ",131,90,221,"Th "," -a",16940.0,8.0,7676.06,0.04,"B+",2420.0,50.0,221.018186,9.0,"1.73 ms","(7/2+)",-3.44,1.398,2.42,8.625084 " ",130,91,221,"Pa "," -a",20380.0,50.0,7656.97,0.23,"B+",3440.0,50.0,221.02187,60.0,"5.9 us","9/2-",-4.14,2.418,3.44,9.251084 " ",129,92,221,"U "," -a",24520.0,50.0,7634.68,0.23,"B+",4140.0,70.0,221.02632,50.0,"0.66 us","(9/2+)",-5.33,3.118,4.14,9.889084 " ",128,93,221,"Np "," x",29850.0,200.0,7607.0,1.0,"B+",5330.0,210.0,221.03205,220.0,"None","None",0.0,4.308,5.33,10.357084 "0",139,83,222,"Bi "," x",28730.0,300.0,7649.0,1.0,"B-",6240.0,300.0,222.03084,320.0,"300 ns","",6.24,0.0,0.0,3.125084 " ",138,84,222,"Po "," x",22490.0,40.0,7674.0,0.18,"B-",1530.0,40.0,222.02414,40.0,"550 s","0+",1.537,-7.262,-6.24,4.615084 " ",137,85,222,"At "," x",20953.0,16.0,7677.39,0.07,"B-",4581.0,16.0,222.022494,17.0,"54 s","",4.5808,-2.559,-1.537,5.312084 " ",136,86,222,"Rn "," ",16372.2,1.9,7694.497,0.009,"B-",-6.0,8.0,222.0175763,2.1,"3.8235 d","0+",-0.0058,-5.6028,-4.5808,5.590384 " ",135,87,222,"Fr "," x",16378.0,7.0,7690.95,0.03,"B-",2058.0,9.0,222.017583,8.0,"14.2 m","2-",2.058,-1.0162,0.0058,5.855084 " ",134,88,222,"Ra "," ",14320.0,4.0,7696.692,0.02," ","*","*",222.015373,5.0,"36.17 s","0+",-2.301,-3.08,-2.058,6.677784 " ",133,89,222,"Ac "," -a",16621.0,5.0,7682.802,0.023,"B+",2301.0,7.0,222.017844,6.0,"5.0 s","1-",-0.582,1.279,2.301,7.137084 " ",132,90,222,"Th "," -a",17203.0,12.0,7676.66,0.06,"B+",582.0,13.0,222.018468,13.0,"2.237 ms","0+",-4.957,-0.44,0.582,8.127084 " ",131,91,222,"Pa "," -a",22160.0,70.0,7651.0,0.0,"B+",4950.0,70.0,222.02378,80.0,"2.9 ms","",-2.11,3.935,4.957,8.895084 " ",130,92,222,"U "," -a",24270.0,50.0,7637.76,0.23,"B+",2120.0,90.0,222.02606,60.0,"1.0 us","0+",-6.75,1.088,2.11,9.478084 " ",129,93,222,"Np "," x",31020.0,200.0,7604.0,1.0,"B+",6750.0,200.0,222.0333,210.0,"None","None",0.0,5.728,6.75,9.911084 "0",140,83,223,"Bi "," x",32140.0,400.0,7636.0,2.0,"B-",5060.0,450.0,223.0345,430.0,"300 ns","",5.06,0.0,0.0,0.0 " ",139,84,223,"Po "," x",27080.0,200.0,7655.0,1.0,"B-",3650.0,200.0,223.02907,210.0,"300 ns","",3.652,-6.082,-5.06,4.375084 " ",138,85,223,"At "," x",23428.0,14.0,7668.05,0.06,"B-",3038.0,16.0,223.025151,15.0,"50 s","",3.038,-4.674,-3.652,4.723084 " ",137,86,223,"Rn "," ",20390.0,8.0,7678.17,0.04,"B-",2007.0,8.0,223.021889,8.0,"24.3 m","7/2",2.0076,-4.06,-3.038,5.284084 " ",136,87,223,"Fr "," ",18382.4,1.9,7683.664,0.009,"B-",1149.1,0.8,223.0197343,2.1,"22.00 m","3/2(-)",1.1491,-3.0296,-2.0076,5.561484 " ",135,88,223,"Ra "," ",17233.3,2.1,7685.309,0.009," ","*","*",223.01850069999998,2.2,"11.43 d","3/2+",-0.5927,-2.1711,-1.1491,5.978984 " ",134,89,223,"Ac "," -a",17826.0,7.0,7679.14,0.03,"B+",593.0,7.0,223.019137,8.0,"2.10 m","(5/2-)",-1.56,-0.4293,0.5927,6.783084 " ",133,90,223,"Th "," -a",19386.0,9.0,7668.64,0.04,"B+",1560.0,12.0,223.020812,10.0,"0.60 s","(5/2)+",-2.934,0.538,1.56,7.567084 " ",132,91,223,"Pa "," -a",22320.0,70.0,7652.0,0.3,"B+",2930.0,70.0,223.02396,80.0,"5.1 ms","",-3.52,1.912,2.934,8.325084 " ",131,92,223,"U "," -a",25840.0,70.0,7632.7,0.3,"B+",3520.0,100.0,223.02774,80.0,"55 us","(9/2+)",-4.76,2.498,3.52,8.945084 " ",130,93,223,"Np "," x",30600.0,200.0,7608.0,1.0,"B+",4760.0,210.0,223.03285,210.0,"None","None",0.0,3.738,4.76,9.635084 "0",141,83,224,"Bi "," x",36830.0,400.0,7617.0,2.0,"B-",6920.0,450.0,224.03954,430.0,"300 ns","",6.92,0.0,0.0,0.0 " ",140,84,224,"Po "," x",29910.0,200.0,7644.0,1.0,"B-",2200.0,200.0,224.03211,210.0,"300 ns","0+",2.199,-7.942,-6.92,3.815084 " ",139,85,224,"At "," x",27711.0,22.0,7650.73,0.1,"B-",5266.0,24.0,224.029749,24.0,"1.3 m","",5.266,-3.221,-2.199,4.466084 " ",138,86,224,"Rn "," ",22445.0,10.0,7670.75,0.04,"B-",696.0,15.0,224.024096,11.0,"107 m","0+",0.696,-6.288,-5.266,4.757084 " ",137,87,224,"Fr "," x",21749.0,11.0,7670.37,0.05,"B-",2923.0,11.0,224.023348,12.0,"3.33 m","1(-)",2.9231,-1.718,-0.696,4.948084 " ",136,88,224,"Ra "," ",18825.9,1.8,7679.922,0.008,"B-",-1408.0,4.0,224.0202105,1.9,"3.66 d","0+",-1.4081,-3.9451,-2.9231,5.788884 " ",135,89,224,"Ac "," -a",20234.0,4.0,7670.143,0.018,"B-",240.0,11.0,224.021722,4.0,"2.78 h","0-",0.24,0.3861,1.4081,6.327084 " ",134,90,224,"Th "," -a",19994.0,10.0,7667.72,0.05," ","*","*",224.021464,11.0,"1.05 s","0+",-3.868,-1.262,-0.24,7.299084 " ",133,91,224,"Pa "," -a",23862.0,8.0,7646.96,0.03,"B+",3869.0,13.0,224.025617,8.0,"0.79 s","(5-)",-1.86,2.846,3.868,7.693084 " ",132,92,224,"U "," -a",25722.0,23.0,7635.16,0.1,"B+",1860.0,24.0,224.027614,25.0,"396 us","0+",-6.158,0.838,1.86,8.628084 " ",131,93,224,"Np "," x",31880.0,200.0,7604.0,1.0,"B+",6150.0,200.0,224.03422,210.0,"None","None",0.0,5.136,6.158,9.235084 "0",141,84,225,"Po "," x",34530.0,300.0,7626.0,1.0,"B-",4140.0,420.0,225.03707,320.0,"300 ns","",4.13,0.0,0.0,0.0 " ",140,85,225,"At "," x",30400.0,300.0,7641.0,1.0,"B-",3860.0,300.0,225.03263,320.0,"300 ns","",3.866,-5.152,-4.13,3.875084 " ",139,86,225,"Rn "," ",26534.0,11.0,7654.36,0.05,"B-",2714.0,16.0,225.028486,12.0,"4.66 m","7/2-",2.713,-4.888,-3.866,4.335084 " ",138,87,225,"Fr "," ",23821.0,12.0,7662.94,0.05,"B-",1828.0,12.0,225.025572,13.0,"4.0 m","3/2-",1.8279,-3.735,-2.713,4.613084 " ",137,88,225,"Ra "," ",21993.1,2.6,7667.586,0.012,"B-",356.0,5.0,225.02361059999998,2.8,"14.9 d","1/2+",0.3561,-2.8499,-1.8279,5.097184 " ",136,89,225,"Ac "," ",21637.0,5.0,7665.69,0.021," ","*","*",225.023229,5.0,"10.0 d","(3/2-)",-0.673,-1.3781,-0.3561,5.935084 " ",135,90,225,"Th "," -a",22310.0,5.0,7659.222,0.023,"B+",673.0,7.0,225.023951,5.0,"8.72 m","3/2+",-2.03,-0.349,0.673,6.921084 " ",134,91,225,"Pa "," -a",24340.0,70.0,7646.7,0.3,"B+",2030.0,70.0,225.02613,80.0,"1.7 s","",-3.04,1.008,2.03,7.395084 " ",133,92,225,"U "," -a",27380.0,11.0,7629.74,0.05,"B+",3040.0,70.0,225.029394,12.0,"69 ms","",-4.21,2.018,3.04,8.015084 " ",132,93,225,"Np "," -a",31590.0,70.0,7607.6,0.3,"B+",4210.0,70.0,225.03391,80.0,"3.6 ms","",0.0,3.188,4.21,8.785084 "0",142,84,226,"Po "," x",37550.0,400.0,7614.0,2.0,"B-",2930.0,500.0,226.04031,430.0,"300 ns","0+",2.94,0.0,0.0,0.0 " ",141,85,226,"At "," x",34610.0,300.0,7624.0,1.0,"B-",5870.0,300.0,226.03716,320.0,"300 ns","",5.863,-3.962,-2.94,3.455084 " ",140,86,226,"Rn "," ",28747.0,10.0,7646.41,0.05,"B-",1227.0,12.0,226.030861,11.0,"7.4 m","0+",1.226,-6.885,-5.863,3.832084 " ",139,87,226,"Fr "," ",27521.0,6.0,7648.376,0.028,"B-",3853.0,7.0,226.029545,7.0,"49 s","1-",3.8532,-2.248,-1.226,4.143084 " ",138,88,226,"Ra "," ",23667.8,1.9,7661.962,0.009,"B-",-641.0,3.0,226.0254085,2.1,"1600 y","0+",-0.6412,-4.8752,-3.8532,4.870684 " ",137,89,226,"Ac "," ",24309.0,3.0,7655.662,0.014,"B-",1112.0,5.0,226.026097,3.0,"29.37 h","(1)",1.111,-0.3808,0.6412,5.506084 " ",136,90,226,"Th "," ",23198.0,4.0,7657.119,0.02," ","*","*",226.024904,5.0,"30.57 m","0+",-2.835,-2.133,-1.111,6.453084 " ",135,91,226,"Pa "," -a",26033.0,11.0,7641.11,0.05,"B+",2836.0,12.0,226.027948,12.0,"1.8 m","",-1.296,1.813,2.835,6.987084 " ",134,92,226,"U "," -a",27329.0,13.0,7631.92,0.06,"B+",1296.0,17.0,226.029339,14.0,"0.35 s","0+",-5.451,0.274,1.296,7.701084 " ",133,93,226,"Np "," -a",32780.0,90.0,7604.0,0.0,"B+",5450.0,90.0,226.03519,100.0,"35 ms","",0.0,4.429,5.451,8.195084 "0",143,84,227,"Po "," x",42280.0,400.0,7596.0,2.0,"B-",4800.0,500.0,227.04539,430.0,"300 ns","",4.8,0.0,0.0,0.0 " ",142,85,227,"At "," x",37480.0,300.0,7613.0,1.0,"B-",4600.0,300.0,227.04024,320.0,"300 ns","",4.594,-5.822,-4.8,2.915084 " ",141,86,227,"Rn "," ",32886.0,14.0,7630.05,0.06,"B-",3203.0,15.0,227.035304,15.0,"20.2 s","(5/2)",3.204,-5.616,-4.594,3.381084 " ",140,87,227,"Fr "," ",29682.0,6.0,7640.715,0.026,"B-",2505.0,6.0,227.031865,6.0,"2.47 m","1/2+",2.5043,-4.226,-3.204,3.829084 " ",139,88,227,"Ra "," -n",27177.7,2.0,7648.303,0.009,"B-",1328.1,2.3,227.0291765,2.1,"42.2 m","3/2+",1.3281,-3.5263,-2.5043,4.362784 " ",138,89,227,"Ac "," ",25849.6,1.9,7650.707,0.008,"B-",44.8,0.8,227.02775069999998,2.1,"21.772 y","3/2-",0.0448,-2.3501,-1.3281,5.042284 " ",137,90,227,"Th "," ",25804.8,2.1,7647.458,0.009," ","*","*",227.0277026,2.2,"18.68 d","(1/2+)",-1.0262,-1.0668,-0.0448,6.146584 " ",136,91,227,"Pa "," -a",26831.0,7.0,7639.49,0.03,"B+",1026.0,7.0,227.028804,8.0,"38.3 m","(5/2-)",-2.214,0.0042,1.0262,6.580084 " ",135,92,227,"U "," -a",29045.0,10.0,7626.29,0.04,"B+",2214.0,12.0,227.031182,10.0,"1.1 m","(3/2+)",-3.515,1.192,2.214,7.234084 " ",134,93,227,"Np "," -a",32560.0,70.0,7607.4,0.3,"B+",3520.0,70.0,227.03496,80.0,"0.51 s","",-4.21,2.493,3.515,7.815084 " ",133,94,227,"Pu "," x",36770.0,100.0,7585.0,0.0,"B+",4210.0,120.0,227.03947,110.0,"None","None",0.0,3.188,4.21,8.505084 "0",143,85,228,"At "," x",41680.0,400.0,7597.0,2.0,"B-",6440.0,400.0,228.04475,430.0,"300 ns","",6.437,0.0,0.0,2.425084 " ",142,86,228,"Rn "," ",35243.0,18.0,7621.64,0.08,"B-",1859.0,19.0,228.037835,19.0,"65 s","0+",1.859,-7.459,-6.437,2.908084 " ",141,87,228,"Fr "," ",33384.0,7.0,7626.368,0.03,"B-",4444.0,7.0,228.035839,7.0,"38 s","2-",4.4437,-2.881,-1.859,3.248084 " ",140,88,228,"Ra "," +a",28940.3,2.0,7642.428,0.009,"B-",45.5,0.6,228.0310687,2.1,"5.75 y","0+",0.0456,-5.4657,-4.4437,4.070384 " ",139,89,228,"Ac "," -",28894.7,2.1,7639.196,0.009,"B-",2123.7,2.6,228.03101980000002,2.2,"6.15 h","3+",2.1237,-1.0676,-0.0456,4.720784 " ",138,90,228,"Th "," ",26771.0,1.8,7645.08,0.008," ","*","*",228.0287398,1.9,"1.9125 y","0+",-2.153,-3.1457,-2.1237,5.520184 " ",137,91,228,"Pa "," -a",28924.0,4.0,7632.207,0.019,"B+",2153.0,4.0,228.031051,5.0,"22 h","3+",-0.298,1.131,2.153,6.265084 " ",136,92,228,"U "," -a",29222.0,14.0,7627.47,0.06,"B+",299.0,15.0,228.031371,15.0,"9.1 m","0+",-4.378,-0.724,0.298,6.803084 " ",135,93,228,"Np "," -a",33600.0,50.0,7604.85,0.22,"B+",4370.0,50.0,228.03607,50.0,"61.4 s","",-2.487,3.356,4.378,7.313084 " ",134,94,228,"Pu "," -a",36087.0,29.0,7590.49,0.13,"B+",2490.0,60.0,228.03874,30.0,"1.1 s","0+",0.0,1.465,2.487,7.940084 "0",144,85,229,"At "," x",44820.0,400.0,7585.0,2.0,"B-",5460.0,400.0,229.04812,430.0,"300 ns","",5.458,0.0,0.0,0.0 " ",143,86,229,"Rn "," x",39362.0,13.0,7605.62,0.06,"B-",3694.0,14.0,229.042257,14.0,"12.0 s","",3.694,-6.48,-5.458,2.407084 " ",142,87,229,"Fr "," ",35668.0,5.0,7618.337,0.022,"B-",3106.0,16.0,229.038291,5.0,"50.2 s","(1/2+)",3.106,-4.716,-3.694,2.843084 " ",141,88,229,"Ra "," x",32562.0,15.0,7628.49,0.07,"B-",1872.0,20.0,229.034957,17.0,"4.0 m","5/2(+)",1.872,-4.128,-3.106,3.603084 " ",140,89,229,"Ac "," x",30690.0,12.0,7633.24,0.05,"B-",1104.0,12.0,229.032947,13.0,"62.7 m","(3/2+)",1.1044,-2.894,-1.872,4.444084 " ",139,90,229,"Th "," ",29585.6,2.4,7634.65,0.011," ","*","*",229.0317614,2.6,"7340 y","5/2+",-0.3114,-2.1264,-1.1044,5.167584 " ",138,91,229,"Pa "," ",29897.0,3.0,7629.874,0.014,"B+",311.0,4.0,229.032096,4.0,"1.50 d","(5/2+)",-1.314,-0.7106,0.3114,5.835084 " ",137,92,229,"U "," -a",31211.0,6.0,7620.721,0.026,"B+",1314.0,7.0,229.033506,6.0,"58 m","(3/2+)",-2.569,0.292,1.314,6.476084 " ",136,93,229,"Np "," -a",33780.0,90.0,7606.1,0.4,"B+",2570.0,90.0,229.03626,90.0,"4.0 m","(5/2)",-3.62,1.547,2.569,7.015084 " ",135,94,229,"Pu "," -a",37400.0,50.0,7586.88,0.22,"B+",3620.0,100.0,229.04015,50.0,"90 s","(3/2+)",-4.75,2.598,3.62,7.595084 " ",134,95,229,"Am "," -a",42150.0,90.0,7562.7,0.4,"B+",4750.0,100.0,229.04525,90.0,"0.9 s","",0.0,3.728,4.75,8.135084 "0",144,86,230,"Rn "," x",42050.0,200.0,7596.0,1.0,"B-",2560.0,200.0,230.04514,210.0,"None","None",2.563,0.0,0.0,2.075084 " ",143,87,230,"Fr "," ",39487.0,7.0,7603.704,0.028,"B-",4970.0,12.0,230.042391,7.0,"19.1 s","",4.971,-3.585,-2.563,2.452084 " ",142,88,230,"Ra "," x",34516.0,10.0,7621.91,0.04,"B-",678.0,19.0,230.037055,11.0,"93 m","0+",0.678,-5.993,-4.971,3.344084 " ",141,89,230,"Ac "," x",33838.0,16.0,7621.46,0.07,"B-",2976.0,16.0,230.036327,17.0,"122 s","(1+)",2.9754,-1.7,-0.678,3.892084 " ",140,90,230,"Th "," ",30862.6,1.2,7630.996,0.005,"B-",-1311.0,2.8,230.0331324,1.3,"7.538e+4 y","0+",-1.3114,-3.9974,-2.9754,4.769884 " ",139,91,230,"Pa "," ",32174.0,3.0,7621.895,0.013,"B-",559.0,5.0,230.03454,3.0,"17.4 d","2-",0.559,0.2894,1.3114,5.440084 " ",138,92,230,"U "," -a",31615.0,5.0,7620.922,0.02," ","*","*",230.03394,5.0,"20.8 d","0+",-3.625,-1.581,-0.559,5.992084 " ",137,93,230,"Np "," -a",35240.0,50.0,7601.78,0.22,"B+",3620.0,50.0,230.03783,60.0,"4.6 m","",-1.694,2.603,3.625,6.782084 " ",136,94,230,"Pu "," -a",36934.0,15.0,7590.99,0.06,"B+",1700.0,50.0,230.039651,16.0,"102 s","0+",-5.996,0.672,1.694,7.180084 " ",135,95,230,"Am "," -a",42930.0,130.0,7562.0,1.0,"B+",6000.0,130.0,230.04609,140.0,"31 s","",0.0,4.974,5.996,7.725084 "0",145,86,231,"Rn "," x",46450.0,300.0,7579.0,1.0,"B-",4370.0,300.0,231.04987,320.0,"None","None",4.369,0.0,0.0,1.745084 " ",144,87,231,"Fr "," x",42081.0,8.0,7594.5,0.03,"B-",3864.0,14.0,231.045175,8.0,"17.6 s","(1/2+)",3.865,-5.391,-4.369,2.176084 " ",143,88,231,"Ra "," ",38216.0,11.0,7607.84,0.05,"B-",2454.0,17.0,231.041027,12.0,"104 s","(5/2+)",2.453,-4.887,-3.865,2.905084 " ",142,89,231,"Ac "," x",35763.0,13.0,7615.08,0.06,"B-",1947.0,13.0,231.038393,14.0,"7.5 m","1/2+",1.9471,-3.475,-2.453,3.656084 " ",141,90,231,"Th "," ",33815.9,1.2,7620.118,0.005,"B-",391.5,1.5,231.0363029,1.3,"25.52 h","5/2+",0.3915,-2.9691,-1.9471,4.213284 " ",140,91,231,"Pa "," ",33424.4,1.8,7618.426,0.008," ","*","*",231.0358826,1.9,"3.276e+4 y","3/2-",-0.3816,-1.4135,-0.3915,5.149884 " ",139,92,231,"U "," -a",33806.0,2.7,7613.387,0.012,"B+",381.6,2.0,231.0362923,2.9,"4.2 d","(5/2-)",-1.814,-0.6404,0.3816,5.576284 " ",138,93,231,"Np "," -a",35620.0,50.0,7602.13,0.22,"B+",1820.0,50.0,231.03824,50.0,"48.8 m","(5/2-)",-2.689,0.792,1.814,6.364084 " ",137,94,231,"Pu "," -a",38309.0,23.0,7587.12,0.1,"B+",2680.0,60.0,231.041126,24.0,"8.6 m","(3/2+)",-4.101,1.667,2.689,6.839084 " ",136,95,231,"Am "," x",42410.0,300.0,7566.0,1.0,"B+",4100.0,300.0,231.04553,320.0,"None","None",-4.86,3.079,4.101,7.425084 " ",135,96,231,"Cm "," x",47270.0,300.0,7542.0,1.0,"B+",4860.0,420.0,231.05075,320.0,"None","None",0.0,3.838,4.86,8.075084 "0",145,87,232,"Fr "," x",46073.0,14.0,7579.35,0.06,"B-",5576.0,17.0,232.049461,15.0,"5.5 s","(5)",5.576,0.0,0.0,1.968084 " ",144,88,232,"Ra "," ",40497.0,9.0,7600.01,0.04,"B-",1343.0,16.0,232.043475,10.0,"250 s","0+",1.343,-6.598,-5.576,2.829084 " ",143,89,232,"Ac "," x",39154.0,13.0,7602.42,0.06,"B-",3708.0,13.0,232.042034,14.0,"119 s","(1+)",3.7072,-2.365,-1.343,3.345084 " ",142,90,232,"Th "," ",35446.8,1.4,7615.033,0.006,"B-",-500.0,8.0,232.03805369999998,1.5,"14.0e+9 y","0+",-0.5002,-4.7292,-3.7072,4.081584 " ",141,91,232,"Pa "," +",35947.0,8.0,7609.51,0.03,"B-",1337.0,7.0,232.03859,8.0,"1.32 d","(2-)",1.3375,-0.5218,0.5002,4.627384 " ",140,92,232,"U "," ",34609.5,1.8,7611.897,0.008," ","*","*",232.03715490000002,1.9,"68.9 y","0+",-2.7505,-2.3595,-1.3375,5.413584 " ",139,93,232,"Np "," -",37360.0,100.0,7597.0,0.0,"B+",2750.0,100.0,232.04011,110.0,"14.7 m","(4+)",-1.003,1.7285,2.7505,6.011084 " ",138,94,232,"Pu "," -a",38363.0,18.0,7588.97,0.08,"B+",1000.0,100.0,232.041185,19.0,"33.1 m","0+",-4.977,-0.019,1.003,6.716084 " ",137,95,232,"Am "," x",43340.0,300.0,7564.0,1.0,"B+",4980.0,300.0,232.04653,320.0,"79 s","",-2.97,3.955,4.977,7.315084 " ",136,96,232,"Cm "," -a",46310.0,200.0,7548.0,1.0,"B+",2970.0,360.0,232.04972,220.0,"None","None",0.0,1.948,2.97,7.798084 "0",146,87,233,"Fr "," x",48920.0,20.0,7569.24,0.08,"B-",4586.0,21.0,233.052518,21.0,"0.9 s","",4.586,0.0,0.0,1.675084 " ",145,88,233,"Ra "," ",44334.0,9.0,7585.56,0.04,"B-",3026.0,16.0,233.047595,9.0,"30 s","",3.026,-5.608,-4.586,2.547084 " ",144,89,233,"Ac "," x",41308.0,13.0,7595.19,0.06,"B-",2576.0,13.0,233.044346,14.0,"145 s","(1/2+)",2.5763,-4.048,-3.026,3.215084 " ",143,90,233,"Th "," ",38731.7,1.4,7602.893,0.006,"B-",1242.2,1.1,233.0415802,1.5,"22.3 m","1/2+",1.2422,-3.5983,-2.5763,3.744784 " ",142,91,233,"Pa "," ",37489.5,1.3,7604.866,0.006,"B-",570.3,2.0,233.0402466,1.4,"26.975 d","3/2-",0.5703,-2.2642,-1.2422,4.374584 " ",141,92,233,"U "," ",36919.2,2.3,7603.956,0.01," ","*","*",233.0396344,2.4,"159.2e3 y","5/2+",-1.0308,-1.5923,-0.5703,4.908684 " ",140,93,233,"Np "," -a",37950.0,50.0,7596.18,0.22,"B+",1030.0,50.0,233.04074,50.0,"36.2 m","(5/2+)",-2.1,0.0088,1.0308,5.628084 " ",139,94,233,"Pu "," -a",40050.0,50.0,7583.8,0.22,"B+",2100.0,70.0,233.043,50.0,"20.9 m","",-3.21,1.078,2.1,6.414084 " ",138,95,233,"Am "," -a",43260.0,100.0,7567.0,0.0,"B+",3210.0,110.0,233.04645,110.0,"3.2 m","",-4.03,2.188,3.21,7.055084 " ",137,96,233,"Cm "," -a",47290.0,70.0,7546.0,0.3,"B+",4030.0,120.0,233.05077,80.0,"1 m","[3/2+]",-5.57,3.008,4.03,7.465084 " ",136,97,233,"Bk "," -a",52860.0,220.0,7519.0,1.0,"B+",5570.0,240.0,233.05675,240.0,"21 s","",0.0,4.548,5.57,8.285084 "0",146,88,234,"Ra "," x",46931.0,8.0,7576.54,0.04,"B-",2089.0,16.0,234.050382,9.0,"30 s","0+",2.09,0.0,0.0,2.456084 " ",145,89,234,"Ac "," x",44841.0,14.0,7582.13,0.06,"B-",4228.0,14.0,234.048139,15.0,"44 s","",4.228,-3.112,-2.09,2.929084 " ",144,90,234,"Th "," +a",40613.0,2.6,7596.855,0.011,"B-",274.0,3.0,234.0435999,2.8,"24.10 d","0+",0.274,-5.25,-4.228,3.672084 " ",143,91,234,"Pa "," IT",40339.0,4.0,7594.683,0.017,"B-",2194.0,4.0,234.043306,4.0,"1.159 m","(0-)",2.194,-1.296,-0.274,4.076084 " ",142,92,234,"U "," ",38145.0,1.1,7600.715,0.005," ","*","*",234.0409504,1.2,"2.455e+5 y","0+",-1.81,-3.216,-2.194,4.857484 " ",141,93,234,"Np "," -",39955.0,8.0,7589.64,0.04,"B+",1810.0,8.0,234.042893,9.0,"4.4 d","(0+)",-0.395,0.788,1.81,5.356084 " ",140,94,234,"Pu "," -a",40350.0,7.0,7584.605,0.029,"B+",395.0,11.0,234.043317,7.0,"8.8 h","",-4.11,-0.627,0.395,6.310084 " ",139,95,234,"Am "," -a",44460.0,160.0,7564.0,1.0,"B+",4110.0,160.0,234.04773,170.0,"2.32 m","",-2.265,3.088,4.11,6.795084 " ",138,96,234,"Cm "," -a",46725.0,17.0,7550.68,0.07,"B+",2260.0,160.0,234.050161,19.0,"51 s","0+",-6.735,1.243,2.265,7.366084 " ",137,97,234,"Bk "," -a",53460.0,140.0,7519.0,1.0,"B+",6730.0,140.0,234.05739,150.0,"1.4e2 s","",0.0,5.713,6.735,8.105084 "0",147,88,235,"Ra "," x",51130.0,300.0,7561.0,1.0,"B-",3770.0,300.0,235.05489,320.0,"None","None",3.773,0.0,0.0,2.255084 " ",146,89,235,"Ac "," x",47357.0,14.0,7573.5,0.06,"B-",3339.0,19.0,235.05084,15.0,"62 s","",3.339,-4.795,-3.773,2.851084 " ",145,90,235,"Th "," x",44018.0,13.0,7584.39,0.06,"B-",1729.0,19.0,235.047255,14.0,"7.1 m","(1/2+)",1.729,-4.361,-3.339,3.377084 " ",144,91,235,"Pa "," x",42289.0,14.0,7588.41,0.06,"B-",1370.0,14.0,235.045399,15.0,"24.4 m","(3/2-)",1.3702,-2.751,-1.729,4.101084 " ",143,92,235,"U "," ",40918.8,1.1,7590.914,0.005," ","*","*",235.04392819999998,1.2,"703.8e+6 y","7/2-",-0.1243,-2.3922,-1.3702,4.677984 " ",142,93,235,"Np "," ",41043.1,1.4,7587.056,0.006,"B+",124.3,0.9,235.0440616,1.5,"396.2 d","5/2+",-1.1389,-0.8977,0.1243,5.193784 " ",141,94,235,"Pu "," -a",42182.0,21.0,7578.88,0.09,"B+",1139.0,20.0,235.045285,22.0,"25.3 m","(5/2+)",-2.448,0.1169,1.1389,5.951084 " ",140,95,235,"Am "," -a",44630.0,50.0,7565.15,0.22,"B+",2440.0,60.0,235.04791,60.0,"10.3 m","5/2-",-3.4,1.426,2.448,6.585084 " ",139,96,235,"Cm "," -a",48030.0,200.0,7547.0,1.0,"B+",3410.0,210.0,235.05157,220.0,"None","None",-4.67,2.378,3.4,7.296084 " ",138,97,235,"Bk "," x",52700.0,400.0,7524.0,2.0,"B+",4670.0,450.0,235.05658,430.0,"None","None",0.0,3.648,4.67,7.865084 "0",147,89,236,"Ac "," x",51220.0,40.0,7559.24,0.16,"B-",4970.0,40.0,236.05499,40.0,"1.2 m","",4.965,0.0,0.0,2.722084 " ",146,90,236,"Th "," x",46255.0,14.0,7576.97,0.06,"B-",921.0,20.0,236.049657,15.0,"37.3 m","0+",0.921,-5.987,-4.965,3.333084 " ",145,91,236,"Pa "," x",45334.0,14.0,7577.56,0.06,"B-",2889.0,14.0,236.048668,15.0,"9.1 m","1(-)",2.8894,-1.943,-0.921,3.755084 " ",144,92,236,"U "," ",42444.6,1.1,7586.484,0.005,"B-",-930.0,50.0,236.0455662,1.2,"2.342e7 y","0+",-0.9354,-3.9114,-2.8894,4.572884 " ",143,93,236,"Np "," IT",43380.0,50.0,7579.21,0.21,"B-",480.0,50.0,236.04657,50.0,"154e+3 y","(6-)",0.4784,-0.0866,0.9354,5.008084 " ",142,94,236,"Pu "," ",42901.6,1.8,7577.918,0.008," ","*","*",236.0460568,1.9,"2.858 y","0+",-3.1384,-1.5004,-0.4784,5.867184 " ",141,95,236,"Am "," -a",46040.0,110.0,7561.0,0.0,"B+",3140.0,110.0,236.04943,120.0,"3.6 m","(5-)",-1.815,2.1164,3.1384,6.255084 " ",140,96,236,"Cm "," -a",47855.0,18.0,7550.3,0.08,"B+",1810.0,110.0,236.051375,20.0,"None","None",-5.685,0.793,1.815,7.067084 " ",139,97,236,"Bk "," x",53540.0,400.0,7523.0,2.0,"B+",5690.0,400.0,236.05748,430.0,"22 s","(4+)",0.0,4.663,5.685,7.775084 "0",148,89,237,"Ac "," x",54020.0,400.0,7550.0,2.0,"B-",4070.0,400.0,237.05799,430.0,"None","None",4.065,0.0,0.0,2.675084 " ",147,90,237,"Th "," x",49955.0,16.0,7563.44,0.07,"B-",2427.0,21.0,237.053629,17.0,"4.8 m","(5/2+)",2.427,-5.087,-4.065,3.196084 " ",146,91,237,"Pa "," x",47528.0,13.0,7570.38,0.06,"B-",2137.0,13.0,237.051023,14.0,"8.7 m","(1/2+)",2.1378,-3.449,-2.427,3.795084 " ",145,92,237,"U "," ",45390.2,1.2,7576.102,0.005,"B-",518.5,0.5,237.04872840000002,1.3,"6.75 d","1/2+",0.5185,-3.1598,-2.1378,4.233584 " ",144,93,237,"Np "," ",44871.7,1.1,7574.989,0.005," ","*","*",237.04817169999998,1.2,"2.144e+6 y","5/2+",-0.22,-1.5405,-0.5185,4.957284 " ",143,94,237,"Pu "," ",45091.7,1.7,7570.759,0.007,"B+",220.1,1.3,237.048408,1.8,"45.2 d","7/2-",-1.4783,-0.802,0.22,5.747584 " ",142,95,237,"Am "," -a",46570.0,60.0,7561.0,0.0,"B+",1480.0,60.0,237.05,60.0,"73.0 m","5/2(-)",-2.68,0.4563,1.4783,6.195084 " ",141,96,237,"Cm "," -a",49250.0,70.0,7546.62,0.3,"B+",2680.0,90.0,237.05287,80.0,"None","None",-3.94,1.658,2.68,6.775084 " ",140,97,237,"Bk "," -a",53190.0,220.0,7527.0,1.0,"B+",3940.0,240.0,237.0571,240.0,"None","None",-4.75,2.918,3.94,7.505084 " ",139,98,237,"Cf "," -a",57940.0,90.0,7503.3,0.4,"B+",4750.0,240.0,237.0622,90.0,"2.1 s","",0.0,3.728,4.75,8.225084 "0",148,90,238,"Th "," +a",52530.0,280.0,7555.0,1.0,"B-",1630.0,280.0,238.05639,300.0,"9.4 m","0+",1.636,0.0,0.0,3.174084 " ",147,91,238,"Pa "," x",50894.0,16.0,7558.34,0.07,"B-",3586.0,16.0,238.054637,17.0,"2.28 m","(3-)",3.5862,-2.658,-1.636,3.628084 " ",146,92,238,"U "," ",47307.8,1.5,7570.125,0.006,"B-",-146.9,1.2,238.050787,1.6,"4.468e+9 y","0+",-0.1469,-4.6082,-3.5862,4.269884 " ",145,93,238,"Np "," -n",47454.7,1.1,7566.221,0.005,"B-",1291.4,0.5,238.0509447,1.2,"2.117 d","2+",1.2915,-0.8751,0.1469,4.690784 " ",144,94,238,"Pu "," ",46163.2,1.1,7568.36,0.005," ","*","*",238.0495583,1.2,"87.7 y","0+",-2.2568,-2.3135,-1.2915,5.593284 " ",143,95,238,"Am "," -a",48420.0,50.0,7555.58,0.21,"B+",2260.0,50.0,238.05198,50.0,"98 m","1+",-1.025,1.2348,2.2568,6.040084 " ",142,96,238,"Cm "," -a",49445.0,12.0,7548.0,0.05,"B+",1020.0,50.0,238.053082,13.0,"2.4 h","",-4.775,0.003,1.025,6.670084 " ",141,97,238,"Bk "," -a",54220.0,260.0,7525.0,1.0,"B+",4770.0,260.0,238.0582,270.0,"144 s","",-3.06,3.753,4.775,7.335084 " ",140,98,238,"Cf "," x",57280.0,300.0,7509.0,1.0,"B+",3060.0,390.0,238.06149,320.0,"21.1 ms","0+",0.0,2.038,3.06,8.130084 "0",149,90,239,"Th "," x",56450.0,400.0,7541.0,2.0,"B-",3110.0,450.0,239.0606,430.0,"None","None",3.11,0.0,0.0,2.895084 " ",148,91,239,"Pa "," x",53340.0,200.0,7550.0,1.0,"B-",2770.0,200.0,239.05726,210.0,"1.8 h","(3/2)",2.7673,-4.132,-3.11,3.558084 " ",147,92,239,"U "," -n",50572.7,1.5,7558.561,0.006,"B-",1261.7,1.5,239.054292,1.6,"23.45 m","5/2+",1.2616,-3.7893,-2.7673,4.129784 " ",146,93,239,"Np "," ",49311.1,1.3,7560.567,0.005,"B-",722.8,0.9,239.0529376,1.4,"2.356 d","5/2+",0.7228,-2.2836,-1.2616,4.597184 " ",145,94,239,"Pu "," ",48588.3,1.1,7560.318,0.005," ","*","*",239.0521617,1.2,"24110 y","1/2+",-0.8021,-1.7448,-0.7228,5.244584 " ",144,95,239,"Am "," -a",49390.4,2.0,7553.688,0.008,"B+",802.1,1.7,239.0530228,2.1,"11.9 h","(5/2)-",-1.7596,-0.2199,0.8021,5.922384 " ",143,96,239,"Cm "," -a",51150.0,50.0,7543.06,0.23,"B+",1760.0,50.0,239.05491,60.0,"2.7 h","(7/2-)",-3.1,0.7376,1.7596,6.543084 " ",142,97,239,"Bk "," -a",54250.0,210.0,7527.0,1.0,"B+",3100.0,210.0,239.05824,220.0,"None","None",-4.02,2.078,3.1,7.195084 " ",141,98,239,"Cf "," -a",58270.0,210.0,7507.0,1.0,"B+",4020.0,290.0,239.06255,220.0,"39 s","",-5.29,2.998,4.02,7.815084 " ",140,99,239,"Es "," x",63560.0,300.0,7481.0,1.0,"B+",5290.0,360.0,239.06823,320.0,"None","None",0.0,4.268,5.29,8.435084 "0",149,91,240,"Pa "," x",56910.0,200.0,7538.0,1.0,"B-",4190.0,200.0,240.0611,220.0,"None","None",4.1945,0.0,0.0,3.265084 " ",148,92,240,"U "," ",52715.5,2.6,7551.77,0.011,"B-",399.0,17.0,240.0565924,2.7,"14.1 h","0+",0.3995,-5.2165,-4.1945,4.035584 " ",147,93,240,"Np "," ",52316.0,17.0,7550.17,0.07,"B-",2191.0,17.0,240.056164,18.0,"7.22 m","(1+)",2.1906,-1.4215,-0.3995,4.557084 " ",146,94,240,"Pu "," ",50125.4,1.1,7556.042,0.005," ","*","*",240.0538118,1.2,"6561 y","0+",-1.3846,-3.2126,-2.1906,5.255884 " ",145,95,240,"Am "," +n",51510.0,14.0,7547.01,0.06,"B+",1385.0,14.0,240.055298,15.0,"50.8 h","(3-)",-0.2143,0.3626,1.3846,5.705084 " ",144,96,240,"Cm "," ",51724.3,1.9,7542.861,0.008,"B+",214.0,14.0,240.05552830000002,2.0,"27 d","0+",-3.9357,-0.8077,0.2143,6.397784 " ",143,97,240,"Bk "," -",55660.0,150.0,7523.0,1.0,"B+",3940.0,150.0,240.05976,160.0,"4.8 m","",-2.331,2.9137,3.9357,7.195084 " ",142,98,240,"Cf "," -a",57991.0,19.0,7510.23,0.08,"B+",2330.0,150.0,240.062256,20.0,"0.96 m","",-6.209,1.309,2.331,7.711084 " ",141,99,240,"Es "," x",64200.0,400.0,7481.0,2.0,"B+",6210.0,400.0,240.06892,430.0,"6 s","(1+)",0.0,5.187,6.209,8.235084 "0",150,91,241,"Pa "," x",59640.0,300.0,7528.0,1.0,"B-",3440.0,360.0,241.06403,320.0,"None","None",3.44,0.0,0.0,3.195084 " ",149,92,241,"U "," x",56200.0,200.0,7539.0,1.0,"B-",1940.0,210.0,241.06033,210.0,"None","None",1.94,-4.462,-3.44,3.820084 " ",148,93,241,"Np "," +",54260.0,70.0,7544.27,0.29,"B-",1310.0,70.0,241.05825,80.0,"13.9 m","5/2+",1.3048,-2.962,-1.94,4.307084 " ",147,94,241,"Pu "," ",52955.2,1.1,7546.439,0.005,"B-",20.78,0.17,241.0568497,1.2,"14.290 y","5/2+",0.0208,-2.3268,-1.3048,5.140084 " ",146,95,241,"Am "," ",52934.4,1.1,7543.278,0.005," ","*","*",241.0568274,1.2,"432.6 y","5/2-",-0.7674,-1.0428,-0.0208,5.637784 " ",145,96,241,"Cm "," ",53701.8,1.6,7536.848,0.007,"B+",767.4,1.2,241.0576513,1.7,"32.8 d","1/2+",-2.3282,-0.2546,0.7674,6.185184 " ",144,97,241,"Bk "," -",56030.0,200.0,7524.0,1.0,"B+",2330.0,200.0,241.06015,220.0,"4.6 m","(7/2+)",-3.3,1.3062,2.3282,7.035084 " ",143,98,241,"Cf "," -a",59330.0,170.0,7507.0,1.0,"B+",3300.0,260.0,241.06369,180.0,"3.78 m","",-4.53,2.278,3.3,7.655084 " ",142,99,241,"Es "," -a",63860.0,230.0,7485.0,1.0,"B+",4540.0,280.0,241.06856,240.0,"8 s","",-5.27,3.508,4.53,8.245084 " ",141,100,241,"Fm "," x",69130.0,300.0,7460.0,1.0,"B+",5260.0,370.0,241.07421,320.0,"0.73 ms","",0.0,4.248,5.27,8.765084 "0",150,92,242,"U "," +a",58620.0,200.0,7532.0,1.0,"B-",1200.0,280.0,242.06293,220.0,"16.8 m","0+",1.2,0.0,0.0,3.665084 " ",149,93,242,"Np "," +",57420.0,200.0,7533.4,0.8,"B-",2700.0,200.0,242.06164,210.0,"2.2 m","(1+)",2.7031,-2.222,-1.2,4.101084 " ",148,94,242,"Pu "," ",54716.9,1.2,7541.327,0.005,"B-",-751.1,0.7,242.058741,1.3,"3.73e+5 y","0+",-0.7512,-3.7251,-2.7031,4.984184 " ",147,95,242,"Am "," -n",55468.1,1.1,7534.991,0.005,"B-",664.3,0.4,242.0595474,1.2,"141 y","5-",0.6643,-0.2708,0.7512,5.588484 " ",146,96,242,"Cm "," ",54803.8,1.1,7534.503,0.005," ","*","*",242.0588343,1.2,"162.86 d","0+",-2.9262,-1.6863,-0.6643,6.215684 " ",145,97,242,"Bk "," -",57730.0,200.0,7519.0,1.0,"B+",2930.0,200.0,242.06198,220.0,"7.0 m","",-1.657,1.9042,2.9262,6.885084 " ",144,98,242,"Cf "," -a",59387.0,13.0,7509.1,0.05,"B+",1650.0,200.0,242.063755,14.0,"3.49 m","0+",-5.413,0.635,1.657,7.517084 " ",143,99,242,"Es "," -a",64800.0,260.0,7483.0,1.0,"B+",5410.0,260.0,242.06957,280.0,"17.8 s","",-3.6,4.391,5.413,8.155084 " ",142,100,242,"Fm "," x",68400.0,400.0,7465.0,2.0,"B+",3600.0,480.0,242.07343,430.0,"0.8 ms","0+",0.0,2.578,3.6,8.695084 "0",151,92,243,"U "," x",62360.0,300.0,7518.0,1.0,"B-",2480.0,300.0,243.06695,320.0,"None","None",2.48,0.0,0.0,3.485084 " ",150,93,243,"Np "," IT",59880.0,30.0,7525.0,0.0,"B-",2120.0,30.0,243.06428,30.0,"1.85 m","(5/2)",2.1254,-3.502,-2.48,4.115084 " ",149,94,243,"Pu "," ",57754.6,2.5,7531.008,0.01,"B-",579.6,2.6,243.0620021,2.7,"4.956 h","7/2+",0.5796,-3.1474,-2.1254,4.756984 " ",148,95,243,"Am "," ",57175.0,1.4,7530.173,0.006," ","*","*",243.06137990000002,1.5,"7364 y","5/2-",-0.007,-1.6016,-0.5796,5.438984 " ",147,96,243,"Cm "," -a",57182.0,1.5,7526.925,0.006,"B+",7.0,1.6,243.0613874,1.6,"28.9 y","5/2+",-1.508,-1.015,0.007,6.168784 " ",146,97,243,"Bk "," -a",58690.0,5.0,7517.501,0.019,"B+",1508.0,5.0,243.063006,5.0,"4.5 h","(3/2-)",-2.3,0.486,1.508,6.874684 " ",145,98,243,"Cf "," -a",60990.0,110.0,7505.0,0.0,"B+",2300.0,110.0,243.06548,120.0,"10.7 m","(1/2+)",-3.76,1.278,2.3,7.415084 " ",144,99,243,"Es "," -a",64750.0,210.0,7486.0,1.0,"B+",3760.0,240.0,243.06951,220.0,"23 s","(7/2+,3/2-)",-4.64,2.738,3.76,8.075084 " ",143,100,243,"Fm "," -a",69390.0,220.0,7464.0,1.0,"B+",4640.0,300.0,243.07449,230.0,"0.231 s","",0.0,3.618,4.64,8.695084 "0",151,93,244,"Np "," x",63200.0,300.0,7514.0,1.0,"B-",3400.0,300.0,244.06785,320.0,"2.29 m","(7-)",3.394,0.0,0.0,3.865084 " ",150,94,244,"Pu "," ",59806.0,2.3,7524.815,0.01,"B-",-73.2,2.7,244.0642044,2.5,"8.11e+7 y","0+",-0.0732,-4.416,-3.394,4.665584 " ",149,95,244,"Am "," +",59879.2,1.5,7521.308,0.006,"B-",1427.3,1.0,244.064283,1.6,"10.1 h","(6-)",1.4273,-0.9488,0.0732,5.138284 " ",148,96,244,"Cm "," -a",58451.9,1.1,7523.952,0.005," ","*","*",244.06275069999998,1.2,"18.11 y","0+",-2.2621,-2.4493,-1.4273,5.901584 " ",147,97,244,"Bk "," -a",60714.0,14.0,7511.47,0.06,"B+",2262.0,14.0,244.065179,15.0,"4.35 h","(4-)",-0.7642,1.2401,2.2621,6.779084 " ",146,98,244,"Cf "," ",61478.2,2.6,7505.136,0.011,"B+",764.0,15.0,244.0659995,2.8,"19.4 m","0+",-4.5518,-0.2578,0.7642,7.328984 " ",145,99,244,"Es "," -a",66030.0,180.0,7483.0,1.0,"B+",4550.0,180.0,244.07088,200.0,"37 s","",-2.94,3.5298,4.5518,7.945084 " ",144,100,244,"Fm "," -a",68970.0,200.0,7468.0,1.0,"B+",2940.0,270.0,244.07404,220.0,"3.3 ms","0+",0.0,1.918,2.94,8.554084 "0",152,93,245,"Np "," x",65890.0,300.0,7505.0,1.0,"B-",2710.0,300.0,245.07074,320.0,"None","None",2.712,0.0,0.0,3.825084 " ",151,94,245,"Pu "," -n",63178.0,14.0,7513.28,0.06,"B-",1278.0,14.0,245.067825,15.0,"10.5 h","(9/2-)",1.2775,-3.734,-2.712,4.553084 " ",150,95,245,"Am "," +a",61900.5,1.9,7515.303,0.008,"B-",895.9,1.5,245.0664529,2.0,"2.05 h","(5/2)+",0.8959,-2.2995,-1.2775,5.215584 " ",149,96,245,"Cm "," ",61004.6,1.1,7515.767,0.005," ","*","*",245.0654911,1.2,"8423 y","7/2+",-0.8092,-1.9179,-0.8959,5.624484 " ",148,97,245,"Bk "," -a",61813.8,1.8,7509.27,0.007,"B+",809.3,1.5,245.0663599,1.9,"4.95 d","3/2-",-1.5714,-0.2128,0.8092,6.454484 " ",147,98,245,"Cf "," ",63385.2,2.4,7499.663,0.01,"B+",1571.4,2.6,245.06804680000002,2.6,"45.0 m","1/2+",-2.9848,0.5494,1.5714,7.258484 " ",146,99,245,"Es "," -a",66370.0,200.0,7484.0,1.0,"B+",2980.0,200.0,245.07125,220.0,"1.1 m","(3/2-)",-3.82,1.9628,2.9848,7.915084 " ",145,100,245,"Fm "," -a",70190.0,200.0,7466.0,1.0,"B+",3820.0,280.0,245.07535,210.0,"4.2 s","",-5.08,2.798,3.82,8.435084 " ",144,101,245,"Md "," -a",75270.0,310.0,7442.0,1.0,"B+",5090.0,360.0,245.08081,330.0,"0.35 s","(7/2)",0.0,4.058,5.08,8.985084 "0",152,94,246,"Pu "," ",65395.0,15.0,7506.54,0.06,"B-",401.0,14.0,246.070204,16.0,"10.84 d","0+",0.401,0.0,0.0,4.350084 " ",151,95,246,"Am "," IT",64994.0,18.0,7505.0,0.0,"B-",2377.0,18.0,246.069774,19.0,"39 m","7-",2.377,-1.423,-0.401,5.149084 " ",150,96,246,"Cm "," ",62617.0,1.5,7511.471,0.006," ","*","*",246.06722209999998,1.6,"4760 y","0+",-1.353,-3.399,-2.377,5.475184 " ",149,97,246,"Bk "," -",63970.0,60.0,7502.8,0.24,"B+",1350.0,60.0,246.06867,60.0,"1.80 d","2(-)",-0.1203,0.331,1.353,6.076984 " ",148,98,246,"Cf "," ",64090.3,1.5,7499.121,0.006,"B+",120.0,60.0,246.0688038,1.6,"35.7 h","0+",-3.8097,-0.9017,0.1203,6.861584 " ",147,99,246,"Es "," -a",67900.0,220.0,7480.0,1.0,"B+",3810.0,220.0,246.07289,240.0,"7.7 m","",-2.289,2.7877,3.8097,7.745084 " ",146,100,246,"Fm "," -a",70189.0,15.0,7467.97,0.06,"B+",2290.0,220.0,246.075351,16.0,"1.1 s","0+",-5.931,1.267,2.289,8.377084 " ",145,101,246,"Md "," -a",76120.0,260.0,7441.0,1.0,"B+",5930.0,260.0,246.08171,280.0,"1.0 s","",0.0,4.909,5.931,8.895084 "0",153,94,247,"Pu "," x",69110.0,200.0,7494.0,1.0,"B-",1950.0,220.0,247.07419,210.0,"2.27 d","(1/2+)",1.96,0.0,0.0,4.325084 " ",152,95,247,"Am "," +",67150.0,100.0,7499.0,0.0,"B-",1620.0,100.0,247.07209,110.0,"23.0 m","(5/2)",1.617,-2.982,-1.96,4.845084 " ",151,96,247,"Cm "," ",65533.0,4.0,7501.931,0.015,"B-",44.0,6.0,247.070353,4.0,"1.56e+7 y","9/2-",0.043,-2.639,-1.617,5.353484 " ",150,97,247,"Bk "," -a",65490.0,5.0,7498.94,0.021," ","*","*",247.070306,6.0,"1380 y","3/2-",-0.614,-1.065,-0.043,5.890084 " ",149,98,247,"Cf "," +a",66104.0,15.0,7493.29,0.06,"B+",614.0,16.0,247.070965,16.0,"3.11 h","(7/2+)",-2.474,-0.408,0.614,6.497084 " ",148,99,247,"Es "," +a",68578.0,19.0,7480.1,0.08,"B+",2474.0,25.0,247.073622,21.0,"4.55 m","(7/2+)",-3.092,1.452,2.474,7.463084 " ",147,100,247,"Fm "," +a",71670.0,120.0,7464.0,0.0,"B+",3090.0,120.0,247.07694,120.0,"31 s","(7/2+)",-4.27,2.07,3.092,8.255084 " ",146,101,247,"Md "," -a",75940.0,210.0,7444.0,1.0,"B+",4260.0,240.0,247.08152,220.0,"1.2 s","(7/2-)",0.0,3.248,4.27,8.765084 "0",153,95,248,"Am "," +",70560.0,200.0,7487.0,1.0,"B-",3170.0,200.0,248.07575,220.0,"None","None",3.1672,0.0,0.0,4.935084 " ",152,96,248,"Cm "," ",67392.8,2.4,7496.728,0.01,"B-",-690.0,70.0,248.0723491,2.5,"348e+3 y","0+",-0.6872,-4.1892,-3.1672,5.161884 " ",151,97,248,"Bk "," IT",68080.0,70.0,7491.0,0.0,"B-",840.0,70.0,248.07309,80.0,"23.7 h","1(-)",0.842,-0.3348,0.6872,5.775884 " ",150,98,248,"Cf "," -a",67238.0,5.0,7491.043,0.021," ","*","*",248.072183,5.0,"333.5 d","0+",-3.062,-1.864,-0.842,6.361184 " ",149,99,248,"Es "," -a",70300.0,50.0,7476.0,0.0,"B+",3060.0,50.0,248.07547,60.0,"27 m","(2-,0+)",-1.598,2.04,3.062,7.161084 " ",148,100,248,"Fm "," ",71898.0,8.0,7465.94,0.03,"B+",1600.0,50.0,248.077186,9.0,"36 s","0+",-5.252,0.576,1.598,7.994884 " ",147,101,248,"Md "," -a",77150.0,240.0,7442.0,1.0,"B+",5250.0,240.0,248.08282,260.0,"7 s","",-3.47,4.23,5.252,8.695084 " ",146,102,248,"No "," -a",80620.0,220.0,7424.0,1.0,"B+",3470.0,330.0,248.08655,240.0,"2 us","",0.0,2.448,3.47,9.225084 "0",154,95,249,"Am "," x",73100.0,300.0,7479.0,1.0,"B-",2350.0,300.0,249.07848,320.0,"None","None",2.3493,0.0,0.0,4.785084 " ",153,96,249,"Cm "," -n",70750.7,2.4,7485.55,0.01,"B-",904.3,2.6,249.075954,2.5,"64.15 m","1/2+",0.9043,-3.3713,-2.3493,5.147784 " ",152,97,249,"Bk "," +",69846.4,1.2,7486.04,0.005,"B-",123.6,0.4,249.0749832,1.3,"330 d","7/2+",0.1236,-1.9263,-0.9043,5.520984 " ",151,98,249,"Cf "," ",69722.8,1.2,7483.394,0.005," ","*","*",249.0748505,1.3,"351 y","9/2-",-1.4572,-1.1456,-0.1236,6.293284 " ",150,99,249,"Es "," -a",71180.0,30.0,7474.0,0.0,"B+",1450.0,30.0,249.07641,30.0,"102.2 m","(7/2+)",-2.339,0.4352,1.4572,6.941284 " ",149,100,249,"Fm "," ",73519.0,6.0,7461.864,0.025,"B+",2340.0,30.0,249.078926,7.0,"2.6 m","(7/2+)",-3.711,1.317,2.339,7.708884 " ",148,101,249,"Md "," -a",77230.0,200.0,7444.0,1.0,"B+",3710.0,200.0,249.08291,220.0,"23.8 s","7/2-",-4.55,2.689,3.711,8.435084 " ",147,102,249,"No "," -a",81780.0,280.0,7422.0,1.0,"B+",4550.0,340.0,249.0878,300.0,"None","None",0.0,3.528,4.55,9.165084 "0",154,96,250,"Cm "," -nn",72990.0,10.0,7478.94,0.04,"B-",40.0,11.0,250.078358,11.0,"8.3e+3 y","0+",0.04,0.0,0.0,5.170084 " ",153,97,250,"Bk "," +a",72950.0,4.0,7475.967,0.015,"B-",1780.0,3.0,250.078315,4.0,"3.212 h","2-",1.7796,-1.062,-0.04,5.531084 " ",152,98,250,"Cf "," -a",71170.4,1.5,7479.956,0.006," ","*","*",250.0764046,1.7,"13.08 y","0+",-2.0596,-2.8016,-1.7796,6.128484 " ",151,99,250,"Es "," -",73230.0,100.0,7469.0,0.0,"B+",2060.0,100.0,250.07861,110.0,"8.6 h","(6+)",-0.842,1.0376,2.0596,6.835084 " ",150,100,250,"Fm "," ",74072.0,8.0,7462.09,0.03,"B+",850.0,100.0,250.07952,8.0,"30 m","0+",-4.558,-0.18,0.842,7.556784 " ",149,101,250,"Md "," -a",78630.0,300.0,7441.0,1.0,"B+",4560.0,300.0,250.08441,320.0,"52 s","",-2.93,3.536,4.558,8.305084 " ",148,102,250,"No "," -a",81560.0,200.0,7426.0,1.0,"B+",2930.0,360.0,250.08756,220.0,"4.2 us","0+",0.0,1.908,2.93,8.946084 "0",155,96,251,"Cm "," +",76648.0,23.0,7466.72,0.09,"B-",1420.0,20.0,251.082285,24.0,"16.8 m","(1/2+)",1.42,0.0,0.0,5.113084 " ",154,97,251,"Bk "," +",75228.0,11.0,7469.26,0.04,"B-",1093.0,10.0,251.080761,12.0,"55.6 m","(3/2-)",1.093,-2.442,-1.42,5.653084 " ",153,98,251,"Cf "," -a",74135.0,4.0,7470.5,0.016," ","*","*",251.079587,4.0,"898 y","1/2+",-0.377,-2.115,-1.093,6.177084 " ",152,99,251,"Es "," -a",74512.0,6.0,7465.881,0.024,"B+",377.0,7.0,251.079992,6.0,"33 h","3/2-",-1.442,-0.645,0.377,6.597084 " ",151,100,251,"Fm "," +a",75954.0,15.0,7457.02,0.06,"B+",1442.0,16.0,251.08154,16.0,"5.30 h","(9/2-)",-3.013,0.42,1.442,7.425084 " ",150,101,251,"Md "," +a",78967.0,19.0,7441.9,0.08,"B+",3013.0,24.0,251.084774,20.0,"4.27 m","(7/2-)",-3.883,1.991,3.013,7.964084 " ",149,102,251,"No "," IT",82850.0,110.0,7423.0,0.0,"B+",3880.0,120.0,251.08894,120.0,"0.80 s","(7/2+)",-4.88,2.861,3.883,8.755084 " ",148,103,251,"Lr "," x",87730.0,300.0,7401.0,1.0,"B+",4880.0,320.0,251.09418,320.0,"None","None",0.0,3.858,4.88,9.365084 "0",156,96,252,"Cm "," x",79060.0,300.0,7460.0,1.0,"B-",520.0,360.0,252.08487,320.0,"2 d","0+",0.52,0.0,0.0,0.0 " ",155,97,252,"Bk "," +",78540.0,200.0,7459.0,1.0,"B-",2500.0,200.0,252.08431,220.0,"None","None",2.5054,-1.542,-0.52,5.555084 " ",154,98,252,"Cf "," -a",76034.6,2.4,7465.347,0.009,"B-",-1260.0,50.0,252.0816265,2.5,"2.645 y","0+",-1.2554,-3.5274,-2.5054,6.216884 " ",153,99,252,"Es "," -",77290.0,50.0,7457.24,0.2,"B-",480.0,50.0,252.08298,50.0,"471.7 d","(5-)",0.474,0.2334,1.2554,6.785084 " ",152,100,252,"Fm "," -a",76816.0,5.0,7456.038,0.022," ","*","*",252.082465,6.0,"25.39 h","0+",-3.694,-1.496,-0.474,7.153084 " ",151,101,252,"Md "," IT",80510.0,130.0,7438.0,1.0,"B+",3700.0,130.0,252.08643,140.0,"2.3 m","",-2.361,2.672,3.694,7.785084 " ",150,102,252,"No "," ",82871.0,9.0,7425.8,0.04,"B+",2360.0,130.0,252.088966,10.0,"2.44 s","0+",-5.869,1.339,2.361,8.548084 " ",149,103,252,"Lr "," -a",88740.0,240.0,7399.0,1.0,"B+",5870.0,240.0,252.09526,260.0,"0.36 s","",0.0,4.847,5.869,9.165084 "0",156,97,253,"Bk "," -a",80930.0,360.0,7451.0,1.0,"B-",1630.0,360.0,253.08688,390.0,"None","None",1.628,0.0,0.0,5.405084 " ",155,98,253,"Cf "," -a",79302.0,4.0,7454.829,0.017,"B-",291.0,4.0,253.085134,5.0,"17.81 d","7/2+",0.2915,-2.65,-1.628,6.126384 " ",154,99,253,"Es "," -a",79010.5,1.2,7452.887,0.005," ","*","*",253.08482130000002,1.3,"20.47 d","7/2+",-0.3352,-1.3135,-0.2915,6.739184 " ",153,100,253,"Fm "," -a",79345.7,2.9,7448.47,0.012,"B+",335.2,2.7,253.085181,3.0,"3.00 d","1/2+",-1.8243,-0.6868,0.3352,7.197984 " ",152,101,253,"Md "," -a",81170.0,30.0,7438.0,0.0,"B+",1830.0,30.0,253.08714,30.0,"12 m","7/2-",-3.189,0.8023,1.8243,7.565084 " ",151,102,253,"No "," ",84359.0,7.0,7422.471,0.027,"B+",3190.0,30.0,253.090563,7.0,"1.62 m","9/2-",-4.221,2.167,3.189,8.415084 " ",150,103,253,"Lr "," -a",88580.0,200.0,7403.0,1.0,"B+",4220.0,200.0,253.09509,220.0,"1.42 s","",-4.98,3.199,4.221,8.925084 " ",149,104,253,"Rf "," -a",93560.0,410.0,7380.0,2.0,"B+",4980.0,460.0,253.10044,440.0,"None","None",0.0,3.958,4.98,9.355084 "0",157,97,254,"Bk "," x",84390.0,300.0,7440.0,1.0,"B-",3050.0,300.0,254.0906,320.0,"None","None",3.049,0.0,0.0,0.0 " ",156,98,254,"Cf "," -a",81341.0,11.0,7449.23,0.05,"B-",-649.0,12.0,254.087324,12.0,"60.5 d","0+",-0.65,-4.071,-3.049,5.926084 " ",155,99,254,"Es "," -a",81991.0,4.0,7443.589,0.016,"B-",1088.0,3.0,254.088021,4.0,"275.7 d","(7+)",1.0882,-0.372,0.65,6.616084 " ",154,100,254,"Fm "," -a",80902.8,2.4,7444.792,0.01," ","*","*",254.08685269999998,2.6,"3.240 h","0+",-2.5472,-2.1102,-1.0882,7.307484 " ",153,101,254,"Md "," -",83450.0,100.0,7432.0,0.0,"B+",2550.0,100.0,254.08959,110.0,"None","None",-1.273,1.5252,2.5472,7.795084 " ",152,102,254,"No "," ",84723.0,10.0,7423.59,0.04,"B+",1270.0,100.0,254.090954,10.0,"51 s","0+",-5.147,0.251,1.273,8.226084 " ",151,103,254,"Lr "," -a",89870.0,300.0,7400.0,1.0,"B+",5150.0,300.0,254.09648,320.0,"13 s","",-3.33,4.125,5.147,8.815084 " ",150,104,254,"Rf "," -a",93200.0,280.0,7384.0,1.0,"B+",3330.0,410.0,254.10005,300.0,"23 us","0+",0.0,2.308,3.33,9.215084 "0",157,98,255,"Cf "," +",84810.0,200.0,7438.0,1.0,"B-",720.0,200.0,255.09105,220.0,"85 m","(7/2+)",0.721,0.0,0.0,5.737084 " ",156,99,255,"Es "," -a",84089.0,11.0,7437.82,0.04,"B-",290.0,10.0,255.090274,12.0,"39.8 d","(7/2+)",0.289,-1.743,-0.721,6.436084 " ",155,100,255,"Fm "," -a",83800.0,4.0,7435.888,0.017," ","*","*",255.089963,5.0,"20.07 h","7/2+",-1.043,-1.311,-0.289,7.240084 " ",154,101,255,"Md "," -a",84843.0,7.0,7428.729,0.026,"B+",1043.0,8.0,255.091083,7.0,"27 m","(7/2-)",-1.964,0.021,1.043,7.906084 " ",153,102,255,"No "," x",86807.0,15.0,7417.96,0.06,"B+",1964.0,16.0,255.093191,16.0,"3.52 m","1/2+",-3.14,0.942,1.964,8.428084 " ",152,103,255,"Lr "," x",89947.0,18.0,7402.58,0.07,"B+",3140.0,23.0,255.096562,19.0,"31.1 s","1/2-",-4.383,2.118,3.14,8.555084 " ",151,104,255,"Rf "," -a",94330.0,120.0,7382.0,0.0,"B+",4380.0,120.0,255.10127,120.0,"1.68 s","(9/2-)",-5.26,3.361,4.383,9.055084 " ",150,105,255,"Db "," -a",99590.0,360.0,7359.0,1.0,"B+",5260.0,380.0,255.10692,390.0,"1.6 s","",0.0,4.238,5.26,9.435084 "0",158,98,256,"Cf "," -a",87040.0,310.0,7432.0,1.0,"B-",-150.0,330.0,256.09344,340.0,"12.3 m","0+",-0.15,0.0,0.0,5.555084 " ",157,99,256,"Es "," +",87190.0,100.0,7428.0,0.0,"B-",1700.0,100.0,256.0936,110.0,"25.4 m","(1+,0-)",1.703,-0.872,0.15,6.225084 " ",156,100,256,"Fm "," -a",85487.0,6.0,7431.78,0.022," ","*","*",256.091774,6.0,"157.6 m","0+",-1.973,-2.725,-1.703,7.027484 " ",155,101,256,"Md "," IT",87460.0,120.0,7421.0,0.0,"B+",1970.0,120.0,256.09389,130.0,"77 m","(1-)",-0.362,0.951,1.973,7.745084 " ",154,102,256,"No "," -a",87822.0,8.0,7416.55,0.03,"B+",370.0,120.0,256.094281,8.0,"2.91 s","",-3.928,-0.66,0.362,8.581084 " ",153,103,256,"Lr "," x",91750.0,80.0,7398.2,0.3,"B+",3920.0,80.0,256.09849,90.0,"27 s","",-2.472,2.906,3.928,8.815084 " ",152,104,256,"Rf "," -a",94222.0,18.0,7385.43,0.07,"B+",2480.0,80.0,256.101152,19.0,"6.4 ms","0+",-6.278,1.45,2.472,8.926084 " ",151,105,256,"Db "," -a",100500.0,240.0,7358.0,1.0,"B+",6280.0,240.0,256.10789,260.0,"1.6 s","",0.0,5.256,6.278,9.335084 "0",158,99,257,"Es "," -a",89400.0,410.0,7422.0,2.0,"B-",810.0,410.0,257.09598,440.0,"7.7 d","",0.81,0.0,0.0,6.045084 " ",157,100,257,"Fm "," -a",88590.0,4.0,7422.194,0.017," ","*","*",257.095105,5.0,"100.5 d","(9/2+)",-0.4031,-1.832,-0.81,6.863084 " ",156,101,257,"Md "," -a",88993.1,1.6,7417.582,0.006,"B+",403.0,5.0,257.095538,1.7,"5.52 h","(7/2-)",-1.2539,-0.6189,0.4031,7.557684 " ",155,102,257,"No "," -a",90247.0,7.0,7409.657,0.026,"B+",1254.0,7.0,257.096884,7.0,"24.5 s","(3/2+)",-2.423,0.2319,1.2539,8.476384 " ",154,103,257,"Lr "," -a",92670.0,40.0,7397.0,0.0,"B+",2420.0,50.0,257.09948,50.0,"4 s","",-3.196,1.401,2.423,9.075084 " ",153,104,257,"Rf "," -a",95866.0,11.0,7381.7,0.04,"B+",3200.0,50.0,257.102917,12.0,"4.4 s","(1/2+)",-4.344,2.174,3.196,9.082084 " ",152,105,257,"Db "," -a",100210.0,200.0,7362.0,1.0,"B+",4340.0,200.0,257.10758,220.0,"2.3 s","(9/2+)",0.0,3.322,4.344,9.205084 "0",159,99,258,"Es "," x",92700.0,400.0,7412.0,2.0,"B-",2280.0,450.0,258.09952,430.0,"None","None",2.27,0.0,0.0,5.885084 " ",158,100,258,"Fm "," -a",90430.0,200.0,7418.0,1.0,"B-",-1260.0,200.0,258.09708,220.0,"370 us","0+",-1.257,-3.292,-2.27,6.664084 " ",157,101,258,"Md "," -a",91687.0,4.0,7409.675,0.017,"B-",210.0,100.0,258.09843,5.0,"51.5 d","(8-)",0.207,0.235,1.257,7.271084 " ",156,102,258,"No "," -a",91480.0,100.0,7407.0,0.0," ","*","*",258.09821,110.0,"1.2 ms","0+",-3.3,-1.229,-0.207,8.152284 " ",155,103,258,"Lr "," -a",94780.0,100.0,7392.0,0.0,"B+",3300.0,140.0,258.10175,110.0,"4.1 s","",-1.56,2.278,3.3,8.905084 " ",154,104,258,"Rf "," -a",96340.0,30.0,7382.54,0.12,"B+",1560.0,110.0,258.10343,30.0,"12 ms","0+",-5.46,0.538,1.56,9.192084 " ",153,105,258,"Db "," -a",101800.0,310.0,7358.0,1.0,"B+",5460.0,310.0,258.10928,330.0,"4.3 s","",-3.44,4.438,5.46,9.505084 " ",152,106,258,"Sg "," -a",105240.0,410.0,7342.0,2.0,"B+",3450.0,510.0,258.11298,440.0,"2.9 ms","0+",0.0,2.418,3.44,9.615084 "0",159,100,259,"Fm "," -a",93700.0,280.0,7407.0,1.0,"B-",80.0,350.0,259.1006,300.0,"1.5 s","",0.08,0.0,0.0,6.465084 " ",158,101,259,"Md "," -a",93620.0,200.0,7405.0,1.0," ","*","*",259.10051,220.0,"1.60 h","",-0.459,-1.102,-0.08,7.106084 " ",157,102,259,"No "," -a",94079.0,7.0,7399.974,0.025,"B+",450.0,200.0,259.100998,7.0,"58 m","(9/2+)",-1.771,-0.563,0.459,7.854084 " ",156,103,259,"Lr "," -a",95850.0,70.0,7390.0,0.0,"B+",1770.0,70.0,259.1029,80.0,"6.2 s","(1/2-)",-2.51,0.749,1.771,8.582084 " ",155,104,259,"Rf "," -a",98360.0,70.0,7377.0,0.0,"B+",2510.0,100.0,259.1056,80.0,"2.4 s","",-3.63,1.488,2.51,9.128084 " ",154,105,259,"Db "," -a",101990.0,50.0,7360.36,0.2,"B+",3630.0,90.0,259.10949,60.0,"0.51 s","",-4.53,2.608,3.63,9.618084 " ",153,106,259,"Sg "," -a",106520.0,120.0,7340.0,0.0,"B+",4530.0,130.0,259.11435,120.0,"0.29 s","",0.0,3.508,4.53,9.765084 "0",160,100,260,"Fm "," -a",95770.0,440.0,7402.0,2.0,"B-",-790.0,540.0,260.10281,470.0,"None","None",-0.78,0.0,0.0,6.305084 " ",159,101,260,"Md "," -a",96550.0,320.0,7396.0,1.0,"B-",940.0,370.0,260.10365,340.0,"31.8 d","",0.94,-0.242,0.78,6.935084 " ",158,102,260,"No "," -a",95610.0,200.0,7397.0,1.0," ","*","*",260.10264,220.0,"106 ms","0+",-2.67,-1.962,-0.94,7.698084 " ",157,103,260,"Lr "," -a",98280.0,120.0,7383.0,0.0,"B+",2670.0,240.0,260.1055,130.0,"180 s","",-0.87,1.648,2.67,8.395084 " ",156,104,260,"Rf "," -a",99150.0,200.0,7377.0,1.0,"B+",870.0,240.0,260.10644,220.0,"21 ms","0+",-4.52,-0.152,0.87,8.903084 " ",155,105,260,"Db "," -a",103670.0,90.0,7357.0,0.0,"B+",4530.0,220.0,260.1113,100.0,"1.52 s","",-2.878,3.498,4.52,9.495084 " ",154,106,260,"Sg "," -a",106548.0,21.0,7342.56,0.08,"B+",2880.0,100.0,260.114384,22.0,"4.95 ms","0+",-6.772,1.856,2.878,9.901084 " ",153,107,260,"Bh "," -a",113320.0,250.0,7313.0,1.0,"B+",6780.0,250.0,260.12166,260.0,"35 ms","",0.0,5.75,6.772,10.395084 "0",160,101,261,"Md "," -a",98580.0,510.0,7391.0,2.0,"B-",120.0,550.0,261.10583,550.0,"None","None",0.12,0.0,0.0,6.755084 " ",159,102,261,"No "," -a",98460.0,200.0,7388.0,1.0," ","*","*",261.1057,220.0,"None","None",-1.1,-1.142,-0.12,7.445084 " ",158,103,261,"Lr "," -a",99560.0,200.0,7381.0,1.0,"B+",1100.0,280.0,261.10688,220.0,"39 m","",-1.76,0.078,1.1,8.141984 " ",157,104,261,"Rf "," -a",101320.0,50.0,7371.38,0.19,"B+",1760.0,210.0,261.10877,50.0,"70 s","",-2.99,0.738,1.76,8.648084 " ",156,105,261,"Db "," -a",104310.0,110.0,7357.0,0.0,"B+",2990.0,120.0,261.11198,120.0,"1.8 s","",-3.695,1.968,2.99,9.215084 " ",155,106,261,"Sg "," -a",108005.0,18.0,7339.77,0.07,"B+",3700.0,110.0,261.115948,20.0,"178 ms","(3/2+)",-5.125,2.673,3.695,9.714084 " ",154,107,261,"Bh "," -a",113130.0,210.0,7317.0,1.0,"B+",5130.0,210.0,261.12145,220.0,"11.8 ms","(5/2-)",0.0,4.103,5.125,10.495084 "0",161,101,262,"Md "," -a",101630.0,500.0,7382.0,2.0,"B-",1530.0,620.0,262.1091,540.0,"None","None",1.53,0.0,0.0,6.505084 " ",160,102,262,"No "," -a",100100.0,360.0,7385.0,1.0," ","*","*",262.10746,390.0,"5 ms","0+",-2.0,-2.552,-1.53,7.245084 " ",159,103,262,"Lr "," -a",102100.0,200.0,7374.0,1.0,"B+",2000.0,410.0,262.10961,220.0,"4 h","",-0.29,0.978,2.0,7.988084 " ",158,104,262,"Rf "," -a",102390.0,220.0,7370.0,1.0,"B+",290.0,300.0,262.10992,240.0,"2.3 s","0+",-3.86,-0.732,0.29,8.485084 " ",157,105,262,"Db "," -a",106250.0,140.0,7352.0,1.0,"B+",3860.0,270.0,262.11407,150.0,"35 s","",-2.12,2.838,3.86,9.045084 " ",156,106,262,"Sg "," -a",108370.0,40.0,7341.19,0.14,"B+",2110.0,150.0,262.11634,40.0,"6.9 ms","0+",-6.17,1.098,2.12,9.605084 " ",155,107,262,"Bh "," -a",114540.0,310.0,7315.0,1.0,"B+",6180.0,310.0,262.12297,330.0,"102 ms","",0.0,5.148,6.17,10.315084 "0",161,102,263,"No "," -a",103130.0,490.0,7376.0,2.0," ","*","*",263.11071,530.0,"None","None",-0.6,0.0,0.0,7.005084 " ",160,103,263,"Lr "," -a",103730.0,280.0,7371.0,1.0,"B+",600.0,570.0,263.11136,300.0,"None","None",-1.03,-0.422,0.6,7.685084 " ",159,104,263,"Rf "," -a",104760.0,150.0,7364.0,1.0,"B+",1030.0,320.0,263.11246,160.0,"10 m","",-2.35,0.008,1.03,8.256084 " ",158,105,263,"Db "," -a",107110.0,170.0,7352.0,1.0,"B+",2360.0,230.0,263.11499,180.0,"27 s","",-3.08,1.328,2.35,8.835084 " ",157,106,263,"Sg "," -a",110190.0,100.0,7337.0,0.0,"B+",3080.0,190.0,263.11829,100.0,"1.0 s","",-4.31,2.058,3.08,9.405084 " ",156,107,263,"Bh "," -a",114500.0,310.0,7318.0,1.0,"B+",4310.0,320.0,263.12292,330.0,"None","None",-5.18,3.288,4.31,10.085084 " ",155,108,263,"Hs "," -a",119680.0,130.0,7295.0,0.0,"B+",5180.0,330.0,263.12848,130.0,"0.74 ms","",0.0,4.158,5.18,10.735084 "0",162,102,264,"No "," -a",105010.0,590.0,7371.0,2.0,"B-",-1370.0,730.0,264.11273,630.0,"None","None",-1.37,0.0,0.0,6.815084 " ",161,103,264,"Lr "," -a",106380.0,440.0,7363.0,2.0,"B-",300.0,570.0,264.1142,470.0,"None","None",0.3,0.348,1.37,7.405084 " ",160,104,264,"Rf "," -a",106080.0,360.0,7361.0,1.0," ","*","*",264.11388,390.0,"None","None",-3.28,-1.322,-0.3,8.045084 " ",159,105,264,"Db "," -a",109360.0,240.0,7346.0,1.0,"B+",3290.0,430.0,264.11741,250.0,"None","None",-1.42,2.258,3.28,8.655084 " ",158,106,264,"Sg "," -a",110780.0,280.0,7338.0,1.0,"B+",1420.0,370.0,264.11893,300.0,"37 ms","0+",-5.28,0.398,1.42,9.205084 " ",157,107,264,"Bh "," -a",116060.0,180.0,7315.0,1.0,"B+",5280.0,330.0,264.12459,190.0,"0.44 s","",-3.503,4.258,5.28,9.965084 " ",156,108,264,"Hs "," -a",119563.0,29.0,7298.38,0.11,"B+",3510.0,180.0,264.12836,30.0,"0.8 ms","0+",0.0,2.481,3.503,10.590084 "0",162,103,265,"Lr "," -a",108230.0,550.0,7359.0,2.0," ","*","*",265.11619,590.0,"None","None",-0.46,0.0,0.0,7.225084 " ",161,104,265,"Rf "," -a",108690.0,360.0,7354.0,1.0,"B+",460.0,660.0,265.11668,390.0,"1.0 m","",-1.79,-0.562,0.46,7.805084 " ",160,105,265,"Db "," -a",110480.0,220.0,7344.0,1.0,"B+",1790.0,420.0,265.11861,240.0,"None","None",-2.31,0.768,1.79,8.495084 " ",159,106,265,"Sg "," -a",112790.0,120.0,7333.0,0.0,"B+",2310.0,260.0,265.12109,130.0,"14.4 s","",-3.63,1.288,2.31,9.045084 " ",158,107,265,"Bh "," -a",116420.0,230.0,7316.0,1.0,"B+",3620.0,260.0,265.12498,250.0,"None","None",-4.48,2.608,3.63,9.685084 " ",157,108,265,"Hs "," -a",120900.0,24.0,7296.25,0.09,"B+",4490.0,240.0,265.129792,26.0,"2.0 ms","",-5.78,3.458,4.48,10.470084 " ",156,109,265,"Mt "," -a",126680.0,450.0,7271.0,2.0,"B+",5780.0,450.0,265.136,480.0,"None","None",0.0,4.758,5.78,11.125084 "0",163,103,266,"Lr "," -a",111620.0,580.0,7349.0,2.0,"B-",1550.0,750.0,266.11983,630.0,"11 h","",1.54,0.0,0.0,7.565084 " ",162,104,266,"Rf "," -a",110080.0,470.0,7352.0,2.0," ","*","*",266.11817,500.0,"None","None",-2.66,-2.562,-1.54,7.555084 " ",161,105,266,"Db "," -a",112740.0,280.0,7339.0,1.0,"B+",2660.0,550.0,266.12103,300.0,"None","None",-0.88,1.638,2.66,8.215084 " ",160,106,266,"Sg "," -a",113620.0,250.0,7332.0,1.0,"B+",880.0,370.0,266.12197,260.0,"21 s","",-4.48,-0.142,0.88,8.805084 " ",159,107,266,"Bh "," -a",118100.0,160.0,7313.0,1.0,"B+",4490.0,290.0,266.12679,180.0,"10 s","",-3.04,3.458,4.48,9.425084 " ",158,108,266,"Hs "," -a",121140.0,40.0,7298.27,0.15,"B+",3030.0,170.0,266.13005,40.0,"2.3 ms","0+",-6.82,2.018,3.04,10.345084 " ",157,109,266,"Mt "," -a",127960.0,310.0,7270.0,1.0,"B+",6830.0,310.0,266.13737,330.0,"1.7 ms","",0.0,5.798,6.82,10.995084 "0",163,104,267,"Rf "," -a",113440.0,580.0,7342.0,2.0," ","*","*",267.12179,620.0,"None","None",-0.63,0.0,0.0,7.885084 " ",162,105,267,"Db "," -a",114070.0,410.0,7336.0,2.0,"B+",630.0,710.0,267.12246,440.0,"None","None",-1.74,-0.392,0.63,7.915084 " ",161,106,267,"Sg "," -a",115810.0,260.0,7327.0,1.0,"B+",1730.0,490.0,267.12432,280.0,"None","None",-2.96,0.718,1.74,8.625084 " ",160,107,267,"Bh "," -a",118770.0,260.0,7313.0,1.0,"B+",2960.0,370.0,267.1275,280.0,"None","None",-3.88,1.938,2.96,9.235084 " ",159,108,267,"Hs "," -a",122650.0,100.0,7295.0,0.0,"B+",3890.0,280.0,267.13167,100.0,"50 ms","",-5.14,2.858,3.88,10.035084 " ",158,109,267,"Mt "," -a",127790.0,500.0,7273.0,2.0,"B+",5140.0,510.0,267.13719,540.0,"None","None",-6.09,4.118,5.14,10.865084 " ",157,110,267,"Ds "," -a",133880.0,140.0,7248.0,1.0,"B+",6090.0,520.0,267.14373,150.0,"None","None",0.0,5.068,6.09,11.775084 "0",164,104,268,"Rf "," -a",115480.0,660.0,7337.0,2.0,"B-",-1590.0,850.0,268.12397,710.0,"None","None",-1.58,0.0,0.0,8.045084 " ",163,105,268,"Db "," -a",117060.0,530.0,7328.0,2.0,"B-",260.0,710.0,268.12567,570.0,"None","None",0.26,0.558,1.58,8.255084 " ",162,106,268,"Sg "," -a",116800.0,470.0,7326.0,2.0," ","*","*",268.12539,500.0,"None","None",-4.01,-1.282,-0.26,8.295084 " ",161,107,268,"Bh "," -a",120810.0,380.0,7308.0,1.0,"B+",4010.0,610.0,268.12969,410.0,"None","None",-2.02,2.988,4.01,9.025084 " ",160,108,268,"Hs "," -a",122830.0,280.0,7298.0,1.0,"B+",2020.0,480.0,268.13186,300.0,"None","None",-6.32,0.998,2.02,9.625084 " ",159,109,268,"Mt "," -a",129150.0,230.0,7271.0,1.0,"B+",6320.0,370.0,268.13865,250.0,"0.07 s","",-4.5,5.298,6.32,10.665084 " ",158,110,268,"Ds "," -a",133650.0,300.0,7252.0,1.0,"B+",4500.0,380.0,268.14348,320.0,"None","None",0.0,3.478,4.5,11.662084 "0",164,105,269,"Db "," -a",119150.0,620.0,7323.0,2.0," ","*","*",269.12791,670.0,"None","None",-0.61,0.0,0.0,8.495084 " ",163,106,269,"Sg "," -a",119760.0,360.0,7318.0,1.0,"B+",610.0,720.0,269.12857,390.0,"3.1 m","",-1.72,-0.412,0.61,8.645084 " ",162,107,269,"Bh "," -a",121480.0,370.0,7309.0,1.0,"B+",1720.0,520.0,269.13041,400.0,"None","None",-3.08,0.698,1.72,8.575084 " ",161,108,269,"Hs "," -a",124560.0,120.0,7294.0,0.0,"B+",3090.0,390.0,269.13373,130.0,"9.7 s","",-4.81,2.058,3.08,9.345084 " ",160,109,269,"Mt "," -a",129370.0,460.0,7273.0,2.0,"B+",4810.0,480.0,269.13888,500.0,"None","None",-5.46,3.788,4.81,10.525084 " ",159,110,269,"Ds "," -a",134830.0,30.0,7250.15,0.12,"B+",5470.0,460.0,269.14475,30.0,"None","None",0.0,4.438,5.46,11.505084 "0",165,105,270,"Db "," -a",122310.0,620.0,7314.0,2.0,"B-",820.0,830.0,270.1313,660.0,"1.0 h","",0.82,0.0,0.0,8.265084 " ",164,106,270,"Sg "," -a",121490.0,560.0,7314.0,2.0," ","*","*",270.13043,600.0,"None","None",-2.74,-1.842,-0.82,8.985084 " ",163,107,270,"Bh "," -a",124230.0,290.0,7301.0,1.0,"B+",2740.0,630.0,270.13336,310.0,"6e1 s","",-0.88,1.718,2.74,9.065084 " ",162,108,270,"Hs "," -a",125110.0,250.0,7295.0,1.0,"B+",890.0,380.0,270.13431,270.0,"3.6 s","0+",-5.6,-0.142,0.88,9.065084 " ",161,109,270,"Mt "," -a",130710.0,170.0,7271.0,1.0,"B+",5600.0,300.0,270.14032,180.0,"5.0 ms","",-3.97,4.578,5.6,10.185084 " ",160,110,270,"Ds "," -a",134680.0,50.0,7253.77,0.18,"B+",3970.0,180.0,270.14458,50.0,"0.10 ms","0+",0.0,2.948,3.97,11.115084 "0",165,106,271,"Sg "," -a",124760.0,590.0,7305.0,2.0," ","*","*",271.13393,630.0,"2.4 m","",-1.16,0.0,0.0,8.895084 " ",164,107,271,"Bh "," -a",125920.0,420.0,7298.0,2.0,"B+",1160.0,720.0,271.13518,450.0,"None","None",-1.82,0.138,1.16,9.425084 " ",163,108,271,"Hs "," -a",127740.0,280.0,7288.0,1.0,"B+",1820.0,500.0,271.13714,300.0,"None","None",-3.36,0.798,1.82,9.505084 " ",162,109,271,"Mt "," -a",131100.0,330.0,7273.0,1.0,"B+",3360.0,430.0,271.14074,350.0,"None","None",-4.85,2.338,3.36,9.905084 " ",161,110,271,"Ds "," -a",135950.0,100.0,7252.0,0.0,"B+",4850.0,340.0,271.14595,100.0,"1.63 ms","",0.0,3.828,4.85,10.875084 "0",166,106,272,"Sg "," -a",126580.0,730.0,7301.0,3.0," ","*","*",272.13589,780.0,"None","None",-2.21,0.0,0.0,8.675084 " ",165,107,272,"Bh "," -a",128790.0,530.0,7290.0,2.0,"B+",2210.0,900.0,272.13826,570.0,"10 s","",-0.22,1.188,2.21,9.305084 " ",164,108,272,"Hs "," -a",129010.0,510.0,7286.0,2.0,"B+",220.0,740.0,272.13849,550.0,"None","None",-4.57,-0.802,0.22,9.785084 " ",163,109,272,"Mt "," -a",133580.0,490.0,7267.0,2.0,"B+",4580.0,700.0,272.14341,520.0,"None","None",-2.44,3.548,4.57,10.345084 " ",162,110,272,"Ds "," -a",136020.0,410.0,7255.0,2.0,"B+",2430.0,640.0,272.14602,440.0,"None","None",-6.75,1.418,2.44,10.765084 " ",161,111,272,"Rg "," -a",142770.0,230.0,7227.0,1.0,"B+",6760.0,470.0,272.15327,250.0,"3.8 ms","",0.0,5.728,6.75,11.195084 "0",167,106,273,"Sg "," x",130020.0,500.0,7291.0,2.0," ","*","*",273.13958,540.0,"None","None",-0.61,0.0,0.0,0.0 " ",166,107,273,"Bh "," -a",130630.0,690.0,7286.0,3.0,"B+",620.0,860.0,273.14024,740.0,"None","None",-1.26,-0.412,0.61,9.055084 " ",165,108,273,"Hs "," -a",131890.0,370.0,7279.0,1.0,"B+",1260.0,780.0,273.14159,390.0,"0.76 s","",-2.82,0.238,1.26,9.705084 " ",164,109,273,"Mt "," -a",134710.0,420.0,7265.0,2.0,"B+",2820.0,560.0,273.14462,460.0,"None","None",-3.65,1.798,2.82,10.805084 " ",163,110,273,"Ds "," -a",138360.0,130.0,7249.0,0.0,"B+",3640.0,450.0,273.14853,140.0,"0.17 ms","",-4.34,2.628,3.65,11.375084 " ",162,111,273,"Rg "," -a",142700.0,530.0,7231.0,2.0,"B+",4340.0,540.0,273.15319,570.0,"None","None",0.0,3.318,4.34,10.905084 "0",167,107,274,"Bh "," -a",133680.0,620.0,7278.0,2.0,"B-",200.0,860.0,274.14351,660.0,"54 s","",0.19,0.0,0.0,8.945084 " ",166,108,274,"Hs "," -a",133490.0,590.0,7276.0,2.0," ","*","*",274.1433,640.0,"None","None",-3.76,-1.212,-0.19,9.575084 " ",165,109,274,"Mt "," -a",137250.0,350.0,7259.0,1.0,"B+",3760.0,690.0,274.14734,380.0,"0.45 s","",-1.95,2.738,3.76,10.595084 " ",164,110,274,"Ds "," -a",139200.0,390.0,7249.0,1.0,"B+",1950.0,530.0,274.14943,420.0,"None","None",-5.41,0.928,1.95,11.665084 " ",163,111,274,"Rg "," -a",144610.0,180.0,7227.0,1.0,"B+",5420.0,430.0,274.15525,190.0,"6 ms","",0.0,4.388,5.41,11.475084 "0",168,107,275,"Bh "," x",135690.0,600.0,7273.0,2.0," ","*","*",275.14567,640.0,"None","None",-0.93,0.0,0.0,0.0 " ",167,108,275,"Hs "," -a",136620.0,590.0,7267.0,2.0,"B+",930.0,840.0,275.14667,630.0,"0.15 s","",-2.21,-0.092,0.93,9.435084 " ",166,109,275,"Mt "," -a",138830.0,420.0,7256.0,2.0,"B+",2210.0,720.0,275.14904,450.0,"10 ms","",-2.74,1.188,2.21,10.485084 " ",165,110,275,"Ds "," -a",141570.0,410.0,7244.0,1.0,"B+",2740.0,590.0,275.15198,440.0,"None","None",-3.73,1.718,2.74,11.405084 " ",164,111,275,"Rg "," -a",145300.0,520.0,7227.0,2.0,"B+",3730.0,660.0,275.15598,560.0,"None","None",0.0,2.708,3.73,11.775084 "0",168,108,276,"Hs "," -a",138290.0,750.0,7264.0,3.0," ","*","*",276.14846,810.0,"None","None",-3.03,0.0,0.0,9.285084 " ",167,109,276,"Mt "," -a",141320.0,530.0,7250.0,2.0,"B+",3030.0,920.0,276.15171,570.0,"0.72 s","",-1.22,2.008,3.03,10.105084 " ",166,110,276,"Ds "," -a",142540.0,550.0,7243.0,2.0,"B+",1230.0,760.0,276.15302,590.0,"None","None",-4.95,0.198,1.22,11.105084 " ",165,111,276,"Rg "," -a",147490.0,630.0,7222.0,2.0,"B+",4950.0,830.0,276.15833,680.0,"None","None",-2.86,3.928,4.95,11.485084 " ",164,112,276,"Cn "," x",150350.0,600.0,7209.0,2.0,"B+",2870.0,870.0,276.16141,640.0,"None","None",0.0,1.838,2.86,11.905084 "0",169,108,277,"Hs "," -a",141490.0,540.0,7255.0,2.0," ","*","*",277.1519,580.0,"3 ms","",-1.48,0.0,0.0,9.045084 " ",168,109,277,"Mt "," -a",142970.0,700.0,7247.0,3.0,"B+",1480.0,880.0,277.15348,750.0,"5 s","",-2.17,0.458,1.48,9.915084 " ",167,110,277,"Ds "," -a",145140.0,380.0,7237.0,1.0,"B+",2170.0,800.0,277.15582,410.0,"4.1 ms","",-3.2,1.148,2.17,10.825084 " ",166,111,277,"Rg "," -a",148340.0,520.0,7222.0,2.0,"B+",3200.0,650.0,277.15925,560.0,"None","None",-4.06,2.178,3.2,11.205084 " ",165,112,277,"Cn "," -a",152400.0,140.0,7205.0,1.0,"B+",4070.0,540.0,277.16361,150.0,"0.69 ms","",0.0,3.038,4.06,11.615084 "0",169,109,278,"Mt "," -a",145740.0,620.0,7240.0,2.0," ","*","*",278.15645,670.0,"7.6 s","",-0.64,0.0,0.0,9.635084 " ",168,110,278,"Ds "," -a",146380.0,630.0,7235.0,2.0,"B+",650.0,880.0,278.15715,670.0,"None","None",-4.14,-0.382,0.64,10.465084 " ",167,111,278,"Rg "," -a",150520.0,360.0,7218.0,1.0,"B+",4140.0,720.0,278.16159,380.0,"4.2 ms","",-2.41,3.118,4.14,10.845084 " ",166,112,278,"Cn "," -a",152930.0,440.0,7206.0,2.0,"B+",2420.0,570.0,278.16418,470.0,"None","None",-5.96,1.388,2.41,11.305084 " ",165,113,278,"Nh "," -a",158890.0,180.0,7182.0,1.0,"B+",5960.0,480.0,278.17057,200.0,"None","None",0.0,4.938,5.96,11.855084 "0",170,109,279,"Mt "," -a",147500.0,670.0,7237.0,2.0," ","*","*",279.15834,720.0,"None","None",-1.63,0.0,0.0,9.385084 " ",169,110,279,"Ds "," -a",149130.0,600.0,7228.0,2.0,"B+",1630.0,900.0,279.16009,640.0,"0.18 s","",-2.65,0.608,1.63,10.085084 " ",168,111,279,"Rg "," -a",151780.0,420.0,7216.0,2.0,"B+",2650.0,730.0,279.16294,450.0,"0.17 s","",-3.25,1.628,2.65,10.525084 " ",167,112,279,"Cn "," -a",155030.0,460.0,7202.0,2.0,"B+",3260.0,620.0,279.16643,490.0,"None","None",-4.21,2.228,3.25,11.035084 " ",166,113,279,"Nh "," x",159240.0,700.0,7184.0,3.0,"B+",4210.0,840.0,279.17095,750.0,"None","None",0.0,3.188,4.21,11.515084 "0",170,110,280,"Ds "," -a",150520.0,780.0,7226.0,3.0," ","*","*",280.16159,840.0,"None","None",-3.37,0.0,0.0,9.805084 " ",169,111,280,"Rg "," -a",153890.0,530.0,7212.0,2.0,"B+",3370.0,940.0,280.1652,570.0,"3.6 s","",-1.81,2.348,3.37,10.145084 " ",168,112,280,"Cn "," -a",155700.0,580.0,7202.0,2.0,"B+",1810.0,790.0,280.16715,630.0,"None","None",-5.44,0.788,1.81,10.735084 " ",167,113,280,"Nh "," x",161140.0,400.0,7180.0,1.0,"B+",5440.0,710.0,280.17299,430.0,"None","None",0.0,4.418,5.44,11.225084 "0",171,110,281,"Ds "," -a",153430.0,580.0,7219.0,2.0," ","*","*",281.16472,620.0,"13 s","",-1.87,0.0,0.0,9.515084 " ",170,111,281,"Rg "," -a",155300.0,810.0,7210.0,3.0,"B+",1870.0,990.0,281.16672,870.0,"17 s","",-2.72,0.848,1.87,9.905084 " ",169,112,281,"Cn "," -a",158020.0,390.0,7197.0,1.0,"B+",2720.0,890.0,281.16964,420.0,"0.13 s","",-3.79,1.698,2.72,10.455084 " ",168,113,281,"Nh "," x",161810.0,300.0,7181.0,1.0,"B+",3790.0,490.0,281.17371,320.0,"None","None",0.0,2.768,3.79,11.045084 "0",171,111,282,"Rg "," -a",157800.0,650.0,7204.0,2.0," ","*","*",282.16941,700.0,"0.5 s","",-1.18,0.0,0.0,9.635084 " ",170,112,282,"Cn "," -a",158980.0,660.0,7197.0,2.0,"B+",1180.0,930.0,282.17067,700.0,"None","None",-4.75,0.158,1.18,10.175084 " ",169,113,282,"Nh "," -a",163730.0,360.0,7177.0,1.0,"B+",4750.0,750.0,282.17577,390.0,"None","None",0.0,3.728,4.75,10.785084 "0",172,111,283,"Rg "," -a",159280.0,700.0,7202.0,2.0," ","*","*",283.171,750.0,"None","None",-2.21,0.0,0.0,9.355084 " ",171,112,283,"Cn "," -a",161490.0,610.0,7191.0,2.0,"B+",2210.0,930.0,283.17336,650.0,"None","None",-3.22,1.188,2.21,9.935084 " ",170,113,283,"Nh "," -a",164710.0,440.0,7177.0,2.0,"B+",3220.0,750.0,283.17682,470.0,"None","None",0.0,2.198,3.22,10.505084 "0",172,112,284,"Cn "," -a",162550.0,810.0,7190.0,3.0," ","*","*",284.1745,870.0,"None","None",-4.04,0.0,0.0,9.605084 " ",171,113,284,"Nh "," -a",166590.0,530.0,7173.0,2.0,"B+",4050.0,970.0,284.17884,570.0,"None","None",-2.33,3.018,4.04,10.275084 " ",170,114,284,"Fl "," -a",168920.0,660.0,7162.0,2.0,"B+",2330.0,850.0,284.18134,700.0,"2.5 ms","0+",0.0,1.308,2.33,10.795084 "0",173,112,285,"Cn "," -a",165170.0,580.0,7184.0,2.0," ","*","*",285.17732,620.0,"None","None",-2.56,0.0,0.0,9.315084 " ",172,113,285,"Nh "," -a",167730.0,810.0,7173.0,3.0,"B+",2560.0,1000.0,285.18007,870.0,"None","None",-3.27,1.538,2.56,10.005084 " ",171,114,285,"Fl "," -a",171000.0,390.0,7158.0,1.0,"B+",3270.0,900.0,285.18358,420.0,"0.15 s","",0.0,2.248,3.27,10.555084 "0",173,113,286,"Nh "," -a",170010.0,660.0,7168.0,2.0," ","*","*",286.18252,700.0,"None","None",-1.76,0.0,0.0,9.785084 " ",172,114,286,"Fl "," -a",171770.0,660.0,7159.0,2.0,"B+",1760.0,930.0,286.18441,710.0,"None","None",0.0,0.738,1.76,10.365084 "0",174,113,287,"Nh "," -a",171250.0,730.0,7167.0,3.0," ","*","*",287.18384,780.0,"None","None",-2.82,0.0,0.0,9.545084 " ",173,114,287,"Fl "," -a",174070.0,610.0,7154.0,2.0,"B+",2830.0,950.0,287.18688,660.0,"None","None",-3.83,1.798,2.82,10.155084 " ",172,115,287,"Mc "," -a",177900.0,440.0,7138.0,2.0,"B+",3820.0,750.0,287.19098,470.0,"None","None",0.0,2.808,3.83,10.765084 "0",174,114,288,"Fl "," -a",175040.0,810.0,7154.0,3.0," ","*","*",288.18792,870.0,"None","None",-4.73,0.0,0.0,10.065084 " ",173,115,288,"Mc "," -a",179770.0,540.0,7135.0,2.0,"B+",4730.0,970.0,288.19299,580.0,"None","None",0.0,3.708,4.73,10.755084 "0",175,114,289,"Fl "," -a",177560.0,580.0,7148.0,2.0," ","*","*",289.19062,630.0,"None","None",-3.11,0.0,0.0,9.965084 " ",174,115,289,"Mc "," -a",180670.0,810.0,7135.0,3.0,"B+",3100.0,1000.0,289.19395,870.0,"None","None",-3.86,2.088,3.11,10.515084 " ",173,116,289,"Lv "," -a",184530.0,490.0,7119.0,2.0,"B+",3860.0,950.0,289.1981,530.0,"None","None",0.0,2.838,3.86,11.105084 "0",175,115,290,"Mc "," -a",182890.0,660.0,7130.0,2.0," ","*","*",290.19635,710.0,"None","None",-2.31,0.0,0.0,10.455084 " ",174,116,290,"Lv "," -a",185200.0,660.0,7120.0,2.0,"B+",2300.0,930.0,290.19882,710.0,"None","None",0.0,1.288,2.31,11.005084 "0",176,115,291,"Mc "," -a",183990.0,780.0,7130.0,3.0," ","*","*",291.19752,840.0,"None","None",-3.4,0.0,0.0,10.315084 " ",175,116,291,"Lv "," -a",187390.0,610.0,7116.0,2.0,"B+",3400.0,1000.0,291.20117,660.0,"None","None",-4.41,2.378,3.4,10.895084 " ",174,117,291,"Ts "," -a",191800.0,590.0,7098.0,2.0,"B+",4410.0,850.0,291.20591,640.0,"None","None",0.0,3.388,4.41,11.475084 "0",176,116,292,"Lv "," -a",188240.0,810.0,7116.0,3.0," ","*","*",292.20209,870.0,"None","None",-5.34,0.0,0.0,10.775084 " ",175,117,292,"Ts "," -a",193580.0,670.0,7095.0,2.0,"B+",5330.0,1050.0,292.20781,720.0,"None","None",0.0,4.318,5.34,11.385084 "0",177,116,293,"Lv "," -a",190670.0,590.0,7111.0,2.0," ","*","*",293.20469,630.0,"None","None",-3.72,0.0,0.0,10.685084 " ",176,117,293,"Ts "," -a",194390.0,810.0,7095.0,3.0,"B+",3720.0,1000.0,293.20868,870.0,"None","None",-4.48,2.698,3.72,11.295084 " ",175,118,293,"Og "," -a",198870.0,700.0,7077.0,2.0,"B+",4490.0,1070.0,293.2135,750.0,"None","None",0.0,3.458,4.48,11.915084 "0",177,117,294,"Ts "," -a",196520.0,660.0,7092.0,2.0," ","*","*",294.21097,710.0,"None","None",-2.94,0.0,0.0,11.205084 " ",176,118,294,"Og "," -a",199460.0,660.0,7079.0,2.0,"B+",2940.0,940.0,294.21413,710.0,"None","None",0.0,1.918,2.94,11.835084 "0",177,118,295,"Og "," -a",201510.0,640.0,7075.0,2.0," ","*","*",295.21633,690.0,"None","None",0.0,0.0,0.0,11.695084 % % %<*csv2> Z,SYM,NAME 1,H,Hydrogen 2,He,Helium 3,Li,Lithium 4,Be,Beryllium 5,B,Boron 6,C,Carbon 7,N,Nitrogen 8,O,Oxygen 9,F,Fluorine 10,Ne,Neon 11,Na,Sodium 12,Mg,Magnesium 13,Al,Aluminum 14,Si,Silicon 15,P,Phosphorus 16,S,Sulfur 17,Cl,Chlorine 18,Ar,Argon 19,K,Potassium 20,Ca,Calcium 21,Sc,Scandium 22,Ti,Titanium 23,V,Vanadium 24,Cr,Chromium 25,Mn,Manganese 26,Fe,Iron 27,Co,Cobalt 28,Ni,Nickel 29,Cu,Copper 30,Zn,Zinc 31,Ga,Gallium 32,Ge,Germanium 33,As,Arsenic 34,Se,Selenium 35,Br,Bromine 36,Kr,Krypton 37,Rb,Rubidium 38,Sr,Strontium 39,Y,Yttrium 40,Zr,Zirconium 41,Nb,Niobium 42,Mo,Molybdenum 43,Tc,Technetium 44,Ru,Ruthenium 45,Rh,Rhodium 46,Pd,Palladium 47,Ag,Silver 48,Cd,Cadmium 49,In,Indium 50,Sn,Tin 51,Sb,Antimony 52,Te,Tellurium 53,I,Iodine 54,Xe,Xenon 55,Cs,Cesium 56,Ba,Barium 57,La,Lanthanum 58,Ce,Cerium 59,Pr,Praseodymium 60,Nd,Neodymium 61,Pm,Promethium 62,Sm,Samarium 63,Eu,Europium 64,Gd,Gadolinium 65,Tb,Terbium 66,Dy,Dysprosium 67,Ho,Holmium 68,Er,Erbium 69,Tm,Thulium 70,Yb,Ytterbium 71,Lu,Lutetium 72,Hf,Hafnium 73,Ta,Tantalum 74,W,Tungsten 75,Re,Rhenium 76,Os,Osmium 77,Ir,Iridium 78,Pt,Platinum 79,Au,Gold 80,Hg,Mercury 81,Tl,Thallium 82,Pb,Lead 83,Bi,Bismuth 84,Po,Polonium 85,At,Astatine 86,Rn,Radon 87,Fr,Francium 88,Ra,Radium 89,Ac,Actinium 90,Th,Thorium 91,Pa,Protactinium 92,U,Uranium 93,Np,Neptunium 94,Pu,Plutonium 95,Am,Americium 96,Cm,Curium 97,Bk,Berkelium 98,Cf,Californium 99,Es,Einsteinium 100,Fm,Fermium 101,Md,Mendelevium 102,No,Nobelium 103,Lr,Lawrencium 104,Rf,Rutherfordium 105,Db,Dubnium 106,Sg,Seaborgium 107,Bh,Bohrium 108,Hs,Hassium 109,Mt,Meitnerium 110,Ds,Darmstadtium 111,Rg,Roentgenium 112,Cn,Copernicium 113,Nh,Nihonium 114,Fl,Flerovium 115,Mc,Moscovium 116,Lv,Livermorium 117,Ts,Tennessine 118,Og,Oganesson % % \fi %\Finale