Skip to content

Class: PSFBeadsInputData

URI: microscopemetrics_schema:PSFBeadsInputData

classDiagram class PSFBeadsInputData click PSFBeadsInputData href "../PSFBeadsInputData" MetricsInputData <|-- PSFBeadsInputData click MetricsInputData href "../MetricsInputData" PSFBeadsInputData : psf_beads_images PSFBeadsInputData --> "1..*" Image : psf_beads_images click Image href "../Image"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
psf_beads_images 1..*
Image
The image containing the beads provided in the order TZYXC direct

Usages

used by used in type used
PSFBeadsDataset input_data range PSFBeadsInputData

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PSFBeadsInputData
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsInputData
slots:
- psf_beads_images

Induced

name: PSFBeadsInputData
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: MetricsInputData
attributes:
  psf_beads_images:
    name: psf_beads_images
    description: The image containing the beads provided in the order TZYXC. More
      than one image can be provided if the image conditions are the same.
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
    rank: 1000
    alias: psf_beads_images
    owner: PSFBeadsInputData
    domain_of:
    - PSFBeadsInputData
    range: Image
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true