Class DiffrnReflnsClass

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DiffrnReflnsClass
    extends BaseCategory
    Data items in the DIFFRN_REFLNS_CLASS category record details about the classes of reflections measured in the diffraction experiment.
    • Constructor Detail

      • DiffrnReflnsClass

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

        public DiffrnReflnsClass​(String name)
    • Method Detail

      • getAvREq

        public FloatColumn getAvREq()
        For each reflection class, the residual [sum av|del(I)|/sum|av(I)|] for symmetry-equivalent reflections used to calculate the average intensity av(I). The av|del(I)| term is the average absolute difference between av(I) and the individual intensities.
        Returns:
        FloatColumn
      • getAvSgI_I

        public FloatColumn getAvSgI_I()
        Measure [sum|sigma(net I)|/sum|net I|] for all measured intensities in a reflection class.
        Returns:
        FloatColumn
      • getAvUI_I

        public FloatColumn getAvUI_I()
        Measure [sum|u(net I)|/sum|net I|] for all measured intensities in a reflection class.
        Returns:
        FloatColumn
      • getCode

        public StrColumn getCode()
        The code identifying a certain reflection class.
        Returns:
        StrColumn
      • getDescription

        public StrColumn getDescription()
        Description of each reflection class.
        Returns:
        StrColumn
      • getDResHigh

        public FloatColumn getDResHigh()
        The smallest value in angstroms for the interplanar spacings for the reflections in each measured reflection class. This is called the highest resolution for this reflection class.
        Returns:
        FloatColumn
      • getDResLow

        public FloatColumn getDResLow()
        The largest value in angstroms of the interplanar spacings for the reflections for each measured reflection class. This is called the lowest resolution for this reflection class.
        Returns:
        FloatColumn
      • getNumber

        public IntColumn getNumber()
        The total number of measured intensities for each reflection class, excluding the systematic absences arising from centring translations.
        Returns:
        IntColumn