Skip to content

Class: TiltAngle

The min, max and increment of the tilt angle in a tomography session. Unit is degree.

URI: https://w3id.org/osc-em/oscem-schemas-env-tomo/:TiltAngle

classDiagram class TiltAngle click TiltAngle href "../TiltAngle" Series <|-- TiltAngle click Series href "../Series" TiltAngle : increment TiltAngle --> "1" QuantityValue : increment click QuantityValue href "../QuantityValue" TiltAngle : maximal TiltAngle --> "1" QuantityValue : maximal click QuantityValue href "../QuantityValue" TiltAngle : minimal TiltAngle --> "1" QuantityValue : minimal click QuantityValue href "../QuantityValue"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
increment 1
QuantityValue
Increment between elements of a series Series
minimal 1
QuantityValue
Minimal value of a given dataset property Range
maximal 1
QuantityValue
Maximal value of a given dataset property Range

Usages

used by used in type used
AcquisitionTomo tilt_angle range TiltAngle

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas-env-tomo

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas-env-tomo/:TiltAngle
native https://w3id.org/osc-em/oscem-schemas-env-tomo/:TiltAngle

LinkML Source

Direct

name: TiltAngle
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-env-tomo
is_a: Series
slot_usage:
  minimal:
    name: minimal
    required: true
  maximal:
    name: maximal
    required: true
  increment:
    name: increment
    required: true

Induced

name: TiltAngle
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-env-tomo
is_a: Series
slot_usage:
  minimal:
    name: minimal
    required: true
  maximal:
    name: maximal
    required: true
  increment:
    name: increment
    required: true
attributes:
  increment:
    name: increment
    description: Increment between elements of a series
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: increment
    owner: TiltAngle
    domain_of:
    - Series
    range: QuantityValue
    required: true
  minimal:
    name: minimal
    description: Minimal value of a given dataset property
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: minimal
    owner: TiltAngle
    domain_of:
    - Range
    range: QuantityValue
    required: true
  maximal:
    name: maximal
    description: Maximal value of a given dataset property
    from_schema: https://w3id.org/osc-em/oscem-schemas-env-tomo
    rank: 1000
    alias: maximal
    owner: TiltAngle
    domain_of:
    - Range
    range: QuantityValue
    required: true