We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa8e5f commit 99588dcCopy full SHA for 99588dc
README.rst
@@ -55,11 +55,11 @@ Example - Import
55
^^^^^^^^^^^^^^^^
56
Import into python script::
57
58
- from readMeasDataVB15 import readMeasDataVB15
+ from rawdatarinator.readMeasDataVB15 import readMeasDataVB15 as rmd
59
60
class DataLoader:
61
def __init__(self):
62
- data = readMeasDataVB15('raw.dat')
+ data = rmd('raw.dat')
63
64
if __name__ == "__main__":
65
DataLoader()
0 commit comments