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

Fix pulse slicing code to advance to next train on same pulse ID #259

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

philsmt
Copy link
Collaborator

@philsmt philsmt commented Nov 20, 2024

The native pulse slicing code compares subsequent pulse IDs to advance from train to train. In the case of a single pulse, this value never changes, thus reading the same (first) train over and over.

@philsmt philsmt force-pushed the fix/adq-single-pulse-data branch from 0978698 to 707eb58 Compare November 20, 2024 09:46
@philsmt philsmt force-pushed the fix/adq-single-pulse-data branch from 707eb58 to 7ad2850 Compare November 20, 2024 10:03
@takluyver
Copy link
Member

LGTM; could have a test, but I don't think it's essential

@philsmt
Copy link
Collaborator Author

philsmt commented Nov 20, 2024

I fully agree, but the testing infrastructure for this component requries some minor polishing. This bug is too serious to have it wait, though. Thanks!

@philsmt philsmt merged commit e058209 into master Nov 20, 2024
5 of 9 checks passed
@philsmt philsmt deleted the fix/adq-single-pulse-data branch November 20, 2024 12:32
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

Successfully merging this pull request may close these issues.

2 participants