Package org.rcsb.cif.schema.core
Class CellMeasurement
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.CellMeasurement
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class CellMeasurement
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to describe the angles between
the axes in the crystal unit cell.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description CellMeasurement(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetPressure()The pressure at which the unit-cell parameters were measured (not the pressure used to synthesize the sample).FloatColumngetPressureEsd()The standard uncertainty of the pressure at which the unit-cell parameters were measured.FloatColumngetPressureSu()The standard uncertainty of the pressure at which the unit-cell parameters were measured.StrColumngetRadiation()Description of the radiation used to measure the unit-cell data.IntColumngetReflnsUsed()Total number of reflections used to determine the unit cell.FloatColumngetTemp()The temperature at which the unit-cell parameters were measured (not the temperature of synthesis).FloatColumngetTemperature()The temperature at which the unit-cell parameters were measured (not the temperature of synthesis).FloatColumngetTemperatureSu()The standard uncertainty of the temperature of at which the unit-cell parameters were measured.FloatColumngetTempEsd()The standard uncertainty of the temperature of at which the unit-cell parameters were measured.FloatColumngetThetaMax()Maximum theta scattering angle of reflections used to measure the crystal unit cell.FloatColumngetThetaMin()Minimum theta scattering angle of reflections used to measure the crystal unit cell.FloatColumngetWavelength()Wavelength of the radiation used to measure the unit cell.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getPressure
The pressure at which the unit-cell parameters were measured (not the pressure used to synthesize the sample).- Returns:
- FloatColumn
-
getRadiation
Description of the radiation used to measure the unit-cell data.- Returns:
- StrColumn
-
getReflnsUsed
Total number of reflections used to determine the unit cell. The reflections may be specified as cell_measurement_refln items.- Returns:
- IntColumn
-
getThetaMax
Maximum theta scattering angle of reflections used to measure the crystal unit cell.- Returns:
- FloatColumn
-
getThetaMin
Minimum theta scattering angle of reflections used to measure the crystal unit cell.- Returns:
- FloatColumn
-
getWavelength
Wavelength of the radiation used to measure the unit cell. If this is not specified, the wavelength is assumed to be the same as that given in _diffrn_radiation_wavelength.value- Returns:
- FloatColumn
-
getPressureEsd
The standard uncertainty of the pressure at which the unit-cell parameters were measured.- Returns:
- FloatColumn
-
getPressureSu
The standard uncertainty of the pressure at which the unit-cell parameters were measured.- Returns:
- FloatColumn
-
getTemp
The temperature at which the unit-cell parameters were measured (not the temperature of synthesis).- Returns:
- FloatColumn
-
getTemperature
The temperature at which the unit-cell parameters were measured (not the temperature of synthesis).- Returns:
- FloatColumn
-
getTempEsd
The standard uncertainty of the temperature of at which the unit-cell parameters were measured.- Returns:
- FloatColumn
-
getTemperatureSu
The standard uncertainty of the temperature of at which the unit-cell parameters were measured.- Returns:
- FloatColumn
-