Skip to content

Class: ChromaticAberrationCorrector

Special device used to correct instrument inherent chromatic aberration.

URI: https://w3id.org/osc-em/oscem-schemas/:ChromaticAberrationCorrector

classDiagram class ChromaticAberrationCorrector click ChromaticAberrationCorrector href "../ChromaticAberrationCorrector" ChromaticAberrationCorrector : instrument_type ChromaticAberrationCorrector : used

Slots

Name Cardinality and Range Description Inheritance
used 1
Boolean
whether a specific instrument was used during data acquisition direct
instrument_type 1
String
Details of a given specialist instrument direct

Usages

used by used in type used
SpecialistOptics chromatic_aberration_corrector range ChromaticAberrationCorrector

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ChromaticAberrationCorrector
description: Special device used to correct instrument inherent chromatic aberration.
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- used
- instrument_type
slot_usage:
  used:
    name: used
    required: true
  instrument_type:
    name: instrument_type
    required: true

Induced

name: ChromaticAberrationCorrector
description: Special device used to correct instrument inherent chromatic aberration.
from_schema: https://w3id.org/osc-em/oscem-schemas
slot_usage:
  used:
    name: used
    required: true
  instrument_type:
    name: instrument_type
    required: true
attributes:
  used:
    name: used
    description: whether a specific instrument was used during data acquisition
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: used
    owner: ChromaticAberrationCorrector
    domain_of:
    - EnergyFilter
    - Phaseplate
    - SphericalAberrationCorrector
    - ChromaticAberrationCorrector
    range: boolean
    required: true
  instrument_type:
    name: instrument_type
    description: Details of a given specialist instrument
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: instrument_type
    owner: ChromaticAberrationCorrector
    domain_of:
    - Phaseplate
    - SphericalAberrationCorrector
    - ChromaticAberrationCorrector
    range: string
    required: true