Package org.rcsb.cif.model.generated
Class Exptl
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Exptl
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Exptl extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getAbsorptCoefficientMu
public FloatColumn 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
public 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
public 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
public StrColumn getAbsorptCorrectionType()
The absorption correction type and method. The value 'empirical' should NOT be used unless more detailed information is not available.- Returns:
- StrColumn
-
getAbsorptProcessDetails
public StrColumn getAbsorptProcessDetails()
Description of the absorption process applied to the intensities. A literature reference should be supplied for psi-scan techniques.- Returns:
- StrColumn
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getCrystalsNumber
public IntColumn getCrystalsNumber()
The total number of crystals used in the measurement of intensities.- Returns:
- IntColumn
-
getDetails
public StrColumn getDetails()
Any special information about the experimental work prior to the intensity measurement. See also _exptl_crystal.preparation.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used in the experiment.- Returns:
- StrColumn
-
getMethodDetails
public StrColumn getMethodDetails()
A description of special aspects of the experimental method.- Returns:
- StrColumn
-
-