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

Add option to add table containing lengths of pulsemaps #644

Open
AMHermansen opened this issue Dec 7, 2023 · 0 comments
Open

Add option to add table containing lengths of pulsemaps #644

AMHermansen opened this issue Dec 7, 2023 · 0 comments
Labels
feature New feature or request

Comments

@AMHermansen
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently there is no quick way to find out how many pulses there are in a given event. This makes it time-consuming to do analysis involving the number of pulses. It also makes it difficult to create a torch.utils.data.Sampler which requires information of lengths of the pulsesmaps.

Describe the solution you'd like
I would like to have the option to add the number of pulses for each event of a given pulsemap to a database, this could either be in the truth table on a new pulsemapCount table. Implementation wise I think this could either be an optional argument to the extractors, or it could be an extractor by itself.

Describe alternatives you've considered
It might be outside the scope of the library, and hence end-users are responsible for implementing such a feature themselves.

@AMHermansen AMHermansen added the feature New feature or request label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant