From 5665b4a90bd22e1f7715a2b1130fb951e604ed09 Mon Sep 17 00:00:00 2001 From: "Miriam (Rathbun) Kreher" Date: Sat, 15 Aug 2020 22:32:35 -0600 Subject: [PATCH] Update openmc/mgxs/mgxs.py Co-authored-by: Paul Romano --- openmc/mgxs/mgxs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 62b9d11d34..abeec20eb1 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -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'