Package org.rcsb.cif.schema.core
Class DiffrnStandard
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnStandard
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnStandard
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify information about the
standard reflections used in the diffraction measurement process.
-
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 DiffrnStandard(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description FloatColumngetDecay()The percentage decrease in the mean of the intensities for the standard reflections at the start to the finish of the measurement process.FloatColumngetDecayPercent()The percentage decrease in the mean of the intensities for the standard reflections at the start to the finish of the measurement process.IntColumngetIntervalCount()Reflection count between the standard reflection measurements.FloatColumngetIntervalTime()Time between the standard reflection measurements.IntColumngetNumber()Number of unique standard reflections used in measurements.FloatColumngetScaleSigma()The average standard uncertainty of the individual standard scales applied to the intensity data.FloatColumngetScaleSuAverage()The average standard uncertainty of the individual standard scales applied to the intensity data.FloatColumngetScaleU()The average standard uncertainty of the individual standard scales applied to the intensity data.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getDecay
The percentage decrease in the mean of the intensities for the standard reflections at the start to the finish of the measurement process. This value affords a measure of the overall decay in crystal quality during measurement. Negative values only occur in exceptional instances where the final intensities are greater than the initial ones. If no measurable decay has occurred, the standard uncertainty should be quoted to indicate the maximum possible value the decay might have. A range of 3 standard uncertainties is considered possible. Thus 0.0(1) would indicate a decay of less than 0.3% or an enhancement of less than 0.3%.- Returns:
- FloatColumn
-
getDecayPercent
The percentage decrease in the mean of the intensities for the standard reflections at the start to the finish of the measurement process. This value affords a measure of the overall decay in crystal quality during measurement. Negative values only occur in exceptional instances where the final intensities are greater than the initial ones. If no measurable decay has occurred, the standard uncertainty should be quoted to indicate the maximum possible value the decay might have. A range of 3 standard uncertainties is considered possible. Thus 0.0(1) would indicate a decay of less than 0.3% or an enhancement of less than 0.3%.- Returns:
- FloatColumn
-
getIntervalCount
Reflection count between the standard reflection measurements.- Returns:
- IntColumn
-
getIntervalTime
Time between the standard reflection measurements.- Returns:
- FloatColumn
-
getNumber
Number of unique standard reflections used in measurements.- Returns:
- IntColumn
-
getScaleSigma
The average standard uncertainty of the individual standard scales applied to the intensity data.- Returns:
- FloatColumn
-
getScaleU
The average standard uncertainty of the individual standard scales applied to the intensity data.- Returns:
- FloatColumn
-
getScaleSuAverage
The average standard uncertainty of the individual standard scales applied to the intensity data.- Returns:
- FloatColumn
-