LFP

See also:

Format Specification or Source Specification for LFP.

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

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

LFP - LFP data from one or more channels. The electrode map in each published ElectricalSeries will identify which channels are providing LFP data. Filter properties should be noted in the ElectricalSeries ‘filtering’ attribute.

Required Properties*:

electricalseries

Constructor Summary
LFP(varargin)

LFP - Constructor for LFP

Syntax:

lfp = types.core.LFP() creates an LFP object with unset property values.

lfp = types.core.LFP(Name, Value) creates an LFP object where one or more property values are specified using name-value pairs.

Input Arguments (Name-Value Arguments):
  • electricalseries (ElectricalSeries) - ElectricalSeries object(s) containing LFP data for one or more channels.

Output Arguments:
Property Summary
electricalseries

REQUIRED (ElectricalSeries) ElectricalSeries object(s) containing LFP data for one or more channels.

Tip

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