Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] ABC for DataMessageBase or better name #141

Open
cboulay opened this issue Aug 29, 2024 · 0 comments
Open

[REQ] ABC for DataMessageBase or better name #141

cboulay opened this issue Aug 29, 2024 · 0 comments

Comments

@cboulay
Copy link
Collaborator

cboulay commented Aug 29, 2024

IMO, we need an abstract base class that defines the interface for messages containing signals and features that will be passed through signal processing, feature extraction, and decoding nodes. AxisArray will be an implementation of this class.

Then our nodes (mostly in ezmsg-sigproc) can be refactored to use class methods as much as possible.

Then we can add new classes. e.g., one where data is sparse, or where data is a handle to GPU memory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant