From 8fd7909049cf7a4db2d51feea71a065c6ea6f500 Mon Sep 17 00:00:00 2001 From: Matthew Ware Date: Thu, 25 Jul 2019 10:31:52 -0400 Subject: [PATCH] Let's be honest about what we're doing -MW --- QGL/drivers/APS2Pattern.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QGL/drivers/APS2Pattern.py b/QGL/drivers/APS2Pattern.py index f5ff31de..669f4563 100644 --- a/QGL/drivers/APS2Pattern.py +++ b/QGL/drivers/APS2Pattern.py @@ -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 @@ -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) """