nuclearmasses.io.ame_mass_fileΒΆ

The ame_mass_file module defines the AMEMassLayout and AMEMassFile classes. The AMEMassLayout 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 AMEMassFile class uses the year, passed as a parameter, to update the values as required.

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

Classes

AMEMassFile(year)

Storage class for the year specific data in the AME mass data file.

AMEMassLayout(*[, HEADER, FOOTER, START_Z, ...])

Storage class for the most common data in the AME mass data file.