From: W. Trevor King Date: Fri, 20 Aug 2010 14:24:03 +0000 (-0400) Subject: Name Hemingway data blocks so they may be viewed in the GUI. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=732107c3f395aec642ceb8e09ac9baf19dd14ae3 Name Hemingway data blocks so they may be viewed in the GUI. --- diff --git a/hooke/driver/hemingway.py b/hooke/driver/hemingway.py index 5803800..e65b613 100644 --- a/hooke/driver/hemingway.py +++ b/hooke/driver/hemingway.py @@ -69,6 +69,7 @@ class HemingwayDriver (Driver): 'deflection (N)', 'imposed (N)', ] + ret.info['name'] = 'force clamp' # assume 1 ms timestep ret[:,0] = numpy.arange(0, 1e-3*data.shape[0], 1e-3, dtype=ret.dtype)