Class PhasingSetRefln

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PhasingSetRefln
    extends BaseCategory
    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 Detail

      • PhasingSetRefln

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

        public PhasingSetRefln​(String name)
    • Method Detail

      • 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