Package org.rcsb.cif.schema.mm
Class EmImageRecording
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmImageRecording
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmImageRecording
extends DelegatingCategory
Data items in the EM_IMAGE_RECORDING category record details
of the image recording (either film/microdensitometer or electronic detector)
and parameters for image digitization.
-
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 EmImageRecording(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetAverageExposureTime()The average exposure time for each image.FloatColumngetAvgElectronDosePerImage()The electron dose received by the specimen per image (electrons per square angstrom).StrColumngetDetails()Any additional details about image recording.StrColumngetDetectorMode()The detector mode used during image recording.StrColumngetFilmOrDetectorModel()The detector type used for recording images.StrColumngetId()The item _em_image_recording.id uniquely identifies a set of recorded images.StrColumngetImagingId()This data item the id of the microscopy settings used in the imaging.IntColumngetNumDiffractionImages()The number of diffraction images collected.IntColumngetNumGridsImaged()Number of grids in the microscopy sessionIntColumngetNumRealImages()The number of micrograph images collected.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAverageExposureTime
The average exposure time for each image.- Returns:
- FloatColumn
-
getAvgElectronDosePerImage
The electron dose received by the specimen per image (electrons per square angstrom).- Returns:
- FloatColumn
-
getDetails
Any additional details about image recording.- Returns:
- StrColumn
-
getDetectorMode
The detector mode used during image recording.- Returns:
- StrColumn
-
getFilmOrDetectorModel
The detector type used for recording images. Usually film or CCD camera.- Returns:
- StrColumn
-
getId
The item _em_image_recording.id uniquely identifies a set of recorded images.- Returns:
- StrColumn
-
getImagingId
This data item the id of the microscopy settings used in the imaging.- Returns:
- StrColumn
-
getNumDiffractionImages
The number of diffraction images collected.- Returns:
- IntColumn
-
getNumGridsImaged
Number of grids in the microscopy session- Returns:
- IntColumn
-
getNumRealImages
The number of micrograph images collected.- Returns:
- IntColumn
-