Skip to content

Class: Optical Configuration (OpticalConfiguration)

The instrument configuration of lasers, detectors, and bandpass filters.

__

URI: nfdi4immuno:OpticalConfiguration

 classDiagram
    class OpticalConfiguration
    click OpticalConfiguration href "../OpticalConfiguration/"
      OpticalConfiguration : bandpass

      OpticalConfiguration : detector_name

      OpticalConfiguration : power

      OpticalConfiguration : wavelength

Slots

Name Cardinality and Range Description Inheritance
wavelength 0..1
String
The wavelength of the laser in nanometers and its associated spectral region ... direct
power 0..1
String
The output power of the laser expressed in milliwatts (mW) direct
detector_name 0..1
String
The name or identifier of the detector used to capture emitted light from the... direct
bandpass 0..1
String
The wavelength range transmitted by the detector’s bandpass filter, expressed... direct

Usages

used by used in type used
InstrumentInformation optical_configurations range OpticalConfiguration

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:OpticalConfiguration
native nfdi4immuno:OpticalConfiguration

LinkML Source

Direct

name: OpticalConfiguration
description: 'The instrument configuration of lasers, detectors, and bandpass filters.

  '
title: Optical Configuration
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- wavelength
- power
- detector_name
- bandpass

Induced

name: OpticalConfiguration
description: 'The instrument configuration of lasers, detectors, and bandpass filters.

  '
title: Optical Configuration
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
  wavelength:
    name: wavelength
    description: 'The wavelength of the laser in nanometers and its associated spectral
      region (e.g., UV, Violet).

      '
    title: Laser Wavelength
    examples:
    - value: 355 nm/UV
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: wavelength
    owner: OpticalConfiguration
    domain_of:
    - OpticalConfiguration
    range: string
  power:
    name: power
    description: 'The output power of the laser expressed in milliwatts (mW).

      '
    title: Laser power
    examples:
    - value: 60 mW
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: power
    owner: OpticalConfiguration
    domain_of:
    - OpticalConfiguration
    range: string
  detector_name:
    name: detector_name
    description: 'The name or identifier of the detector used to capture emitted light
      from the laser.

      '
    title: Detector Name
    examples:
    - value: UVC
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: detector_name
    owner: OpticalConfiguration
    domain_of:
    - OpticalConfiguration
    range: string
  bandpass:
    name: bandpass
    description: 'The wavelength range transmitted by the detector’s bandpass filter,
      expressed in nanometers (center/bandwidth).

      '
    title: Bandpass
    examples:
    - value: 379/28
    from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
    rank: 1000
    alias: bandpass
    owner: OpticalConfiguration
    domain_of:
    - OpticalConfiguration
    range: string