Package org.rcsb.cif.schema.core
Class DiffrnScaleGroup
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.DiffrnScaleGroup
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DiffrnScaleGroup
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items which specify the groups of reflections in
the raw measured diffraction data with different relative scales.
-
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 DiffrnScaleGroup(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCode()Code identifying a specific scale group of reflections (e.g.FloatColumngetINet()Scale for a specific measurement group of eflections.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCode
Code identifying a specific scale group of reflections (e.g. for multi-film or multi-crystal data). The code must match a _diffrn_refln.scale_group_code in the DIFFRN_REFLN list.- Returns:
- StrColumn
-
getINet
Scale for a specific measurement group of eflections. Is multiplied with the net intensity to place all intensities on a common scale.- Returns:
- FloatColumn
-