Skip to content

Catch raw data format errors

Eric Torrence requested to merge torrence/calypso:recodev into master

Catch errors for missing and truncated headers.

A handful of testbeam files have malformed headers. Trap these errors and stop reading files (but do not crash).

Merge request reports