CompareAtomic
Simple routine to determine differences between files read in two sets of atomic data.
Command line usage (if any):
usage: CompareAtomic.py masterfile1 mastefile2
Description:
Routine parses each of two master files, eliminating all the comments and blanck lines and simply looks to see what files are read in by each masterfile.
It checks what files would be read in from the first file, that are not in the second file, and then caries out the chck in the opposite direction.
The results, which include the line no of a file in the original masterfiles are printed to the screen.
Primary routines:
doit
Notes:
The routine does not tell one if the files that are read in are actually used, just that they will be read in if Python uses this atomic data file
History:
240510 ksl Coding begun
Functions
|
|
|
|
|
Read a set of atomic data, ignoing comments and blank lines. |