Missing `darks` and `flats` parameters in loader YAML template
Closed this issue · 0 comments
Connected to DiamondLightSource/httomo#349
The loader YAML template in httomo-backends
is currently under version control rather than autogenerated (and any autogenerated versions will be autogenerated from the old loader in httomo, rather than from the new "block loader"), and the current state of the YAML template is missing the darks
and flats
parameters:
From httomo's side, this means that the YAML checker rejects any YAML pipeline file containing those parameters, such as the I12 test pipeline in httomo that specifies separate darks/flats: https://github.com/DiamondLightSource/httomo/blob/7842bae27c1777545279aa36e8c10d9c4eeb489f/tests/samples/pipeline_template_examples/DLS/03_i12_separate_darks_flats.yaml#L14-L19