Package org.rcsb.cif.schema.core
Class ExptlAbsorpt
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.ExptlAbsorpt
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ExptlAbsorpt
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to specify the experimental details
of the absorption measurements and corrections to the diffraction
data.
-
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 ExptlAbsorpt(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetCoefficientMu()Absorption coefficient mu calculated from the atomic content of the cell, the density and the radiation wavelength.FloatColumngetCorrectionTMax()Maximum transmission factor for the crystal and radiation applied to the measured intensities, it includes the correction for absorption by the specimen mount and diffractometer as well as by the specimen itself.FloatColumngetCorrectionTMin()Maximum transmission factor for the crystal and radiation applied to the measured intensities, it includes the correction for absorption by the specimen mount and diffractometer as well as by the specimen itself.StrColumngetCorrectionType()Code identifying the absorption correction type and method.StrColumngetProcessDetails()Description of the absorption correction process applied to the measured intensities.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCoefficientMu
Absorption coefficient mu calculated from the atomic content of the cell, the density and the radiation wavelength.- Returns:
- FloatColumn
-
getCorrectionTMax
Maximum transmission factor for the crystal and radiation applied to the measured intensities, it includes the correction for absorption by the specimen mount and diffractometer as well as by the specimen itself. These values give the transmission (T) factor by which measured intensities have been REDUCED due to absorption. Sometimes referred to as absorption correction A or 1/A* (see "Crystal Structure Analysis for Chemists and Biologists" by J.P. Glusker et al., Wiley)- Returns:
- FloatColumn
-
getCorrectionTMin
Maximum transmission factor for the crystal and radiation applied to the measured intensities, it includes the correction for absorption by the specimen mount and diffractometer as well as by the specimen itself. These values give the transmission (T) factor by which measured intensities have been REDUCED due to absorption. Sometimes referred to as absorption correction A ori 1/A* (see "Crystal Structure Analysis for Chemists and Biologists" by J.P. Glusker et al., Wiley)- Returns:
- FloatColumn
-
getCorrectionType
Code identifying the absorption correction type and method. The 'empirical' approach should NOT be used if more detailed information on the crystal shape is available.- Returns:
- StrColumn
-
getProcessDetails
Description of the absorption correction process applied to the measured intensities. A literature reference should be supplied for psi-scan or multi-scan techniques.- Returns:
- StrColumn
-