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" Any : increment click Any href "../Any" TiltAngle : maximal TiltAngle --> "1" Any : maximal click Any href "../Any" TiltAngle : minimal TiltAngle --> "1" Any : minimal click Any href "../Any"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
increment 1
Any or 
QuantityValue or 
QuantitySI
Increment between elements of a series Series
minimal 1
Any or 
QuantityValue or 
QuantitySI
Minimal value of a given dataset property Range
maximal 1
Any or 
QuantityValue or 
QuantitySI
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: Any
    required: true
    any_of:
    - range: QuantityValue
    - range: QuantitySI
  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: Any
    required: true
    any_of:
    - range: QuantityValue
    - range: QuantitySI
  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: Any
    required: true
    any_of:
    - range: QuantityValue
    - range: QuantitySI