Class: Detector
Class representing a detector
URI: https://w3id.org/osc-em/oscem-schemas-spa/:Detector
erDiagram
Detector {
    string name  
    string mode  
}
Range {
}
QuantitySI {
    float valueSI  
    string unitSI  
    string unit  
    float value  
}
Detector ||--|o QuantitySI : "dispersion"
Detector ||--|o Range : "collection_angle"
Range ||--|o QuantitySI : "minimal"
Range ||--|o QuantitySI : "maximal"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| name | 0..1 String | The name of the item | direct | 
| mode | 0..1 String | Mode of the detector, e | direct | 
| dispersion | 0..1 QuantitySI | Dispersion of an analytical detector, in eV | direct | 
| collection_angle | 0..1 Range | Collection angle set, min and max values in mrad | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| Acquisition | detectors | range | Detector | 
| AcquisitionGeneral | detectors | range | Detector | 
| AcquisitionSpa | detectors | range | Detector | 
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/:Detector | 
| native | https://w3id.org/osc-em/oscem-schemas-spa/:Detector | 
LinkML Source
Direct
name: Detector
description: Class representing a detector
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
slots:
- name
- mode
- dispersion
- collection_angle
Induced
name: Detector
description: Class representing a detector
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
attributes:
  name:
    name: name
    description: The name of the item
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    rank: 1000
    alias: name
    owner: Detector
    domain_of:
    - Detector
    - Sample
    range: string
  mode:
    name: mode
    description: Mode of the detector, e.g. "counting", "ScanningDetector", "ImagingDetector",
      etc.
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    rank: 1000
    alias: mode
    owner: Detector
    domain_of:
    - Detector
    range: string
  dispersion:
    name: dispersion
    description: Dispersion of an analytical detector, in eV
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    rank: 1000
    alias: dispersion
    owner: Detector
    domain_of:
    - Detector
    range: QuantitySI
  collection_angle:
    name: collection_angle
    description: Collection angle set, min and max values in mrad.
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    rank: 1000
    alias: collection_angle
    owner: Detector
    domain_of:
    - Detector
    range: Range