Package org.rcsb.cif.schema.mm
Class EmTomography
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmTomography
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmTomography
extends DelegatingCategory
Microscopy parameters only relevant for tomography
-
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 EmTomography(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAxis1AngleIncrement()The angle increment of specimen tilting to obtain the recorded images (axis 1).FloatColumngetAxis1MaxAngle()The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).FloatColumngetAxis1MinAngle()The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).FloatColumngetAxis2AngleIncrement()The angle increment of specimen tilting to obtain the recorded images (axis 1).FloatColumngetAxis2MaxAngle()The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).FloatColumngetAxis2MinAngle()The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).FloatColumngetDualTiltAxisRotation()Angular difference between axis1 and axis2 in degreesStrColumngetId()Primary keyStrColumngetImagingId()Foreign key to the EM IMAGING categoryMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAxis1AngleIncrement
The angle increment of specimen tilting to obtain the recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis1MaxAngle
The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis1MinAngle
The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2AngleIncrement
The angle increment of specimen tilting to obtain the recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2MaxAngle
The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2MinAngle
The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getDualTiltAxisRotation
Angular difference between axis1 and axis2 in degrees- Returns:
- FloatColumn
-
getId
Primary key- Returns:
- StrColumn
-
getImagingId
Foreign key to the EM IMAGING category- Returns:
- StrColumn
-