Closed rettigl closed 2 weeks ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
sed/loader/sxp/loader.py | 15 | 17 | 88.24% | ||
<!-- | Total: | 15 | 17 | 88.24% | --> |
Totals | |
---|---|
Change from base Build 11781677796: | -0.006% |
Covered Lines: | 6492 |
Relevant Lines: | 7061 |
Also side question, but have you attempted to use their xfel's own dataloader? Perhaps the data reduction can be done from that (if it works) and the further processing in SED, so we don't have to support updating the loader whenever there is a change.
This is something to look at after v1. For the last beam time, I have indeed used the parquet files directly, that are created using the SXP machinery.
This PR brings in the changes to the sxp reader required for the new daq, while keeping compatibility to the old example tutorial.
It also adds the example dataset for sxp, and adds this to the documentation