FAYE: A Java Implement of the Frame/Stream/Stop Analysis Model
S. Patton

TL;DR
FAYE is a Java-based implementation of the Frame/Stream/Stop analysis model, providing a flexible, experiment-independent framework for analyzing various data types, including detector trends and visualization tasks.
Contribution
It introduces a modular, customizable Java framework for data analysis based on the Frame/Stream/Stop model, emphasizing independence and flexibility.
Findings
FAYE's core is highly generic and experiment-independent.
Customization can be done in C++ via JNI.
The model supports diverse data analysis applications.
Abstract
FAYE, The Frame AnalYsis Executable, is a Java based implementation of the Frame/Stream/Stop model for analyzing data. Unlike traditional Event based analysis models, the Frame/Stream/Stop model has no preference as to which part of any data is to be analyzed, and an Event get as equal treatment as a change in the high voltage. This model means that FAYE is a suitable analysis framework for many different type of data analysis, such as detector trends or as a visualization core. During the design of FAYE the emphasis has been on clearly delineating each of the executable's responsibilities and on keeping their implementations as completely independent as possible. This leads to the large part of FAYE being a generic core which is experiment independent, and smaller section that customizes this core to an experiments own data structures. This customization can even be done in C++, using…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Storage Technologies
