Package org.rcsb.cif.schema.mm
Class EmImageScans
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmImageScans
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmImageScans
extends DelegatingCategory
Data items in the EM_IMAGE_SCANS category record details
of the image scanning device (microdensitometer)
and parameters for digitization of the image.
-
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 EmImageScans(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetDetails()Any additional details about image recording.IntColumngetDimensionHeight()height of scanned imageIntColumngetDimensionWidth()width of scanned imageStrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.IntColumngetFramesPerImage()Total number of time-slice (movie) frames taken per image.StrColumngetId()The value of _em_image_scans.id must uniquely identify the images scanned.StrColumngetImageRecordingId()foreign key linked to _em_image_recordingIntColumngetNumberDigitalImages()The number of real images.FloatColumngetOdRange()The optical density range (OD=-log 10 transmission).IntColumngetQuantBitSize()The number of bits per pixel.FloatColumngetSamplingSize()The sampling step size (microns) set on the scanner.StrColumngetScannerModel()The scanner model.StrColumngetUsedFramesPerImage()Range of time-slice (movie) frames used for the reconstruction.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _em_image_scans.id must uniquely identify the images scanned.- Returns:
- StrColumn
-
getNumberDigitalImages
The number of real images.- Returns:
- IntColumn
-
getDetails
Any additional details about image recording.- Returns:
- StrColumn
-
getScannerModel
The scanner model.- Returns:
- StrColumn
-
getSamplingSize
The sampling step size (microns) set on the scanner.- Returns:
- FloatColumn
-
getOdRange
The optical density range (OD=-log 10 transmission). To the eye OD=1 appears light grey and OD=3 is opaque.- Returns:
- FloatColumn
-
getQuantBitSize
The number of bits per pixel.- Returns:
- IntColumn
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getDimensionHeight
height of scanned image- Returns:
- IntColumn
-
getDimensionWidth
width of scanned image- Returns:
- IntColumn
-
getFramesPerImage
Total number of time-slice (movie) frames taken per image.- Returns:
- IntColumn
-
getImageRecordingId
foreign key linked to _em_image_recording- Returns:
- StrColumn
-
getUsedFramesPerImage
Range of time-slice (movie) frames used for the reconstruction.- Returns:
- StrColumn
-