From 0df4854b3b4898e609d395feffc49b8cbfdb91cd Mon Sep 17 00:00:00 2001 From: "Von P. Walden" Date: Wed, 8 Jan 2020 12:47:40 -0800 Subject: [PATCH] Updated inline documentation --- readDMV.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readDMV.py b/readDMV.py index dfa571a..4ec3638 100644 --- a/readDMV.py +++ b/readDMV.py @@ -18,8 +18,13 @@ def readDMV(filename): from readDMV import readDMV readDMV('160602F1.CXS') + For CXV file + from readDMV import readDMV + readDMV('160602F1.CXV') + For SUM file - more work to do to decode this type of file... + from readDMV import readDMV + readDMV('160602.SUM') Written by: Von P. Walden @@ -28,6 +33,9 @@ def readDMV(filename): Updates: 15 August 2019 - Updated documentation within this function. + 8 January 2020- Major update (v2.0): + 1) create new functions, + 2) added support for CXV and SUM files. """ import numpy as np import pandas as pd