|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
Go to the source code of this file.
Namespaces | |
| namespace | plot_reconstruction |
Variables | |
| plot_reconstruction.parser = argparse.ArgumentParser(description='Plot 1d reconstructions') | |
| plot_reconstruction.metavar | |
| plot_reconstruction.type | |
| plot_reconstruction.int | |
| plot_reconstruction.nargs | |
| plot_reconstruction.default | |
| plot_reconstruction.help | |
| plot_reconstruction.args = parser.parse_args() | |
| str | plot_reconstruction.fname = 'reconstruction_{:05d}'.format(args.step[0]) |
| plot_reconstruction.dat = loadtxt('reconstructions_{:05d}.dat'.format(args.step[0])) | |
| int | plot_reconstruction.T = 5e5 |
| float | plot_reconstruction.m_p = 1.67262158e-27 |
| float | plot_reconstruction.k_B = 1.3806503e-23 |
| float | plot_reconstruction.f = 1.0e18 * (m_p / (2.0 * pi * k_B * T)) ** 1.5 * exp(-m_p * dat[:,0] ** 2 / (2.0 * k_B * T)) |
| plot_reconstruction.prop_cycle | |
| plot_reconstruction.lw | |
| plot_reconstruction.label | |
| plot_reconstruction.imax = find(dat[:,1] == max(dat[:,1])) | |
| plot_reconstruction.vmax = dat[imax[0],0] | |
| plot_reconstruction.block | |