Package org.rcsb.cif.schema.mm
Class DiffrnReflnsClass
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DiffrnReflnsClass
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnReflnsClass
extends DelegatingCategory
Data items in the DIFFRN_REFLNS_CLASS category record details
about the classes of reflections measured in the diffraction
experiment.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description DiffrnReflnsClass(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAvREq()For each reflection class, the residual [sum av|del(I)|/sum|av(I)|] for symmetry-equivalent reflections used to calculate the average intensity av(I).FloatColumngetAvSgI_I()Measure [sum|sigma(net I)|/sum|net I|] for all measured intensities in a reflection class.FloatColumngetAvUI_I()Measure [sum|u(net I)|/sum|net I|] for all measured intensities in a reflection class.StrColumngetCode()The code identifying a certain reflection class.StrColumngetDescription()Description of each reflection class.FloatColumngetDResHigh()The smallest value in angstroms for the interplanar spacings for the reflections in each measured reflection class.FloatColumngetDResLow()The largest value in angstroms of the interplanar spacings for the reflections for each measured reflection class.IntColumngetNumber()The total number of measured intensities for each reflection class, excluding the systematic absences arising from centring translations.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAvREq
For each reflection class, the residual [sum av|del(I)|/sum|av(I)|] for symmetry-equivalent reflections used to calculate the average intensity av(I). The av|del(I)| term is the average absolute difference between av(I) and the individual intensities.- Returns:
- FloatColumn
-
getAvSgI_I
Measure [sum|sigma(net I)|/sum|net I|] for all measured intensities in a reflection class.- Returns:
- FloatColumn
-
getAvUI_I
Measure [sum|u(net I)|/sum|net I|] for all measured intensities in a reflection class.- Returns:
- FloatColumn
-
getCode
The code identifying a certain reflection class.- Returns:
- StrColumn
-
getDescription
Description of each reflection class.- Returns:
- StrColumn
-
getDResHigh
The smallest value in angstroms for the interplanar spacings for the reflections in each measured reflection class. This is called the highest resolution for this reflection class.- Returns:
- FloatColumn
-
getDResLow
The largest value in angstroms of the interplanar spacings for the reflections for each measured reflection class. This is called the lowest resolution for this reflection class.- Returns:
- FloatColumn
-
getNumber
The total number of measured intensities for each reflection class, excluding the systematic absences arising from centring translations.- Returns:
- IntColumn
-