Class: LightSourcePowerDataset
Power measurements dataset. A collection of power samples for different light sources.
URI: microscopemetrics_schema:LightSourcePowerDataset
classDiagram
class LightSourcePowerDataset
click LightSourcePowerDataset href "../LightSourcePowerDataset"
MetricsDataset <|-- LightSourcePowerDataset
click MetricsDataset href "../MetricsDataset"
LightSourcePowerDataset : acquisition_datetime
LightSourcePowerDataset : acquisition_protocol
LightSourcePowerDataset --> "0..1" Protocol : acquisition_protocol
click Protocol href "../Protocol"
LightSourcePowerDataset : data_reference
LightSourcePowerDataset --> "0..1" DataReference : data_reference
click DataReference href "../DataReference"
LightSourcePowerDataset : description
LightSourcePowerDataset : experimenter
LightSourcePowerDataset --> "0..1" Experimenter : experimenter
click Experimenter href "../Experimenter"
LightSourcePowerDataset : input_data
LightSourcePowerDataset --> "1" LightSourcePowerInputData : input_data
click LightSourcePowerInputData href "../LightSourcePowerInputData"
LightSourcePowerDataset : linked_references
LightSourcePowerDataset --> "*" DataReference : linked_references
click DataReference href "../DataReference"
LightSourcePowerDataset : microscope
LightSourcePowerDataset --> "1" Microscope : microscope
click Microscope href "../Microscope"
LightSourcePowerDataset : name
LightSourcePowerDataset : output
LightSourcePowerDataset --> "0..1" LightSourcePowerOutput : output
click LightSourcePowerOutput href "../LightSourcePowerOutput"
LightSourcePowerDataset : processed
Inheritance
- NamedObject
- MetricsObject
- MetricsDataset
- LightSourcePowerDataset
- MetricsDataset
- MetricsObject
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
acquisition_datetime | 0..1 datetime |
The datetime of the acquisition | MetricsDataset |
input_data | 1 LightSourcePowerInputData |
The input data for the analysis | MetricsDataset |
output | 0..1 LightSourcePowerOutput |
The output of the analysis | MetricsDataset |
microscope | 1 Microscope |
The microscope that was used to acquire the dataset | MetricsDataset |
experimenter | 0..1 Experimenter |
The experimenter that performed the imaging experiment | MetricsDataset |
acquisition_protocol | 0..1 Protocol |
The protocol used to acquire the dataset | MetricsDataset |
processed | 1 Boolean |
Has the dataset been processed by microscope-metrics | MetricsDataset |
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 |
Identifier and Mapping Information
Schema Source
- from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:LightSourcePowerDataset |
native | microscopemetrics_schema:LightSourcePowerDataset |
LinkML Source
Direct
name: LightSourcePowerDataset
description: Power measurements dataset. A collection of power samples for different
light sources.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsDataset
slot_usage:
input_data:
name: input_data
range: LightSourcePowerInputData
output:
name: output
range: LightSourcePowerOutput
Induced
name: LightSourcePowerDataset
description: Power measurements dataset. A collection of power samples for different
light sources.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsDataset
slot_usage:
input_data:
name: input_data
range: LightSourcePowerInputData
output:
name: output
range: LightSourcePowerOutput
attributes:
acquisition_datetime:
name: acquisition_datetime
description: The datetime of the acquisition
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: acquisition_datetime
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
- Image
- PowerSample
range: datetime
multivalued: false
input_data:
name: input_data
description: The input data for the analysis
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
alias: input_data
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: LightSourcePowerInputData
required: true
multivalued: false
output:
name: output
description: The output of the analysis
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
abstract: true
alias: output
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: LightSourcePowerOutput
required: false
multivalued: false
microscope:
name: microscope
description: The microscope that was used to acquire the dataset
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: microscope
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: Microscope
required: true
multivalued: false
experimenter:
name: experimenter
description: The experimenter that performed the imaging experiment
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: experimenter
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: Experimenter
multivalued: false
acquisition_protocol:
name: acquisition_protocol
description: The protocol used to acquire the dataset
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: acquisition_protocol
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: Protocol
required: false
multivalued: false
inlined: false
processed:
name: processed
description: Has the dataset been processed by microscope-metrics
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
ifabsent: 'False'
alias: processed
owner: LightSourcePowerDataset
domain_of:
- MetricsDataset
range: boolean
required: true
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: LightSourcePowerDataset
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: LightSourcePowerDataset
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: LightSourcePowerDataset
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: LightSourcePowerDataset
domain_of:
- NamedObject
range: string
required: false
multivalued: false