Package org.rcsb.cif.schema.mm
Class Diffrn
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Diffrn
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Diffrn
extends DelegatingCategory
Data items in the DIFFRN category record details about the
diffraction data and their measurement.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAmbientEnvironment()The gas or liquid surrounding the sample, if not air.FloatColumngetAmbientPressure()The mean hydrostatic pressure in kilopascals at which the intensities were measured.FloatColumngetAmbientPressureEsd()The estimated standard deviation of _diffrn.ambient_pressure.FloatColumngetAmbientPressureGt()The mean hydrostatic pressure in kilopascals above which the intensities were measured.FloatColumngetAmbientPressureLt()The mean hydrostatic pressure in kilopascals below which the intensities were measured.FloatColumngetAmbientTemp()The mean temperature in kelvins at which the intensities were measured.StrColumngetAmbientTempDetails()A description of special aspects of temperature control during data collection.FloatColumngetAmbientTempEsd()The standard uncertainty (estimated standard deviation) of _diffrn.ambient_temp.FloatColumngetAmbientTempGt()The mean temperature in kelvins above which the intensities were measured.FloatColumngetAmbientTempLt()The mean temperature in kelvins below which the intensities were measured.StrColumngetCrystalId()This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.StrColumngetCrystalSupport()The physical device used to support the crystal during data collection.StrColumngetCrystalTreatment()Remarks about how the crystal was treated prior to intensity measurement.StrColumngetDetails()Special details of the diffraction measurement process.StrColumngetId()This data item uniquely identifies a set of diffraction data.StrColumngetPdbxSerialCrystalExperiment()Y/N if using serial crystallography experiment in which multiple crystals contribute to each diffraction frame in the experiment.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAmbientEnvironment
The gas or liquid surrounding the sample, if not air.- Returns:
- StrColumn
-
getAmbientTemp
The mean temperature in kelvins at which the intensities were measured.- Returns:
- FloatColumn
-
getAmbientTempDetails
A description of special aspects of temperature control during data collection.- Returns:
- StrColumn
-
getAmbientTempEsd
The standard uncertainty (estimated standard deviation) of _diffrn.ambient_temp.- Returns:
- FloatColumn
-
getCrystalId
This data item is a pointer to _exptl_crystal.id in the EXPTL_CRYSTAL category.- Returns:
- StrColumn
-
getCrystalSupport
The physical device used to support the crystal during data collection.- Returns:
- StrColumn
-
getCrystalTreatment
Remarks about how the crystal was treated prior to intensity measurement. Particularly relevant when intensities were measured at low temperature.- Returns:
- StrColumn
-
getDetails
Special details of the diffraction measurement process. Should include information about source instability, crystal motion, degradation and so on.- Returns:
- StrColumn
-
getId
This data item uniquely identifies a set of diffraction data.- Returns:
- StrColumn
-
getAmbientPressure
The mean hydrostatic pressure in kilopascals at which the intensities were measured.- Returns:
- FloatColumn
-
getAmbientPressureEsd
The estimated standard deviation of _diffrn.ambient_pressure.- Returns:
- FloatColumn
-
getAmbientPressureGt
The mean hydrostatic pressure in kilopascals above which the intensities were measured. _diffrn.ambient_pressure_gt and _diffrn.ambient_pressure_lt allow a pressure range to be given. _diffrn.ambient_pressure should always be used in preference to these two items whenever possible.- Returns:
- FloatColumn
-
getAmbientPressureLt
The mean hydrostatic pressure in kilopascals below which the intensities were measured. _diffrn.ambient_pressure_gt and _diffrn.ambient_pressure_lt allow a pressure range to be given. _diffrn.ambient_pressure should always be used in preference to these two items whenever possible.- Returns:
- FloatColumn
-
getAmbientTempGt
The mean temperature in kelvins above which the intensities were measured. _diffrn.ambient_temp_gt and _diffrn.ambient_temp_lt allow a range of temperatures to be given. _diffrn.ambient_temp should always be used in preference to these two items whenever possible.- Returns:
- FloatColumn
-
getAmbientTempLt
The mean temperature in kelvins below which the intensities were measured. _diffrn.ambient_temp_gt and _diffrn.ambient_temp_lt allow a range of temperatures to be given. _diffrn.ambient_temp should always be used in preference to these two items whenever possible.- Returns:
- FloatColumn
-
getPdbxSerialCrystalExperiment
Y/N if using serial crystallography experiment in which multiple crystals contribute to each diffraction frame in the experiment.- Returns:
- StrColumn
-