Skip to content

Class: PSFBeads

A sample of sub-resolution sized beads used to measure the PSF of a microscope.

URI: microscopemetrics_schema:PSFBeads

classDiagram class PSFBeads click PSFBeads href "../PSFBeads" Sample <|-- PSFBeads click Sample href "../Sample" PSFBeads : bead_diameter_micron PSFBeads : description PSFBeads : manufacturer PSFBeads : name PSFBeads : preparation_protocol PSFBeads --> "1" Protocol : preparation_protocol click Protocol href "../Protocol"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
bead_diameter_micron 1
Float
The diameter of the beads in the sample measured in microns direct
preparation_protocol 1
Protocol
The protocol used to prepare a sample Sample
manufacturer 0..1
String
A manufacturer Sample
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
PSFBeadsDataset sample range PSFBeads

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PSFBeads
description: A sample of sub-resolution sized beads used to measure the PSF of a microscope.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Sample
attributes:
  bead_diameter_micron:
    name: bead_diameter_micron
    description: The diameter of the beads in the sample measured in microns.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/samples/beads
    rank: 1000
    domain_of:
    - PSFBeads
    range: float
    required: true

Induced

name: PSFBeads
description: A sample of sub-resolution sized beads used to measure the PSF of a microscope.
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: Sample
attributes:
  bead_diameter_micron:
    name: bead_diameter_micron
    description: The diameter of the beads in the sample measured in microns.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/samples/beads
    rank: 1000
    alias: bead_diameter_micron
    owner: PSFBeads
    domain_of:
    - PSFBeads
    range: float
    required: true
  preparation_protocol:
    name: preparation_protocol
    description: The protocol used to prepare a sample
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: preparation_protocol
    owner: PSFBeads
    domain_of:
    - Sample
    range: Protocol
    required: true
    multivalued: false
    inlined: false
  manufacturer:
    name: manufacturer
    description: A manufacturer
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: manufacturer
    owner: PSFBeads
    domain_of:
    - Microscope
    - Sample
    - PowerMeter
    range: string
    required: false
  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: PSFBeads
    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: PSFBeads
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false