Package org.rcsb.cif.model.generated
Class EmTomography
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmTomography
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmTomography extends BaseCategory
Microscopy parameters only relevant for tomography
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmTomography(String name)EmTomography(String name, int rowCount, Object[] encodedColumns)EmTomography(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 category-
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
-
getAxis1AngleIncrement
public FloatColumn getAxis1AngleIncrement()
The angle increment of specimen tilting to obtain the recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis1MaxAngle
public FloatColumn getAxis1MaxAngle()
The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis1MinAngle
public FloatColumn getAxis1MinAngle()
The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2AngleIncrement
public FloatColumn getAxis2AngleIncrement()
The angle increment of specimen tilting to obtain the recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2MaxAngle
public FloatColumn getAxis2MaxAngle()
The maximum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getAxis2MinAngle
public FloatColumn getAxis2MinAngle()
The minimum angle at which the specimen was tilted to obtain recorded images (axis 1).- Returns:
- FloatColumn
-
getDualTiltAxisRotation
public FloatColumn getDualTiltAxisRotation()
Angular difference between axis1 and axis2 in degrees- Returns:
- FloatColumn
-
getId
public StrColumn getId()
Primary key- Returns:
- StrColumn
-
getImagingId
public StrColumn getImagingId()
Foreign key to the EM IMAGING category- Returns:
- StrColumn
-
-