nuclearmasses.io.nubase_fileΒΆ

The nubase_file module defines the NUBASELayout and NUBASEFile classes. The NUBASELayout class acts like a base class, storing the original column names and the start and end positions of the values within the NUBASE data file. The positions change as time progress so the NUBASEFile class uses the year, passed as a parameter, to update the values as required.

Classes

NUBASEFile(year)

Storage class for the year specific data in the NUBASE data file.

NUBASELayout(*[, HEADER, FOOTER, START_A, ...])

Storage class for the original data in the NUBASE data file.