Skip to content

Commit

Permalink
Let's be honest about what we're doing -MW
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewware committed Jul 25, 2019
1 parent 2589b44 commit 8fd7909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QGL/drivers/APS2Pattern.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
Module for writing hdf5 APS2 files from sequences and patterns
Module for writing .aps APS2 files from sequences and patterns
Copyright 2014 Raytheon BBN Technologies
Expand Down Expand Up @@ -1158,7 +1158,7 @@ def write_sequence_file(awgData, fileName):

def read_sequence_file(fileName):
"""
Reads a HDF5 sequence file and returns a dictionary of lists.
Reads a .aps sequence file and returns a dictionary of lists.
Dictionary keys are channel strings such as ch1, m1
Lists are or tuples of time-amplitude pairs (time, output)
"""
Expand Down

0 comments on commit 8fd7909

Please sign in to comment.