Skip to content

Commit

Permalink
Updated inline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vonw committed Jan 8, 2020
1 parent dc57bfd commit 0df4854
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readDMV.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0df4854

Please sign in to comment.