Package org.rcsb.cif.model.generated
Class DiffrnScaleGroup
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnScaleGroup
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnScaleGroup extends BaseCategory
Data items in the DIFFRN_SCALE_GROUP category record details of the scaling factors applied to place all intensities in the reflection lists on a common scale. Scaling groups might, for example, correspond to each film in a multi-film data set or each crystal in a multi-crystal data set.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnScaleGroup(String name)DiffrnScaleGroup(String name, int rowCount, Object[] encodedColumns)DiffrnScaleGroup(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCode()The value of _diffrn_scale_group.code must uniquely identify a record in the DIFFRN_SCALE_GROUP list.FloatColumngetINet()The scale for a specific measurement group which is to be multiplied with the net intensity to place all intensities in the DIFFRN_REFLN or REFLN list on a common scale.-
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
-
getCode
public StrColumn getCode()
The value of _diffrn_scale_group.code must uniquely identify a record in the DIFFRN_SCALE_GROUP list. Note that this item need not be a number; it can be any unique identifier.- Returns:
- StrColumn
-
getINet
public FloatColumn getINet()
The scale for a specific measurement group which is to be multiplied with the net intensity to place all intensities in the DIFFRN_REFLN or REFLN list on a common scale.- Returns:
- FloatColumn
-
-