Class DiffrnRadiationWavelength

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class DiffrnRadiationWavelength
    extends BaseCategory
    Data items in the DIFFRN_RADIATION_WAVELENGTH category describe the wavelength of the radiation used to measure the diffraction intensities. Items may be looped to identify and assign weights to distinct components of a polychromatic beam.
    • Constructor Detail

      • DiffrnRadiationWavelength

        public DiffrnRadiationWavelength​(String name,
                                         Map<String,​Column> columns)
      • DiffrnRadiationWavelength

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

        public DiffrnRadiationWavelength​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The code identifying each value of _diffrn_radiation_wavelength.wavelength. Items in the DIFFRN_RADIATION_WAVELENGTH category are looped when multiple wavelengths are used. This code is used to link with the DIFFRN_REFLN category. The _diffrn_refln.wavelength_id codes must match one of the codes defined in this category.
        Returns:
        StrColumn
      • getWavelength

        public FloatColumn getWavelength()
        The radiation wavelength in angstroms.
        Returns:
        FloatColumn
      • getWt

        public FloatColumn getWt()
        The relative weight of a wavelength identified by the code _diffrn_radiation_wavelength.id in the list of wavelengths.
        Returns:
        FloatColumn