Class DiffrnStandardRefln

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DiffrnStandardRefln
    extends BaseCategory
    Data items in the DIFFRN_STANDARD_REFLN category record details about the reflections treated as standards during the measurement of a set of diffraction intensities. Note that these are the individual standard reflections, not the results of the analysis of the standard reflections.
    • Constructor Detail

      • DiffrnStandardRefln

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

        public DiffrnStandardRefln​(String name)
    • Method Detail

      • getCode

        public StrColumn getCode()
        The code identifying a reflection measured as a standard reflection with the indices _diffrn_standard_refln.index_h, _diffrn_standard_refln.index_k and _diffrn_standard_refln.index_l. This is the same code as the _diffrn_refln.standard_code in the DIFFRN_REFLN list.
        Returns:
        StrColumn
      • getDiffrnId

        public StrColumn getDiffrnId()
        This data item is a pointer to _diffrn.id in the DIFFRN category.
        Returns:
        StrColumn
      • getIndexH

        public IntColumn getIndexH()
        Miller index h of a standard reflection used in the diffraction measurement process.
        Returns:
        IntColumn
      • getIndexK

        public IntColumn getIndexK()
        Miller index k of a standard reflection used in the diffraction measurement process.
        Returns:
        IntColumn
      • getIndexL

        public IntColumn getIndexL()
        Miller index l of a standard reflection used in the diffraction measurement process.
        Returns:
        IntColumn