analysis — Analysis tools#
Warning
Need to review the module and update the documentation. Most of this is probably disappearing as we move away from log files to binary files.
Module documentation#
Analysis tools the astropix chip.
- class astropix_analysis.analysis.Run(file_path: str)[source]#
Small conveinence class to read one input cvs file.
dec_ord, id, payload, row, col, ts1, tsfine1, ts2, tsfine2, tsneg1, tsneg2, tstdc1, tstdc2, ts_dec1, ts_dec2, tot_us
- _NUM_ROWS = 13#
- _NUM_COLS = 16#
- static _parse_line(log_file, split_by_colon: bool = True)[source]#
Parse one single line from a log file.