Class: ImageSize
size of a 2D image (in integer units)
URI: https://w3id.org/osc-em/oscem-schemas-spa/:ImageSize
erDiagram
ImageSize {
    integer height  
    integer 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 | 
| Acquisition | binning_camera | range | ImageSize | 
| AcquisitionGeneral | image_size | range | ImageSize | 
| AcquisitionGeneral | binning_camera | range | ImageSize | 
| AcquisitionSpa | image_size | range | ImageSize | 
| AcquisitionSpa | binning_camera | range | ImageSize | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/osc-em/oscem-schemas-spa
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | https://w3id.org/osc-em/oscem-schemas-spa/:ImageSize | 
| native | https://w3id.org/osc-em/oscem-schemas-spa/:ImageSize | 
LinkML Source
Direct
name: ImageSize
description: size of a 2D image (in integer units)
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
slots:
- height
- width
Induced
name: ImageSize
description: size of a 2D image (in integer units)
from_schema: https://w3id.org/osc-em/oscem-schemas-spa
attributes:
  height:
    name: height
    description: The height of a given item - unit depends on item
    from_schema: https://w3id.org/osc-em/oscem-schemas-spa
    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-spa
    rank: 1000
    alias: width
    owner: ImageSize
    domain_of:
    - ImageSize
    range: integer