MotionCorrection

See also:

Format Specification or Source Specification for MotionCorrection.

class types.core.MotionCorrection(varargin)[source]

Bases: types.core.NWBDataInterface, types.untyped.GroupClass, matnwb.mixin.HasUnnamedGroups

MOTIONCORRECTION - An image stack where all frames are shifted (registered) to a common coordinate system, to account for movement and drift between frames. Note: each frame at each point in time is assumed to be 2-D (has only x & y dimensions).

Required Properties*:

correctedimagestack

Constructor Summary
MotionCorrection(varargin)

MOTIONCORRECTION - Constructor for MotionCorrection

Syntax:

motionCorrection = types.core.MOTIONCORRECTION() creates a MotionCorrection object with unset property values.

motionCorrection = types.core.MOTIONCORRECTION(Name, Value) creates a MotionCorrection object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
  • correctedimagestack (CorrectedImageStack) - Results from motion correction of an image stack.

Output Arguments:
Property Summary
correctedimagestack

REQUIRED (CorrectedImageStack) Results from motion correction of an image stack.

Tip

* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.