Class: Phaseplate
Used to modulate the phase of the electron wave.
URI: https://w3id.org/osc-em/oscem-schemas-spa/:Phaseplate
erDiagram
Phaseplate {
    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 | Type of phaseplate | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| SpecialistOptics | phaseplate | range | Phaseplate | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-spa
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-spa/:Phaseplate | 
| native | https://w3id.org/osc-em/oscem-schemas-spa/:Phaseplate | 
LinkML Source
Direct
name: Phaseplate
description: Used to modulate the phase of the electron wave.
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
slots:
- used
- instrument_type
slot_usage:
  used:
    name: used
    required: true
  instrument_type:
    name: instrument_type
    description: Type of phaseplate
    required: true
Induced
name: Phaseplate
description: Used to modulate the phase of the electron wave.
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
slot_usage:
  used:
    name: used
    required: true
  instrument_type:
    name: instrument_type
    description: Type of phaseplate
    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-spa
    rank: 1000
    alias: used
    owner: Phaseplate
    domain_of:
    - EnergyFilter
    - Phaseplate
    - SphericalAberrationCorrector
    - ChromaticAberrationCorrector
    range: boolean
    required: true
  instrument_type:
    name: instrument_type
    description: Type of phaseplate
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    rank: 1000
    alias: instrument_type
    owner: Phaseplate
    domain_of:
    - Phaseplate
    - SphericalAberrationCorrector
    - ChromaticAberrationCorrector
    range: string
    required: true