Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 25, 2023
1 parent 641b38e commit 0962df6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]

Expand All @@ -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
Expand Down

0 comments on commit 0962df6

Please sign in to comment.