Skip to content

Base knife-edge scan analysis implementation

Cammille Carinan requested to merge knife-edge-base into master

Hi @lleguy @mercadil,

This is an example of a base implementation, specifically the knife edge scan analysis from Laurent's tb.knife_edge. This is agnostic from xarray data format, thus this can be easily used on other means, such as on a Karabo device.

I also have found out that there could be problems with using bisect especially with repetitive elements. I use slicing instead to find the valid range.

Edited by Cammille Carinan

Merge request reports