Package org.rcsb.cif.schema.core
Class RefineDiff
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.RefineDiff
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class RefineDiff
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the electron density limits
in a difference Fourier map after the structure has been refined. The
rms value is with respect to the arithmetic mean density, and is derived
from summations over each grid point in the asymmetric unit of the cell.
-
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 RefineDiff(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetDensityMax()Maximum density value in a difference Fourier map.FloatColumngetDensityMaxSu()Standard Uncertainty of the Maximum density value in a difference Fourier map.FloatColumngetDensityMin()Miniumum density value in a difference Fourier map.FloatColumngetDensityMinSu()Standard Uncertainty of the Miniumum density value in a difference Fourier map.FloatColumngetDensityRms()Root mean square density value in a difference Fourier map.FloatColumngetDensityRmsSu()Standard Uncertainty of the Root mean square density value in a difference Fourier map.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getDensityMax
Maximum density value in a difference Fourier map.- Returns:
- FloatColumn
-
getDensityMaxSu
Standard Uncertainty of the Maximum density value in a difference Fourier map.- Returns:
- FloatColumn
-
getDensityMin
Miniumum density value in a difference Fourier map.- Returns:
- FloatColumn
-
getDensityMinSu
Standard Uncertainty of the Miniumum density value in a difference Fourier map.- Returns:
- FloatColumn
-
getDensityRms
Root mean square density value in a difference Fourier map. This value is measured with respect to the arithmetic mean density and is derived from summations over each grid point in the asymmetric unit of the cell. This quantity is useful for assessing the significance of *_min and *_max values, and also for defining suitable contour levels.- Returns:
- FloatColumn
-
getDensityRmsSu
Standard Uncertainty of the Root mean square density value in a difference Fourier map.- Returns:
- FloatColumn
-