Package org.rcsb.cif.model.generated
Class DiffrnAttenuator
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.DiffrnAttenuator
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class DiffrnAttenuator extends BaseCategory
Data items in the DIFFRN_ATTENUATOR category record details about the diffraction attenuator scales employed.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description DiffrnAttenuator(String name)DiffrnAttenuator(String name, int rowCount, Object[] encodedColumns)DiffrnAttenuator(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCode()A code associated with a particular attenuator setting.StrColumngetMaterial()Material from which the attenuator is made.FloatColumngetScale()The scale factor applied when an intensity measurement is reduced by an attenuator identified by _diffrn_attenuator.code.-
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()
A code associated with a particular attenuator setting. This code is referenced by the _diffrn_refln.attenuator_code which is stored with the diffraction data. See _diffrn_attenuator.scale.- Returns:
- StrColumn
-
getScale
public FloatColumn getScale()
The scale factor applied when an intensity measurement is reduced by an attenuator identified by _diffrn_attenuator.code. The measured intensity must be multiplied by this scale to convert it to the same scale as unattenuated intensities.- Returns:
- FloatColumn
-
getMaterial
public StrColumn getMaterial()
Material from which the attenuator is made.- Returns:
- StrColumn
-
-