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 2d9cd1c commit 3815a56
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
- 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.
- in the animation, the picture at T=0 when nothing is loaded yet looks

- Important need for our GUI tags. We need a new TAGNAME, that clones a keyword value, e.g.
nx=1 # help for a #> SLIDER 0:10:1
ny=1 # help for b #> LINK nx
or in athena there are blocks, so there it would need to be something like
ny=1 # help for b #> LINK mesh/nx
this would cause mesh/ny to get the value of mesh/nx.


- option to integrate with a running athena [advanced]

Expand All @@ -26,7 +35,7 @@
- plot2d: allow option of contour with color, or just contour or just color. this would
(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?
- plot2d: can we assume nx3=1 or could we also have X or Y slices? [done, indeed we assume Z=0]

- 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.
Expand Down

0 comments on commit 3815a56

Please sign in to comment.