The times dictionary is never updated after being initialized in get_bin_info.
This is a real problem if there's ever a collection run that has multiple files in a series, where it only stores information for the 0001.ifm file and nothing following it.
Need to investigate the relationship between the times pulled out of the .ifm files and t_final or t_duration in pixie_parse.py.
The
times
dictionary is never updated after being initialized inget_bin_info
.This is a real problem if there's ever a collection run that has multiple files in a series, where it only stores information for the0001.ifm file and nothing following it.
Need to investigate the relationship between the
times
pulled out of the .ifm files andt_final
ort_duration
inpixie_parse.py
.