rings_dict#
- property Structure.rings_dict: dict[int, DataFrame]#
Get a dictionary of dataframes of rings, grouped by ring ID.
Computed once on-demand if self.allhkls is preset. Intensities are included!
- Returns:
dict[int,pd.DataFrame]– {nrings} Dict of {ring_id: dataframe}- Raises:
AttributeError – If the scattering table hasn’t been generated yet via
make_hkls().