Package org.rcsb.cif.model.generated
Class DiffrnReflnsClass
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnReflnsClass
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnReflnsClass extends BaseCategory
Data items in the DIFFRN_REFLNS_CLASS category record details about the classes of reflections measured in the diffraction experiment.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnReflnsClass(String name)DiffrnReflnsClass(String name, int rowCount, Object[] encodedColumns)DiffrnReflnsClass(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getAvREq
public FloatColumn 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
public FloatColumn getAvSgI_I()
Measure [sum|sigma(net I)|/sum|net I|] for all measured intensities in a reflection class.- Returns:
- FloatColumn
-
getAvUI_I
public FloatColumn getAvUI_I()
Measure [sum|u(net I)|/sum|net I|] for all measured intensities in a reflection class.- Returns:
- FloatColumn
-
getCode
public StrColumn getCode()
The code identifying a certain reflection class.- Returns:
- StrColumn
-
getDescription
public StrColumn getDescription()
Description of each reflection class.- Returns:
- StrColumn
-
getDResHigh
public FloatColumn 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
public 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
public IntColumn getNumber()
The total number of measured intensities for each reflection class, excluding the systematic absences arising from centring translations.- Returns:
- IntColumn
-
-