test_penepma16_res: Find the lines containing simulation time, number of...

Description Usage Arguments Value

Description

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

Usage

1
2
test_penepma16_res(sim_dir, skip_time = 6, skip_traj = 2,
  skip_unc = 33)

Arguments

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).

Value

None. Prints lines chosen.


jrminter/rpemepma documentation built on May 29, 2019, 11:43 a.m.