nuclearmasses.io.ame_reaction_1_fileΒΆ

The ame_reaction_1_file module defines the AMEReactionOneLayout and AMEReactionOneFile classes. The AMEreactionOneLayout 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 AMEReactionOneFile 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

AMEReactionOneFile(year)

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

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

Storage class for the most common data in the AME Reaction 1 data file.