"README.md" did not exist on "2330824ff4fdc78d1744911c6dad4c1b196077df"
Base knife-edge scan analysis implementation
1 unresolved thread
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.