Update openmc/mgxs/mgxs.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Miriam (Rathbun) Kreher 2020-08-15 22:32:35 -06:00 committed by GitHub
parent 4c0b6282f6
commit 5665b4a90b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6200,8 +6200,10 @@ class MeshSurfaceMGXS(MGXS):
def get_pandas_dataframe(self, groups='all', nuclides='all',
xs_type='macro', paths=True):
"""Build a Pandas DataFrame for the MGXS data.
This method leverages :meth:`openmc.Tally.get_pandas_dataframe`, but
renames the columns with terminology appropriate for cross section data.
Parameters
----------
groups : Iterable of Integral or 'all'