Skip to content

Class: Detector

Class representing a detector

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

classDiagram class Detector click Detector href "../Detector" Detector : collection_angle Detector --> "0..1" Range : collection_angle click Range href "../Range" Detector : dispersion Detector --> "0..1" Any : dispersion click Any href "../Any" Detector : mode Detector : name

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
Any or 
QuantityValue or 
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

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: Any
    any_of:
    - range: QuantityValue
    - 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