Fluorescence

See also:

Format Specification or Source Specification for Fluorescence.

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

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

FLUORESCENCE - Fluorescence information about a region of interest (ROI). Storage hierarchy of fluorescence should be the same as for segmentation (ie, same names for ROIs and for image planes).

Required Properties*:

roiresponseseries

Constructor Summary
Fluorescence(varargin)

FLUORESCENCE - Constructor for Fluorescence

Syntax:

fluorescence = types.core.FLUORESCENCE() creates a Fluorescence object with unset property values.

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

Input Arguments (Name-Value Arguments):
  • roiresponseseries (RoiResponseSeries) - RoiResponseSeries object(s) containing fluorescence data for a ROI.

Output Arguments:
Property Summary
roiresponseseries

REQUIRED (RoiResponseSeries) RoiResponseSeries object(s) containing fluorescence data 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.