Class CellMeasurement

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class CellMeasurement
    extends BaseCategory
    Data items in the CELL_MEASUREMENT category record details about the measurement of the crystallographic cell parameters.
    • Constructor Detail

      • CellMeasurement

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

        public CellMeasurement​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        This data item is a pointer to _entry.id in the ENTRY category.
        Returns:
        StrColumn
      • getPressure

        public FloatColumn getPressure()
        The pressure in kilopascals at which the unit-cell parameters were measured (not the pressure at which the sample was synthesized).
        Returns:
        FloatColumn
      • getPressureEsd

        public FloatColumn getPressureEsd()
        The standard uncertainty (estimated standard deviation) of _cell_measurement.pressure.
        Returns:
        FloatColumn
      • getRadiation

        public StrColumn getRadiation()
        Description of the radiation used to measure the unit-cell data. See also _cell_measurement.wavelength.
        Returns:
        StrColumn
      • getReflnsUsed

        public IntColumn getReflnsUsed()
        The total number of reflections used to determine the unit cell. These reflections may be specified as CELL_MEASUREMENT_REFLN data items.
        Returns:
        IntColumn
      • getTemp

        public FloatColumn getTemp()
        The temperature in kelvins at which the unit-cell parameters were measured (not the temperature of synthesis).
        Returns:
        FloatColumn
      • getTempEsd

        public FloatColumn getTempEsd()
        The standard uncertainty (estimated standard deviation) of _cell_measurement.temp.
        Returns:
        FloatColumn
      • getThetaMax

        public FloatColumn getThetaMax()
        The maximum theta angle of reflections used to measure the unit cell in degrees.
        Returns:
        FloatColumn
      • getThetaMin

        public FloatColumn getThetaMin()
        The minimum theta angle of reflections used to measure the unit cell in degrees.
        Returns:
        FloatColumn
      • getWavelength

        public FloatColumn getWavelength()
        The wavelength in angstroms of the radiation used to measure the unit cell. If this is not specified, the wavelength is assumed to be that specified in the category DIFFRN_RADIATION_WAVELENGTH.
        Returns:
        FloatColumn