Uh oh!
There was an error while loading. Please reload this page.
SXP loader - #264
Conversation
rettigl
commented
Nov 14, 2023
This should more or less work now, needs to be tested with a full run. For test data upload, I am waiting for David's approval. |
44f0697 to
498d979ComparePull Request Test Coverage Report for Build 6909677854
💛 - Coveralls |
rettigl
commented
Nov 17, 2023
This works for now. It has only a few modifications to the flash loader, but probably too many to become a single loader. |
zain-sohail
left a comment
There was a problem hiding this comment.
Generally I have seen the git blame so I got the idea where you made changes.
Is this going to be a permenant loader or it's just for your beamtime?
Because adapting flash loaders structure makes this confusing and likely unmaintainable. We should later definitely think of a solution to this.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Lets wait for data approval before merging, I'd suggest
There was a problem hiding this comment.
Not sue there will be a public example dataset soon, but I'd still like to merge this and make it usable easily.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rettigl
commented
Nov 17, 2023
Well, In gerneral the requirements for FLASH and SXP are very similar, i.e. the train /micro/macrobunch structure etc., so it does not make sense to me to deviate too much from what we have. But I agree we need to find a way to maintain this. Either we outsource the common code into utils files, or build an intermedate FEL loader, where FLASH and SXP loader inherit from. |
zain-sohail
commented
Nov 18, 2023
I think best solution is to define different classes for these different aspects and create the actual loaders to instantiate these classes |
PR for drafting an SXP loader