From 3aa371678870ed66435b11031f95c38e2f66b5e2 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Tue, 3 Dec 2013 22:11:58 +0000 Subject: [PATCH] Improved MPRfile docstring --- BioLogic.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BioLogic.py b/BioLogic.py index c211986..ecfaa03 100644 --- a/BioLogic.py +++ b/BioLogic.py @@ -174,6 +174,13 @@ class MPRfile: The file format is not specified anywhere and has therefore been reverse engineered. Not all the fields are known. + + Attributes + ========== + modules - A list of dicts containing basic information about the 'modules' + of which the file is composed. + data - numpy record array of type VMPdata_dtype containing the main data + array of the file. """ def __init__(self, file_or_path):