Skip to content

Commit

Permalink
wish list for qtrun
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Oct 16, 2023
1 parent 88048ae commit 9711c62
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,22 @@ where versions can be retrieved as follows:
python --version
python -c 'import matplotlib as m; print(m.__version__)'


# qtrun

Notice that qtrun.py is also copied to $NEMO/src/tools/tkrun such that
when NEMO is installed a new version will appear in $NEMOBIN/qtrun !

Here is a wish list for the next version of qtrun:

- optional keyfile as 2nd argument
- better vertical size guess?
- remember last keyfile name used?
- option to not do "all files", but e.g. "*key"
- help() should be popop, not to terminal
- should we try and accumulate "#> HELP" sections and add this to the help()
- logfile popop vs. putting it in terminal???
- log (or generally math) sliders with optional function, e.g.
#> SCALE 0:20:0.1 10**
- design an experiment where qtrun makes a multi-variate table that is viewed
with a 3rd party program (e.g. glueviz, topcat)

0 comments on commit 9711c62

Please sign in to comment.