ImageReferences
- See also:
Format Specification or Source Specification for ImageReferences.
- class types.core.ImageReferences(varargin)[source]
Bases:
types.core.NWBData,types.untyped.DatasetClassIMAGEREFERENCES - Ordered dataset of references to BaseImage (e.g., Image or ExternalImage) objects.
- Required Properties*:
data
- Constructor Summary
- ImageReferences(varargin)
IMAGEREFERENCES - Constructor for
ImageReferences- Syntax:
imageReferences = types.core.IMAGEREFERENCES()creates an ImageReferences object with unset property values.imageReferences = types.core.IMAGEREFERENCES(Name, Value)creates an ImageReferences object where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
data (
Object reference to BaseImage) - Data property for dataset class (ImageReferences)
- Output Arguments:
imageReferences (
types.core.ImageReferences) - AnImageReferencesobject
- Method Summary
- validate_data(val)
Reference to type BaseImage
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.