Skip to content

Commit

Permalink
Merge pull request #829 from NeurodataWithoutBorders/fix/DecompSeries…
Browse files Browse the repository at this point in the history
…_docval

mention the order of dimensions in doc for DecompositionSeries.data a…
  • Loading branch information
bendichter authored Mar 12, 2019
2 parents 30e5412 + 886a2cb commit b5939d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class DecompositionSeries(TimeSeries):

@docval({'name': 'name', 'type': str, 'doc': 'The name of this TimeSeries dataset'},
{'name': 'data', 'type': ('array_data', 'data', TimeSeries),
'doc': 'The data this TimeSeries dataset stores. Can also store binary data e.g. image frames'},
'doc': 'dims: num_times * num_channels * num_bands', 'shape': (None, None, None)},
{'name': 'description', 'type': str, 'doc': 'Description of this TimeSeries dataset'},
{'name': 'metric', 'type': str, 'doc': "metric of analysis. recommended: 'phase', 'amplitude', 'power'"},
{'name': 'unit', 'type': str, 'doc': 'SI unit of measurement', 'default': 'no unit'},
Expand Down

0 comments on commit b5939d5

Please sign in to comment.