Package org.rcsb.cif.schema.mm
Class Exptl
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Exptl
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Exptl
extends DelegatingCategory
Data items in the EXPTL category record details about the
experimental work prior to the intensity measurements and
details about the absorption-correction technique employed.
-
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)FloatColumngetAbsorptCoefficientMu()The absorption coefficient mu in reciprocal millimetres calculated from the atomic content of the cell, the density and the radiation wavelength.FloatColumngetAbsorptCorrectionTMax()The maximum transmission factor for the crystal and radiation.FloatColumngetAbsorptCorrectionTMin()The minimum transmission factor for the crystal and radiation.StrColumngetAbsorptCorrectionType()The absorption correction type and method.StrColumngetAbsorptProcessDetails()Description of the absorption process applied to the intensities.IntColumngetCrystalsNumber()The total number of crystals used in the measurement of intensities.StrColumngetDetails()Any special information about the experimental work prior to the intensity measurement.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetMethod()The method used in the experiment.StrColumngetMethodDetails()A description of special aspects of the experimental method.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAbsorptCoefficientMu
The absorption coefficient mu in reciprocal millimetres calculated from the atomic content of the cell, the density and the radiation wavelength.- Returns:
- FloatColumn
-
getAbsorptCorrectionTMax
The maximum transmission factor for the crystal and radiation. The maximum and minimum transmission factors are also referred to as the absorption correction A or 1/A*.- Returns:
- FloatColumn
-
getAbsorptCorrectionTMin
The minimum transmission factor for the crystal and radiation. The maximum and minimum transmission factors are also referred to as the absorption correction A or 1/A*.- Returns:
- FloatColumn
-
getAbsorptCorrectionType
The absorption correction type and method. The value 'empirical' should NOT be used unless more detailed information is not available.- Returns:
- StrColumn
-
getAbsorptProcessDetails
Description of the absorption process applied to the intensities. A literature reference should be supplied for psi-scan techniques.- Returns:
- StrColumn
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getCrystalsNumber
The total number of crystals used in the measurement of intensities.- Returns:
- IntColumn
-
getDetails
Any special information about the experimental work prior to the intensity measurement. See also _exptl_crystal.preparation.- Returns:
- StrColumn
-
getMethod
The method used in the experiment.- Returns:
- StrColumn
-
getMethodDetails
A description of special aspects of the experimental method.- Returns:
- StrColumn
-