--------------
* Move the configuration files and example modes data to a subpackage ``bcdi.examples``
so that they are distributed with the builds and wheels.
* Move the run functions from `bcdi_strain.py` and `bcdi_preprocessing_BCDI.py` to new
dedicated modules `postprocessing.postprocessing_runner` and
`preprocessing.preprocessing_runner`, so that it can be imported.
* Add an example in the documentation, using the dataset ID182 from the CXIDB.
* Bug with interpolation with xrayutilities: use the correct number of values to unpack
from the call to `beamline.Beamline.process_position` (the detector distance was
missing)
* Allow the correction of detector angles directly in `bcdi_preprocessing_BCDI.py` and
`bcdi_strain.py`. The user can either provide the Bragg peak position, or this one
will be calculated from the provided direct beam position and the setup geometry.
The user can still provide already corrected detector angles.
* Bug: use the unbinned detector pixel size in `detector.create_roi`,
`diffractometer.init_data_mask` and `diffractometer.load_check_dataset` instead of
the calculated pixel size, which includes the preprocessing binning.
* Rename the parameters for the definition of the detector ROI for data loading
`x_bragg` and `y_bragg` as `center_roi_x` and `center_roi_y`, to avoid the confusion
with the Bragg peak position.