Skip to content

Check that provided file exists in FileCalibration constructor

Daniel Joseph Antrim requested to merge dantrim_filecalibration_filecheck into devel

This MR adds a check in the FileCalibration constructor for whether or not the provided path can be opened properly. If it cannot, a std::runtime_error exception is thrown.

Related issues: #74 (closed)

Merge request reports