From 0962df6ba5dbcd3d0cf6a64194ca73ffe8b64ca8 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Fri, 25 Aug 2023 14:40:47 -0400 Subject: [PATCH] more --- TODO.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index d74ceeb..4d0de13 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,6 @@ - python vs. python3 (just a worry if some have no python, but do have python3) -- better detect what's available (tab, vtk, bin) - - use the -d flag in plot1.py for directory, it should auto-detect *.tab or tab/*.tab [done] - - use vtk reader to grab vtk files (1d and 2d) [no more vtk, we will only use bin and tab] - - use bin reader (can do AMR, where vtk cannot) - check between athena_read.py and plot_slice.py - what's the best way to construct plot2d.py from - for output (run) directory, use basename of the problem set, and then run1, run2, ..... inside of those? - the startup tool could look inside the problem run directories @@ -18,6 +13,9 @@ - killing parent will not kill the children (could be an advanced option, because it's nice killing a parent keeps the children alive. - resizing and sizing of sub-areas in the GUI (avoid negative space) + - the delay(ms) in the animator doesn't seem to work well, it's erratic? + For example I had it taking 5.8sec to do run2, but that was then + independent of the delay setting , which is now 1..20 ms. - option to integrate with a running athena [advanced] @@ -29,8 +27,11 @@ (like in plot1d) give us option to combine two variables and compare them. - plot2d: can we assume nx3=1 or could we also have X or Y slices? - +- ensure if with id= we can handle different *.tab files. Probably need a new --id flag in plot1d.py for this + In the end, extracting them from the bin file might be faster. + +- save animation as mp4? # Older vis software from athenak