Structure#
- class anri.crystal.Structure(dd_crystal)[source]#
Bases:
CrystalA
Crystal()with someSymmetry()and some atoms.Attributes
Get an array of per-ring d* values.
Get a dictionary of ring HKLs, keyed by d*, just like ImageD11.
Get all hkls with meaningful intensities as a single array.
Get an array of per-ring multiplicities.
Get a dictionary of dataframes of rings, grouped by ring ID.
Get a dataframe of HKLs with meaningful intensities.
Get an array of per-ring two-theta values.
Methods
Structure.from_cif(filename)Load a
Structure()from a CIF file.