Currently converting a simulation output to T0 format is done in a jupyter notebook. This can make the notebook crash for large simulations. Really, it should be done once, separately from the code of a notebook for some other purpose, and then the notebook can just load the saved T0 data.
TODO
Currently converting a simulation output to T0 format is done in a jupyter notebook. This can make the notebook crash for large simulations. Really, it should be done once, separately from the code of a notebook for some other purpose, and then the notebook can just load the saved T0 data.