Functions | |
def | cli (ctx) |
def | unitify_depos (ctx, json_path, distance_unit, time_unit, energy_unit, step_unit, input_file, output_file) |
def | move_depos (ctx, json_path, center, offset, input_file, output_file) |
def | plot_depos (ctx, json_path, plot, input_file, output_file) |
def | plot_test_boundaries (ctx, times, npz_file, pdf_file) |
def | plot_sim (ctx, input_file, output_file, ticks, plot, tag, time_range, number, channel_groups, channel_boundaries) |
def | main () |
def wirecell.gen.main.cli | ( | ctx | ) |
def wirecell.gen.main.move_depos | ( | ctx, | |
json_path, | |||
center, | |||
offset, | |||
input_file, | |||
output_file | |||
) |
def wirecell.gen.main.plot_depos | ( | ctx, | |
json_path, | |||
plot, | |||
input_file, | |||
output_file | |||
) |
def wirecell.gen.main.plot_sim | ( | ctx, | |
input_file, | |||
output_file, | |||
ticks, | |||
plot, | |||
tag, | |||
time_range, | |||
number, | |||
channel_groups, | |||
channel_boundaries | |||
) |
Make plots of sim quantities saved into numpy array files.
Definition at line 148 of file main.py.
def wirecell.gen.main.plot_test_boundaries | ( | ctx, | |
times, | |||
npz_file, | |||
pdf_file | |||
) |
Make some plots from the boundaries test. wire-cell -c gen/test/test_boundaries.jsonnet this makes a test_boundaries.npz file which is input to this command.
Definition at line 94 of file main.py.
def wirecell.gen.main.unitify_depos | ( | ctx, | |
json_path, | |||
distance_unit, | |||
time_unit, | |||
energy_unit, | |||
step_unit, | |||
input_file, | |||
output_file | |||
) |