Package org.rcsb.cif.schema.mm
Class PdbxCrystalAlignment
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxCrystalAlignment
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxCrystalAlignment
extends DelegatingCategory
Data in the PDBX_CRYSTAL_ALIGNMENT are produced by log files from
programs during indexing
-
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 PdbxCrystalAlignment(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCrossfireX()Angular spread (in degrees) of incident X-ray along the horizontal (x) direction.FloatColumngetCrossfireXEsd()The estimated deviation of angular spread (in degrees) of incident X-ray along the horizontal (x) direction.FloatColumngetCrossfireXy()Correlated xy component of the beam spread.FloatColumngetCrossfireXyEsd()The estimated deviation of correlated xy component of the beam spread (in degrees^2).FloatColumngetCrossfireY()Angular spread (in degrees) of incident X-ray along the vertical (y) direction.FloatColumngetCrossfireYEsd()The estimated deviation of angular spread (in degrees) of incident X-ray along the vertical (y) direction.StrColumngetCrystalId()The identifer of the crystal.FloatColumngetCrystalToDetectorDistance()Distance (mm) from crystal to detector.FloatColumngetCrystalToDetectorDistanceEsd()The estimated deviation of distance (mm) from crystal to detector.FloatColumngetCrysxSpindle()Crystal mis-orientation angle (in degree) on x axis (spindle).FloatColumngetCrysxSpindleEsd()The estimated deviation of orientation angle (in degree) on x axis.FloatColumngetCrysyVertical()Crystal mis-orientation angle (in degree) on y axis (vertical).FloatColumngetCrysyVerticalEsd()The estimated deviation of orientation angle (in degree) on y axis.FloatColumngetCryszBeam()Crystal mis-orientation angle (in degree) on z axis (in beam).FloatColumngetCryszBeamEsd()The estimated deviation of orientation angle (in degree) on yzaxis.FloatColumngetOscillationEnd()Ending oscillation angle (in degrees) (default end = start + range).FloatColumngetOscillationRange()The actual oscillation angle (normally <1.0 degree).FloatColumngetOscillationStart()Starting oscillation angle (in degrees) .FloatColumngetXbeam()Distance (mm) from the edge of data to beam spot (in X direction).FloatColumngetXbeamEsd()The estimated deviation of xbeam (mm).FloatColumngetYbeam()Distance from (mm) the edge of data to beam spot (in Y direction).FloatColumngetYbeamEsd()The estimated deviation of ybeam (mm).Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCrystalId
The identifer of the crystal.- Returns:
- StrColumn
-
getOscillationRange
The actual oscillation angle (normally <1.0 degree).- Returns:
- FloatColumn
-
getOscillationStart
Starting oscillation angle (in degrees) .- Returns:
- FloatColumn
-
getOscillationEnd
Ending oscillation angle (in degrees) (default end = start + range).- Returns:
- FloatColumn
-
getXbeam
Distance (mm) from the edge of data to beam spot (in X direction).- Returns:
- FloatColumn
-
getXbeamEsd
The estimated deviation of xbeam (mm).- Returns:
- FloatColumn
-
getYbeam
Distance from (mm) the edge of data to beam spot (in Y direction).- Returns:
- FloatColumn
-
getYbeamEsd
The estimated deviation of ybeam (mm).- Returns:
- FloatColumn
-
getCrysxSpindle
Crystal mis-orientation angle (in degree) on x axis (spindle).- Returns:
- FloatColumn
-
getCrysxSpindleEsd
The estimated deviation of orientation angle (in degree) on x axis.- Returns:
- FloatColumn
-
getCrysyVertical
Crystal mis-orientation angle (in degree) on y axis (vertical).- Returns:
- FloatColumn
-
getCrysyVerticalEsd
The estimated deviation of orientation angle (in degree) on y axis.- Returns:
- FloatColumn
-
getCryszBeam
Crystal mis-orientation angle (in degree) on z axis (in beam).- Returns:
- FloatColumn
-
getCryszBeamEsd
The estimated deviation of orientation angle (in degree) on yzaxis.- Returns:
- FloatColumn
-
getCrystalToDetectorDistance
Distance (mm) from crystal to detector.- Returns:
- FloatColumn
-
getCrystalToDetectorDistanceEsd
The estimated deviation of distance (mm) from crystal to detector.- Returns:
- FloatColumn
-
getCrossfireX
Angular spread (in degrees) of incident X-ray along the horizontal (x) direction. Default is 0.- Returns:
- FloatColumn
-
getCrossfireXEsd
The estimated deviation of angular spread (in degrees) of incident X-ray along the horizontal (x) direction.- Returns:
- FloatColumn
-
getCrossfireY
Angular spread (in degrees) of incident X-ray along the vertical (y) direction. Default is 0.- Returns:
- FloatColumn
-
getCrossfireYEsd
The estimated deviation of angular spread (in degrees) of incident X-ray along the vertical (y) direction.- Returns:
- FloatColumn
-
getCrossfireXy
Correlated xy component of the beam spread. This tends to be zero within error (in degrees^2).- Returns:
- FloatColumn
-
getCrossfireXyEsd
The estimated deviation of correlated xy component of the beam spread (in degrees^2).- Returns:
- FloatColumn
-