From 732107c3f395aec642ceb8e09ac9baf19dd14ae3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 20 Aug 2010 10:24:03 -0400 Subject: [PATCH] Name Hemingway data blocks so they may be viewed in the GUI. --- hooke/driver/hemingway.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.26.2