jordanweaver / pyramds

1 stars 1 forks source link

Bug in `get_bin_info` and returned `times` dictionary #2

Closed jordanweaver closed 10 years ago

jordanweaver commented 10 years ago

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.