Class: SphericalAberrationCorrector
Special device used to correct instrument inherent spherical aberration.
URI: https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:SphericalAberrationCorrector
erDiagram
SphericalAberrationCorrector {
    boolean used  
    string instrument_type  
}
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 | spherical_aberration_corrector | range | SphericalAberrationCorrector | 
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/:SphericalAberrationCorrector | 
| native | https://w3id.org/osc-em/oscem-schemas-cellular-tomo/:SphericalAberrationCorrector | 
LinkML Source
Direct
name: SphericalAberrationCorrector
description: Special device used to correct instrument inherent spherical aberration.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
slots:
- used
- instrument_type
slot_usage:
  used:
    name: used
    required: true
  instrument_type:
    name: instrument_type
    required: true
Induced
name: SphericalAberrationCorrector
description: Special device used to correct instrument inherent spherical aberration.
from_schema: https://w3id.org/osc-em/oscem-schemas-cellular-tomo
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-cellular-tomo
    rank: 1000
    alias: used
    owner: SphericalAberrationCorrector
    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-cellular-tomo
    rank: 1000
    alias: instrument_type
    owner: SphericalAberrationCorrector
    domain_of:
    - Phaseplate
    - SphericalAberrationCorrector
    - ChromaticAberrationCorrector
    range: string
    required: true