From 150ccfe11098952ed614852899c1c4c372ef9a35 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Fri, 25 Aug 2023 15:26:29 -0400 Subject: [PATCH] handle different id= --- plot1d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot1d.py b/plot1d.py index b9c503a..bcad50a 100755 --- a/plot1d.py +++ b/plot1d.py @@ -161,7 +161,7 @@ def mouse_moved(e): argparser.add_argument('-f', '--fix', action='store_true', help='fixes the x and y axes of the animation based on the animation\'s first frame') args = argparser.parse_args() -# fnames='run1/tab/LinWave*tab' +# @todo there can be several ID types of the form BASENAME.ID.NNNNN.tab if args.hst: f = glob.glob(args.dir + '/*.hst') else: