nuclearmasses.io.ame_reaction_2_fileΒΆ

The ame_reaction_2_file module defines the AMEReactionTwoLayout and AMEReactionTwoFile classes. The AMEreactionTwoLayout class acts like a base class, storing the common column names and the start and end positions of the values within the AME data file. The positions change as time progress so the AMEReactionTwoFile class uses the year, passed as a parameter, to update the values as required.

The years 1995, 2003, 2012 and 2016 have identical formatting so are used as the base, not the 1983 format.

Classes

AMEReactionTwoFile(year)

Storage class for the year specific data in the AME reaction 2 data file.

AMEReactionTwoLayout(*[, HEADER, FOOTER, ...])

Storage class for the most common data in the AME reaction 2 data file.