Package org.rcsb.cif.schema.mm
Class PhasingSet
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingSet
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingSet
extends DelegatingCategory
Data items in the PHASING_SET category record details about
the data sets used in a phasing experiment. A given data set
may be used in a number of different ways; for instance, a
single data set could be used both as an isomorphous derivative
and as a component of a multiple-wavelength calculation. This
category establishes identifiers for each data set and permits
the archiving of a subset of experimental information for each
data set (cell constants, wavelength, temperature etc.).
This and related categories of data items are provided so that
derivative intensity and phase information can be stored in
the same data block as the information for the refined
structure.
If all the possible experimental information for each data
set (raw data sets, crystal growth conditions etc.) is to be
archived, these data items should be recorded in a separate
data block.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PhasingSet(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCellAngleAlpha()Unit-cell angle alpha for this data set in degrees.FloatColumngetCellAngleBeta()Unit-cell angle beta for this data set in degrees.FloatColumngetCellAngleGamma()Unit-cell angle gamma for this data set in degrees.FloatColumngetCellLengthA()Unit-cell length a for this data set in angstroms.FloatColumngetCellLengthB()Unit-cell length b for this data set in angstroms.FloatColumngetCellLengthC()Unit-cell length c for this data set in angstroms.StrColumngetDetectorSpecific()The particular radiation detector.StrColumngetDetectorType()The general class of the radiation detector.StrColumngetId()The value of _phasing_set.id must uniquely identify a record in the PHASING_SET list.FloatColumngetPdbxDResHigh()The smallest value in angstroms for the interplanar spacings for the reflections in this shell.FloatColumngetPdbxDResLow()The highest value in angstroms for the interplanar spacings for the reflections in this shell.StrColumngetPdbxTempDetails()The value of _phasing_set.pdbx_temp_details describes any special details about the data collection temperature for this phasing data set.StrColumngetRadiationSourceSpecific()The particular source of radiation.FloatColumngetRadiationWavelength()The mean wavelength of the radiation used to measure this data set.FloatColumngetTemp()The temperature in kelvins at which the data set was measured.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCellAngleAlpha
Unit-cell angle alpha for this data set in degrees.- Returns:
- FloatColumn
-
getCellAngleBeta
Unit-cell angle beta for this data set in degrees.- Returns:
- FloatColumn
-
getCellAngleGamma
Unit-cell angle gamma for this data set in degrees.- Returns:
- FloatColumn
-
getCellLengthA
Unit-cell length a for this data set in angstroms.- Returns:
- FloatColumn
-
getCellLengthB
Unit-cell length b for this data set in angstroms.- Returns:
- FloatColumn
-
getCellLengthC
Unit-cell length c for this data set in angstroms.- Returns:
- FloatColumn
-
getDetectorSpecific
The particular radiation detector. In general, this will be a manufacturer, description, model number or some combination of these.- Returns:
- StrColumn
-
getDetectorType
The general class of the radiation detector.- Returns:
- StrColumn
-
getId
The value of _phasing_set.id must uniquely identify a record in the PHASING_SET list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getRadiationSourceSpecific
The particular source of radiation. In general, this will be a manufacturer, description, or model number (or some combination of these) for laboratory sources and an institution name and beamline name for synchrotron sources.- Returns:
- StrColumn
-
getRadiationWavelength
The mean wavelength of the radiation used to measure this data set.- Returns:
- FloatColumn
-
getTemp
The temperature in kelvins at which the data set was measured.- Returns:
- FloatColumn
-
getPdbxTempDetails
The value of _phasing_set.pdbx_temp_details describes any special details about the data collection temperature for this phasing data set.- Returns:
- StrColumn
-
getPdbxDResHigh
The smallest value in angstroms for the interplanar spacings for the reflections in this shell. This is called the highest resolution.- Returns:
- FloatColumn
-
getPdbxDResLow
The highest value in angstroms for the interplanar spacings for the reflections in this shell. This is called the lowest resolution.- Returns:
- FloatColumn
-