-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Patrick Crumley edited this page Mar 11, 2016
·
10 revisions
Welcome to the Iseult wiki!
Iseult is a GUI for interacting with 2D Tristan-MP simulations. It's written in python using TkInter for the GUI and matplotlib for plotting. To change a subplot settings, right click directly on the subplot. It's nearing the beta phase
Below is the list of what should be completed before beta:
- Measure eps_e and eps_p
- Measure power-law index of electrons and protons
- Record movies (as a bunch of *.pngs to make into gifs)
- (Done!) Save the histogram particle data in the data dict (This should greatly decrease time when returning to plots)
Below are longer term improvements that I may make to Iseult:
- directly save gifs using imagemagick
- ability to save Iseult settings as a json object so you can customize the default plots that are loaded
- change the way that subplot settings are opened to a way that is more discoverable and that doesn't interfere with the right-click functions of matplotlib toolbar.
- figure out a way to re-grid the particle histograms when zooming. The tough part is doing this in a manner that does not significantly affect performance.
- more plot types