Package org.rcsb.cif.schema.mm
Class PdbxReflnsTwin
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxReflnsTwin
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxReflnsTwin
extends DelegatingCategory
Details decribing crystallographic twinning.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxReflnsTwin(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCrystalId()The crystal identifier.StrColumngetDiffrnId()The diffraction data set identifier.StrColumngetDomainId()An identifier for the twin domain.FloatColumngetFraction()The twin fraction or twin factor represents a quantitative parameter for the crystal twinning.FloatColumngetMeanFSquareOverMeanF2()The ideal statistics for twinned crystals.FloatColumngetMeanI2OverMeanISquare()The ideal statistics for twinned crystals.StrColumngetOperator()The possible merohedral or hemihedral twinning operators for different point groups are: True point group Twin operation hkl related to 3 2 along a,b h,-h-k,-l 2 along a*,b* h+k,-k,-l 2 along c -h,-k,l 4 2 along a,b,a*,b* h,-k,-l 6 2 along a,b,a*,b* h,-h-k,-l 321 2 along a*,b*,c -h,-k,l 312 2 along a,b,c -h,-k,l 23 4 along a,b,c k,-h,l References: Yeates, T.O.StrColumngetType()There are two types of twinning: merohedral or hemihedral non-merohedral or epitaxial For merohedral twinning the diffraction patterns from the different domains are completely superimposable.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDiffrnId
The diffraction data set identifier. A reference to _diffrn.id in category DIFFRN.- Returns:
- StrColumn
-
getCrystalId
The crystal identifier. A reference to _exptl_crystal.id in category EXPTL_CRYSTAL.- Returns:
- StrColumn
-
getDomainId
An identifier for the twin domain.- Returns:
- StrColumn
-
getType
There are two types of twinning: merohedral or hemihedral non-merohedral or epitaxial For merohedral twinning the diffraction patterns from the different domains are completely superimposable. Hemihedral twinning is a special case of merohedral twinning. It only involves two distinct domains. Pseudo-merohedral twinning is a subclass merohedral twinning in which lattice is coincidentally superimposable. In the case of non-merohedral or epitaxial twinning the reciprocal lattices do not superimpose exactly. In this case the diffraction pattern consists of two (or more) interpenetrating lattices, which can in principle be separated.- Returns:
- StrColumn
-
getOperator
The possible merohedral or hemihedral twinning operators for different point groups are: True point group Twin operation hkl related to 3 2 along a,b h,-h-k,-l 2 along a*,b* h+k,-k,-l 2 along c -h,-k,l 4 2 along a,b,a*,b* h,-k,-l 6 2 along a,b,a*,b* h,-h-k,-l 321 2 along a*,b*,c -h,-k,l 312 2 along a,b,c -h,-k,l 23 4 along a,b,c k,-h,l References: Yeates, T.O. (1997) Methods in Enzymology 276, 344-358. Detecting and Overcoming Crystal Twinning. and information from the following on-line sites: CNS site http://cns.csb.yale.edu/v1.1/ CCP4 site http://www.ccp4.ac.uk/dist/html/detwin.html SHELX site http://shelx.uni-ac.gwdg.de/~rherbst/twin.html- Returns:
- StrColumn
-
getFraction
The twin fraction or twin factor represents a quantitative parameter for the crystal twinning. The value 0 represents no twinning, < 0.5 partial twinning, = 0.5 for perfect twinning.- Returns:
- FloatColumn
-
getMeanI2OverMeanISquare
The ideal statistics for twinned crystals. The values calculated with the acentric data are given below. Statistic Untwinned data Perfect twinned data <I^2>/<I>^2 2.0 1.5 <F>^2/<F^2> 0.785 0.865 References: Yeates, T.O. (1997) Methods in Enzymology 276, 344-358. Detecting and Overcoming Crystal Twinning. and information from the following on-line sites: CNS site http://cns.csb.yale.edu/v1.1/ CCP4 site http://www.ccp4.ac.uk/dist/html/detwin.html SHELX site http://shelx.uni-ac.gwdg.de/~rherbst/twin.html- Returns:
- FloatColumn
-
getMeanFSquareOverMeanF2
The ideal statistics for twinned crystals. The values calculated with the acentric data are given below. Statistic Untwinned data Perfect twinned data <I^2>/<I>^2 2.0 1.5 <F>^2/<F^2> 0.785 0.865 References: Yeates, T.O. (1997) Methods in Enzymology 276, 344-358. Detecting and Overcoming Crystal Twinning. and information from the following on-line sites: CNS site http://cns.csb.yale.edu/v1.1/ CCP4 site http://www.ccp4.ac.uk/dist/html/detwin.html SHELX site http://shelx.uni-ac.gwdg.de/~rherbst/twin.html- Returns:
- FloatColumn
-