Skip to content

Class: ImageSize

size of a 2D image (in integer units)

URI: https://w3id.org/osc-em/oscem-schemas/:ImageSize

classDiagram class ImageSize click ImageSize href "../ImageSize" ImageSize : height ImageSize : width

Slots

Name Cardinality and Range Description Inheritance
height 0..1
Integer
The height of a given item - unit depends on item direct
width 0..1
Integer
The width of a given item - unit depends on item direct

Usages

used by used in type used
Acquisition image_size range ImageSize

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/osc-em/oscem-schemas

Mappings

Mapping Type Mapped Value
self https://w3id.org/osc-em/oscem-schemas/:ImageSize
native https://w3id.org/osc-em/oscem-schemas/:ImageSize

LinkML Source

Direct

name: ImageSize
description: size of a 2D image (in integer units)
from_schema: https://w3id.org/osc-em/oscem-schemas
slots:
- height
- width

Induced

name: ImageSize
description: size of a 2D image (in integer units)
from_schema: https://w3id.org/osc-em/oscem-schemas
attributes:
  height:
    name: height
    description: The height of a given item - unit depends on item
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: height
    owner: ImageSize
    domain_of:
    - ImageSize
    range: integer
  width:
    name: width
    description: The width of a given item - unit depends on item
    from_schema: https://w3id.org/osc-em/oscem-schemas
    rank: 1000
    alias: width
    owner: ImageSize
    domain_of:
    - ImageSize
    - EnergyFilter
    range: integer