Skip to content

Add ability to add version to the calibration filepath.

Daniel Williams requested to merge add-calibration-version into master

What?

This MR makes it possible to specify the calibration version which should be used when returning calibration undertainty envelopes, with a new setting, calibration version, which should be added to the blueprint in order to specify the version explicitly. If the version is not specified it will default to v1 in order to maintain backwards compatibility.

Why?

The final versions of the calibration data will be provided in a directory structure slightly different from what was initially anticipated, so this change is required to allow asimov to find the files.

Who?

This MR was prepared by @daniel-williams.

Merge request reports