Class ReflnSysAbs

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ReflnSysAbs
    extends BaseCategory
    Data items in the REFLN_SYS_ABS category record details about the reflection data that should be systematically absent, given the designated space group.
    • Constructor Detail

      • ReflnSysAbs

        public ReflnSysAbs​(String name,
                           int rowCount,
                           Object[] encodedColumns)
      • ReflnSysAbs

        public ReflnSysAbs​(String name)
    • Method Detail

      • getI

        public FloatColumn getI()
        The measured value of the intensity in arbitrary units.
        Returns:
        FloatColumn
      • getIOverSigmaI

        public FloatColumn getIOverSigmaI()
        The ratio of _refln_sys_abs.I to _refln_sys_abs.sigmaI. Used to evaluate whether a reflection that should be systematically absent according to the designated space group is in fact absent.
        Returns:
        FloatColumn
      • getIndexH

        public IntColumn getIndexH()
        Miller index h of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.
        Returns:
        IntColumn
      • getIndexK

        public IntColumn getIndexK()
        Miller index k of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.
        Returns:
        IntColumn
      • getIndexL

        public IntColumn getIndexL()
        Miller index l of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.
        Returns:
        IntColumn
      • getSigmaI

        public FloatColumn getSigmaI()
        The standard uncertainty (estimated standard deviation) of _refln_sys_abs.I in arbitrary units.
        Returns:
        FloatColumn