Skip to content

Class: LightSource

A light source.

URI: microscopemetrics_schema:LightSource

classDiagram class LightSource click LightSource href "../LightSource" LightSource : wavelength_nm

Slots

Name Cardinality and Range Description Inheritance
wavelength_nm 1
Float
The wavelength of the light source in nanometers direct

Usages

used by used in type used
LightSourcePowerKeyMeasurements light_source range LightSource
PowerSample light_source range LightSource

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:LightSource
native microscopemetrics_schema:LightSource

LinkML Source

Direct

name: LightSource
description: A light source.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
slots:
- wavelength_nm

Induced

name: LightSource
description: A light source.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
attributes:
  wavelength_nm:
    name: wavelength_nm
    description: The wavelength of the light source in nanometers.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: wavelength_nm
    owner: LightSource
    domain_of:
    - LightSource
    range: float
    required: true
    multivalued: false