Package org.rcsb.cif.model.generated
Class ReflnSysAbs
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ReflnSysAbs
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ReflnSysAbs extends BaseCategory
Data items in the REFLN_SYS_ABS category record details about the reflection data that should be systematically absent, given the designated space group.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ReflnSysAbs(String name)ReflnSysAbs(String name, int rowCount, Object[] encodedColumns)ReflnSysAbs(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatColumngetI()The measured value of the intensity in arbitrary units.IntColumngetIndexH()Miller index h of the reflection.IntColumngetIndexK()Miller index k of the reflection.IntColumngetIndexL()Miller index l of the reflection.FloatColumngetIOverSigmaI()The ratio of _refln_sys_abs.I to _refln_sys_abs.sigmaI.FloatColumngetSigmaI()The standard uncertainty (estimated standard deviation) of _refln_sys_abs.I in arbitrary units.-
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
-
getI
public FloatColumn getI()
The measured value of the intensity in arbitrary units.- Returns:
- FloatColumn
-
getIOverSigmaI
public FloatColumn getIOverSigmaI()
The ratio of _refln_sys_abs.I to _refln_sys_abs.sigmaI. Used to evaluate whether a reflection that should be systematically absent according to the designated space group is in fact absent.- Returns:
- FloatColumn
-
getIndexH
public IntColumn getIndexH()
Miller index h of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getIndexK
public IntColumn getIndexK()
Miller index k of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getIndexL
public IntColumn getIndexL()
Miller index l of the reflection. The values of the Miller indices in the REFLN_SYS_ABS category must correspond to the cell defined by cell lengths and cell angles in the CELL category.- Returns:
- IntColumn
-
getSigmaI
public FloatColumn getSigmaI()
The standard uncertainty (estimated standard deviation) of _refln_sys_abs.I in arbitrary units.- Returns:
- FloatColumn
-
-