Load class#
- class pyPLUTO.Load[source]#
The Load class loads the data (fluid) from the output files.
The initialization corresponds to the loading, if wanted, of one or more datafiles for the fluid. The data are loaded in a memory mapped numpy multidimensional array. Such approach does not load the full data until needed. Basic operations (i.e. no numpy) are possible, as well as slicing the arrays, without fully loading the data.
Initialize the Load class.