DfOverF

See also:

Format Specification or Source Specification for DfOverF.

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

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

DFOVERF - dF/F information about a region of interest (ROI). Storage hierarchy of dF/F should be the same as for segmentation (i.e., same names for ROIs and for image planes).

Required Properties*:

roiresponseseries

Constructor Summary
DfOverF(varargin)

DFOVERF - Constructor for DfOverF

Syntax:

dfOverF = types.core.DFOVERF() creates a DfOverF object with unset property values.

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

Input Arguments (Name-Value Arguments):
  • roiresponseseries (RoiResponseSeries) - RoiResponseSeries object(s) containing dF/F for a ROI.

Output Arguments:
Property Summary
roiresponseseries

REQUIRED (RoiResponseSeries) RoiResponseSeries object(s) containing dF/F for a ROI.

Tip

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