Class: AcquisitionTomo
URI: https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:AcquisitionTomo
classDiagram
class AcquisitionTomo
click AcquisitionTomo href "../AcquisitionTomo"
Acquisition <|-- AcquisitionTomo
click Acquisition href "../Acquisition"
AcquisitionTomo : beamshift
AcquisitionTomo --> "0..1" BoundingBox2D : beamshift
click BoundingBox2D href "../BoundingBox2D"
AcquisitionTomo : beamtilt
AcquisitionTomo --> "0..1" BoundingBox2D : beamtilt
click BoundingBox2D href "../BoundingBox2D"
AcquisitionTomo : beamtiltgroups
AcquisitionTomo : binning_camera
AcquisitionTomo : calibrated_defocus
AcquisitionTomo --> "0..1" Range : calibrated_defocus
click Range href "../Range"
AcquisitionTomo : calibrated_magnification
AcquisitionTomo : cryogen
AcquisitionTomo : date_time
AcquisitionTomo : detector
AcquisitionTomo : detector_mode
AcquisitionTomo : dose_per_movie
AcquisitionTomo --> "1" QuantityValue : dose_per_movie
click QuantityValue href "../QuantityValue"
AcquisitionTomo : energy_filter
AcquisitionTomo --> "0..1" EnergyFilter : energy_filter
click EnergyFilter href "../EnergyFilter"
AcquisitionTomo : exposure_time
AcquisitionTomo --> "0..1" QuantityValue : exposure_time
click QuantityValue href "../QuantityValue"
AcquisitionTomo : frames_per_movie
AcquisitionTomo : gainref_flip_rotate
AcquisitionTomo : grids_imaged
AcquisitionTomo : holder
AcquisitionTomo : holder_cryogen
AcquisitionTomo : image_size
AcquisitionTomo --> "0..1" ImageSize : image_size
click ImageSize href "../ImageSize"
AcquisitionTomo : images_generated
AcquisitionTomo : imageshift
AcquisitionTomo --> "0..1" BoundingBox2D : imageshift
click BoundingBox2D href "../BoundingBox2D"
AcquisitionTomo : microscope_software
AcquisitionTomo : nominal_defocus
AcquisitionTomo --> "0..1" Range : nominal_defocus
click Range href "../Range"
AcquisitionTomo : nominal_magnification
AcquisitionTomo : pixel_size
AcquisitionTomo --> "1" QuantityValue : pixel_size
click QuantityValue href "../QuantityValue"
AcquisitionTomo : specialist_optics
AcquisitionTomo --> "0..1" SpecialistOptics : specialist_optics
click SpecialistOptics href "../SpecialistOptics"
AcquisitionTomo : temperature_range
AcquisitionTomo --> "0..1" Range : temperature_range
click Range href "../Range"
AcquisitionTomo : tilt_angle
AcquisitionTomo --> "1" TiltAngle : tilt_angle
click TiltAngle href "../TiltAngle"
AcquisitionTomo : tilt_axis_angle
Inheritance
- Acquisition
- AcquisitionTomo
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
tilt_axis_angle | 1 Float |
The tilt axis angle of a tomography series | direct |
tilt_angle | 1 TiltAngle |
The min, max and increment of the tilt angle in a tomography session | direct |
nominal_defocus | 0..1 Range |
Target defocus set, min and max values in µm | Acquisition |
calibrated_defocus | 0..1 Range |
Machine estimated defocus, min and max values in µm | Acquisition |
nominal_magnification | 0..1 Integer |
Magnification level as indicated by the instrument, no unit | Acquisition |
calibrated_magnification | 0..1 Integer |
Calculated magnification, no unit | Acquisition |
holder | 0..1 String |
Speciman holder model | Acquisition |
holder_cryogen | 0..1 String |
Type of cryogen used in the holder - if the holder is cooled seperately | Acquisition |
temperature_range | 0..1 Range |
Temperature during data collection, in K with min and max values | Acquisition |
microscope_software | 0..1 String |
Software used for instrument control, | Acquisition |
detector | 1 String |
Make and model of the detector used | Acquisition |
detector_mode | 0..1 String |
Operating mode of the detector | Acquisition |
dose_per_movie | 1 QuantityValue |
Average dose per image/movie/tilt - given in electrons per square Angstrom | Acquisition |
energy_filter | 0..1 EnergyFilter |
Wether an energy filter was used and its specifics | Acquisition |
image_size | 0..1 ImageSize |
The size of the image in pixels, height and width given | Acquisition |
date_time | 1 Datetime |
Time and date of the data acquisition | Acquisition |
exposure_time | 0..1 QuantityValue |
Time of data acquisition per movie/tilt - in s | Acquisition |
cryogen | 0..1 String |
Cryogen used in cooling the instrument and sample, usually nitrogen | Acquisition |
frames_per_movie | 0..1 Integer |
Number of frames that on average constitute a full movie, can be a bit hard t... | Acquisition |
grids_imaged | 0..1 Integer |
Number of grids imaged for this project - here with qualifier during this dat... | Acquisition |
images_generated | 0..1 Integer |
Number of images generated total for this data collection - might need a qual... | Acquisition |
binning_camera | 1 Float |
Level of binning on the images applied during data collection | Acquisition |
pixel_size | 1 QuantityValue |
Pixel size, in Angstrom | Acquisition |
specialist_optics | 0..1 SpecialistOptics |
Any type of special optics, such as a phaseplate | Acquisition |
beamshift | 0..1 BoundingBox2D |
Movement of the beam above the sample for data collection purposes that does ... | Acquisition |
beamtilt | 0..1 BoundingBox2D |
Another way to move the beam above the sample for data collection purposes th... | Acquisition |
imageshift | 0..1 BoundingBox2D |
Movement of the Beam below the image in order to shift the image on the detec... | Acquisition |
beamtiltgroups | 0..1 Integer |
Number of Beamtilt groups present in this dataset - for optimized processing ... | Acquisition |
gainref_flip_rotate | 0..1 String |
Whether and how you have to flip or rotate the gainref in order to align with... | Acquisition |
Usages
used by | used in | type | used |
---|---|---|---|
EMDatasetCell | acquisition | range | AcquisitionTomo |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:AcquisitionTomo |
native | https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:AcquisitionTomo |
LinkML Source
Direct
name: AcquisitionTomo
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
is_a: Acquisition
slots:
- tilt_axis_angle
- tilt_angle
slot_usage:
tilt_axis_angle:
name: tilt_axis_angle
required: true
tilt_angle:
name: tilt_angle
required: true
Induced
name: AcquisitionTomo
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
is_a: Acquisition
slot_usage:
tilt_axis_angle:
name: tilt_axis_angle
required: true
tilt_angle:
name: tilt_angle
required: true
attributes:
tilt_axis_angle:
name: tilt_axis_angle
description: The tilt axis angle of a tomography series
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: tilt_axis_angle
owner: AcquisitionTomo
domain_of:
- AcquisitionTomo
range: float
required: true
tilt_angle:
name: tilt_angle
description: The min, max and increment of the tilt angle in a tomography session.
Unit is degree.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: tilt_angle
owner: AcquisitionTomo
domain_of:
- AcquisitionTomo
range: TiltAngle
required: true
nominal_defocus:
name: nominal_defocus
description: Target defocus set, min and max values in µm.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: nominal_defocus
owner: AcquisitionTomo
domain_of:
- Acquisition
range: Range
calibrated_defocus:
name: calibrated_defocus
description: Machine estimated defocus, min and max values in µm. Has a tendency
to be off.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: calibrated_defocus
owner: AcquisitionTomo
domain_of:
- Acquisition
range: Range
nominal_magnification:
name: nominal_magnification
description: Magnification level as indicated by the instrument, no unit
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: nominal_magnification
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
calibrated_magnification:
name: calibrated_magnification
description: Calculated magnification, no unit
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: calibrated_magnification
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
holder:
name: holder
description: Speciman holder model
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: holder
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
holder_cryogen:
name: holder_cryogen
description: Type of cryogen used in the holder - if the holder is cooled seperately
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: holder_cryogen
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
temperature_range:
name: temperature_range
description: Temperature during data collection, in K with min and max values.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: temperature
owner: AcquisitionTomo
domain_of:
- Acquisition
range: Range
microscope_software:
name: microscope_software
description: Software used for instrument control,
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: microscope_software
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
detector:
name: detector
description: Make and model of the detector used
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: detector
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
required: true
detector_mode:
name: detector_mode
description: Operating mode of the detector
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: detector_mode
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
dose_per_movie:
name: dose_per_movie
description: Average dose per image/movie/tilt - given in electrons per square
Angstrom
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: dose_per_movie
owner: AcquisitionTomo
domain_of:
- Acquisition
range: QuantityValue
required: true
energy_filter:
name: energy_filter
description: Wether an energy filter was used and its specifics.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: energy_filter
owner: AcquisitionTomo
domain_of:
- Acquisition
range: EnergyFilter
image_size:
name: image_size
description: The size of the image in pixels, height and width given.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: image_size
owner: AcquisitionTomo
domain_of:
- Acquisition
range: ImageSize
date_time:
name: date_time
description: Time and date of the data acquisition
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: date_time
owner: AcquisitionTomo
domain_of:
- Acquisition
range: datetime
required: true
exposure_time:
name: exposure_time
description: Time of data acquisition per movie/tilt - in s
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: exposure_time
owner: AcquisitionTomo
domain_of:
- Acquisition
range: QuantityValue
cryogen:
name: cryogen
description: Cryogen used in cooling the instrument and sample, usually nitrogen
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: cryogen
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string
frames_per_movie:
name: frames_per_movie
description: Number of frames that on average constitute a full movie, can be
a bit hard to define for some detectors
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: frames_per_movie
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
grids_imaged:
name: grids_imaged
description: Number of grids imaged for this project - here with qualifier during
this data acquisition
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: grids_imaged
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
images_generated:
name: images_generated
description: Number of images generated total for this data collection - might
need a qualifier for tilt series to determine whether full series or individual
tilts are counted
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: images_generated
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
binning_camera:
name: binning_camera
description: Level of binning on the images applied during data collection
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: binning_camera
owner: AcquisitionTomo
domain_of:
- Acquisition
range: float
required: true
pixel_size:
name: pixel_size
description: Pixel size, in Angstrom
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: pixel_size
owner: AcquisitionTomo
domain_of:
- Acquisition
range: QuantityValue
required: true
specialist_optics:
name: specialist_optics
description: Any type of special optics, such as a phaseplate
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: specialist_optics
owner: AcquisitionTomo
domain_of:
- Acquisition
range: SpecialistOptics
beamshift:
name: beamshift
description: Movement of the beam above the sample for data collection purposes
that does not require movement of the stage. Given in mrad.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: beamshift
owner: AcquisitionTomo
domain_of:
- Acquisition
range: BoundingBox2D
beamtilt:
name: beamtilt
description: Another way to move the beam above the sample for data collection
purposes that does not require movement of the stage. Given in mrad.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: beamtilt
owner: AcquisitionTomo
domain_of:
- Acquisition
range: BoundingBox2D
imageshift:
name: imageshift
description: Movement of the Beam below the image in order to shift the image
on the detector. Given in µm.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: imageshift
owner: AcquisitionTomo
domain_of:
- Acquisition
range: BoundingBox2D
beamtiltgroups:
name: beamtiltgroups
description: Number of Beamtilt groups present in this dataset - for optimized
processing split dataset into groups of same tilt angle. Despite its name Beamshift
is often used to achive this result.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: beamtiltgroups
owner: AcquisitionTomo
domain_of:
- Acquisition
range: integer
gainref_flip_rotate:
name: gainref_flip_rotate
description: Whether and how you have to flip or rotate the gainref in order to
align with your acquired images
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
rank: 1000
alias: gainref_flip_rotate
owner: AcquisitionTomo
domain_of:
- Acquisition
range: string