Class PhasingSetRefln

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

@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingSetRefln
extends DelegatingCategory
Data items in the PHASING_SET_REFLN category record the values of the measured structure factors used in a phasing experiment. This list may contain information from a number of different data sets; _phasing_set_refln.set_id indicates the data set to which a given record corresponds.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getSetId

      public StrColumn getSetId()
      This data item is a pointer to _phasing_set.id in the PHASING_SET category.
      Returns:
      StrColumn
    • getFMeas

      public FloatColumn getFMeas()
      The measured value of the structure factor for this reflection in this data set in electrons.
      Returns:
      FloatColumn
    • getFMeasAu

      public FloatColumn getFMeasAu()
      The measured value of the structure factor for this reflection in this data set in arbitrary units.
      Returns:
      FloatColumn
    • getFMeasSigma

      public FloatColumn getFMeasSigma()
      The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas in electrons.
      Returns:
      FloatColumn
    • getFMeasSigmaAu

      public FloatColumn getFMeasSigmaAu()
      The standard uncertainty (estimated standard deviation) of _phasing_set_refln.F_meas_au in arbitrary units.
      Returns:
      FloatColumn
    • getIndexH

      public IntColumn getIndexH()
      Miller index h of this reflection in this data set.
      Returns:
      IntColumn
    • getIndexK

      public IntColumn getIndexK()
      Miller index k of this reflection in this data set.
      Returns:
      IntColumn
    • getIndexL

      public IntColumn getIndexL()
      Miller index l of this reflection in this data set.
      Returns:
      IntColumn