Class ReflnsScale

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ReflnsScale
    extends BaseCategory
    Data items in the REFLNS_SCALE category record details about the structure-factor scales. They are referenced from within the REFLN list through _refln.scale_group_code.
    • Constructor Detail

      • ReflnsScale

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

        public ReflnsScale​(String name)
    • Method Detail

      • getGroupCode

        public StrColumn getGroupCode()
        The code identifying a scale _reflns_scale.meas_F, _reflns_scale.meas_F_squared or _reflns_scale.meas_intensity. These are linked to the REFLN list by the _refln.scale_group_code. These codes need not correspond to those in the DIFFRN_SCALE list.
        Returns:
        StrColumn
      • getMeasF

        public FloatColumn getMeasF()
        A scale associated with _reflns_scale.group_code.
        Returns:
        FloatColumn
      • getMeasFSquared

        public FloatColumn getMeasFSquared()
        A scale associated with _reflns_scale.group_code.
        Returns:
        FloatColumn
      • getMeasIntensity

        public FloatColumn getMeasIntensity()
        A scale associated with _reflns_scale.group_code.
        Returns:
        FloatColumn