Skip to content

Class: LightSourcePowerKeyMeasurements

URI: microscopemetrics_schema:LightSourcePowerKeyMeasurements

classDiagram class LightSourcePowerKeyMeasurements click LightSourcePowerKeyMeasurements href "../LightSourcePowerKeyMeasurements" KeyMeasurements <|-- LightSourcePowerKeyMeasurements click KeyMeasurements href "../KeyMeasurements" LightSourcePowerKeyMeasurements : data_reference LightSourcePowerKeyMeasurements --> "0..1" DataReference : data_reference click DataReference href "../DataReference" LightSourcePowerKeyMeasurements : description LightSourcePowerKeyMeasurements : light_source LightSourcePowerKeyMeasurements --> "1" LightSource : light_source click LightSource href "../LightSource" LightSourcePowerKeyMeasurements : linearity LightSourcePowerKeyMeasurements : linked_references LightSourcePowerKeyMeasurements --> "*" DataReference : linked_references click DataReference href "../DataReference" LightSourcePowerKeyMeasurements : name LightSourcePowerKeyMeasurements : power_max_mw LightSourcePowerKeyMeasurements : power_mean_mw LightSourcePowerKeyMeasurements : power_median_mw LightSourcePowerKeyMeasurements : power_min_mw LightSourcePowerKeyMeasurements : power_std_mw LightSourcePowerKeyMeasurements : table_data LightSourcePowerKeyMeasurements --> "0..1" MetaObject : table_data click MetaObject href "../MetaObject"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
light_source 1
LightSource
The light source under investigation direct
power_mean_mw 1..*
Float
The mean power measured in milliwatts direct
power_median_mw 1..*
Float
The median power measured in milliwatts direct
power_std_mw 1..*
Float
The standard deviation of the power measured in milliwatts direct
power_min_mw 1..*
Float
The minimum power measured in milliwatts direct
power_max_mw *
Float
The maximum power measured in milliwatts direct
linearity 1..*
Float
The linearity of the power measurements direct
table_data 0..1
MetaObject
A non-required slot for non-serializable table data object KeyMeasurements
data_reference 0..1
DataReference
A reference to the data MetricsObject
linked_references *
DataReference
A list of linked references MetricsObject
name 0..1
String
The human readable name of an entity NamedObject
description 0..1
String
A human readable description of an entity NamedObject

Usages

used by used in type used
LightSourcePowerOutput key_measurements range LightSourcePowerKeyMeasurements

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: LightSourcePowerKeyMeasurements
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: KeyMeasurements
slots:
- light_source
- power_mean_mw
- power_median_mw
- power_std_mw
- power_min_mw
- power_max_mw
- linearity

Induced

name: LightSourcePowerKeyMeasurements
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: KeyMeasurements
attributes:
  light_source:
    name: light_source
    description: The light source under investigation.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: light_source
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    - PowerSample
    range: LightSource
    required: true
    multivalued: false
  power_mean_mw:
    name: power_mean_mw
    description: The mean power measured in milliwatts.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: power_mean_mw
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    required: true
    multivalued: true
  power_median_mw:
    name: power_median_mw
    description: The median power measured in milliwatts.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: power_median_mw
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    required: true
    multivalued: true
  power_std_mw:
    name: power_std_mw
    description: The standard deviation of the power measured in milliwatts.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: power_std_mw
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    required: true
    multivalued: true
  power_min_mw:
    name: power_min_mw
    description: The minimum power measured in milliwatts.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: power_min_mw
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    required: true
    multivalued: true
  power_max_mw:
    name: power_max_mw
    description: The maximum power measured in milliwatts.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: power_max_mw
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    multivalued: true
  linearity:
    name: linearity
    description: The linearity of the power measurements.
    title: Linearity R2
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: linearity
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - LightSourcePowerKeyMeasurements
    range: float
    required: true
    multivalued: true
  table_data:
    name: table_data
    description: A non-required slot for non-serializable table data object
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: table_data
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - KeyMeasurements
    - Table
    range: MetaObject
    required: false
    multivalued: false
  data_reference:
    name: data_reference
    description: A reference to the data
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: data_reference
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: false
  linked_references:
    name: linked_references
    description: A list of linked references
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: linked_references
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - MetricsObject
    range: DataReference
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  name:
    name: name
    description: The human readable name of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: name
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A human readable description of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    alias: description
    owner: LightSourcePowerKeyMeasurements
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false