Description Usage Arguments Value
Find the lines containing simulation time, number of trajectories, and relative uncertainty from a penepma16 simulation. The lines in the file are shifted, typically because of changes in the number of detectors. Use this to find offsets for the function proc_penepma16_res
1 2 | test_penepma16_res(sim_dir, skip_time = 6, skip_traj = 2,
skip_unc = 33)
|
sim_dir |
The path to the directory with penepma.res file. |
skip_time |
An integer. The number of lines to skip to read the line containing the simulation time. Default:6. |
skip_traj |
An integer. The number of lines to skip to read the line containing the number of trajectories, Default: 2 (additional lines). |
skip_unc |
An integer. The number of lines to skip to read the line with the uncertainty value. Default: 33 (additional lines). |
None. Prints lines chosen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.