Skip to content

Class: ImageAsNumpy

An image as a numpy array in TZYXC order

URI: microscopemetrics_schema:ImageAsNumpy

classDiagram class ImageAsNumpy Image <|-- ImageAsNumpy ImageAsNumpy : data ImageAsNumpy --|> MetaObject : data ImageAsNumpy : description ImageAsNumpy : image_url ImageAsNumpy : name ImageAsNumpy : source_image_url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
data 0..1
MetaObject
direct
image_url 1..1
String
An URL linking to the image Image
source_image_url 0..*
String
A list of URLs linking to the images that were used as a source Image
name 0..1
String
The name of an entity NamedObject
description 0..1
String
A description of an entity NamedObject

Usages

used by used in type used
ArgolightBInput argolight_b_image range ImageAsNumpy
ArgolightBOutput spots_labels_image range ImageAsNumpy
ArgolightEInput argolight_e_image range ImageAsNumpy
FieldIlluminationInput field_illumination_image range ImageAsNumpy

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

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

LinkML Source

Direct

name: ImageAsNumpy
description: An image as a numpy array in TZYXC order
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Image
attributes:
  data:
    name: data
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    range: MetaObject

Induced

name: ImageAsNumpy
description: An image as a numpy array in TZYXC order
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: Image
attributes:
  data:
    name: data
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema/core_schema
    rank: 1000
    alias: data
    owner: ImageAsNumpy
    domain_of:
    - ImageAsNumpy
    - ImageMask
    - Image2D
    - Image5D
    range: MetaObject
  image_url:
    name: image_url
    description: An URL linking to the image
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    identifier: true
    alias: image_url
    owner: ImageAsNumpy
    domain_of:
    - Image
    range: string
    required: true
  source_image_url:
    name: source_image_url
    description: A list of URLs linking to the images that were used as a source
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: true
    alias: source_image_url
    owner: ImageAsNumpy
    domain_of:
    - Image
    range: string
    required: false
  name:
    name: name
    description: The name of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: name
    owner: ImageAsNumpy
    domain_of:
    - NamedObject
    - Experimenter
    - Column
    range: string
    required: false
  description:
    name: description
    description: A description of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: description
    owner: ImageAsNumpy
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string