Skip to content

Handles missing data in notebook 2 by setting it to 0

Loic Huder requested to merge fix-missing-data into main

Fix #5 (closed)

This sets the missing integration data to 0 when encountering a scan with less frames than expected. The motor positions are replaced by a linear sequence inferred from the existing positions.

This allows to still have the merging working without any modification:

image

Missing normalization data is also set to 0:

image

Merge request reports