Class ReflnSysAbs

java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ReflnSysAbs
All Implemented Interfaces:
Category

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ReflnSysAbs
extends DelegatingCategory
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 Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • 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