Package org.rcsb.cif.schema.core
Class Exptl
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.Exptl
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Exptl
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to specify the experimental work
prior to diffraction measurements. These include crystallization
crystal measurements and absorption-correction techniques used..
-
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 Exptl(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetAbsorptCoefficientMu()Absorption coefficient mu calculated from the atomic content of the cell, the density and the radiation wavelength.FloatColumngetAbsorptCorrectionTMax()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.FloatColumngetAbsorptCorrectionTMin()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.StrColumngetAbsorptCorrectionType()Code identifying the absorption correction type and method.StrColumngetAbsorptProcessDetails()Description of the absorption correction process applied to the measured intensities.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.IntColumngetCrystalsNumber()Total number of crystals used in the measurement of intensities.StrColumngetDetails()Details of the experiment prior to intensity measurement.StrColumngetMethod()The method used in the experiment.StrColumngetMethodDetails()A description of special aspects of the experimental method.StrColumngetProcessDetails()Description of the absorption correction process applied to the measured intensities.StrColumngetSpecialDetails()Details of the experiment prior to intensity measurement.FloatColumngetTransmissionFactorMax()The calculated maximum value of the transmission factor for the specimen.FloatColumngetTransmissionFactorMin()The calculated minimum value of the transmission factor for the specimen.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCrystalsNumber
Total number of crystals used in the measurement of intensities.- Returns:
- IntColumn
-
getMethod
The method used in the experiment.- Returns:
- StrColumn
-
getMethodDetails
A description of special aspects of the experimental method.- Returns:
- StrColumn
-
getTransmissionFactorMax
The calculated maximum value of the transmission factor for the specimen. Its value does not include the effects of absorption in the specimen mount. The presence of this item does not imply that the structure factors have been corrected for absorption. For the applied correction see _exptl_absorpt.correction_T_max.- Returns:
- FloatColumn
-
getTransmissionFactorMin
The calculated minimum value of the transmission factor for the specimen. Its value does not include the effects of absorption in the specimen mount. The presence of this item does not imply that the structure factors have been corrected for absorption. For the applied correction see _exptl_absorpt.correction_T_min.- Returns:
- FloatColumn
-
getDetails
Details of the experiment prior to intensity measurement. See also _exptl_crystal.preparation- Returns:
- StrColumn
-
getSpecialDetails
Details of the experiment prior to intensity measurement. See also _exptl_crystal.preparation- Returns:
- StrColumn
-
getAbsorptCoefficientMu
Absorption coefficient mu calculated from the atomic content of the cell, the density and the radiation wavelength.- Returns:
- FloatColumn
-
getCoefficientMu
Absorption coefficient mu calculated from the atomic content of the cell, the density and the radiation wavelength.- Returns:
- FloatColumn
-
getAbsorptCorrectionTMax
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
-
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
-
getAbsorptCorrectionTMin
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
-
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
-
getAbsorptCorrectionType
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
-
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
-
getAbsorptProcessDetails
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
-
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
-