-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extract SNR of tracks #126
Comments
The max SNR of a track would also be interesting. |
This sounds like a good idea. A few thoughts on the implementation:
|
After discussing with Mathieu we came up with this list of changes. I hope I summarized them correctly. I am not happy with the naming of the new track properties yet. For now, I used "Bin" and "Track" in the names to distinguish between properties that use power solely from the track bins and properties that use the combined power of adjacent bins. |
I forgot the changes to the sparse waterfall candidates. They need to include the new information too, so the track processing can access it. |
It would be useful to extract the SNR of tracks as the bins average intensity of the track relative to the background shape.
We could then save it next to the TrackTotalPower as they carry a different information.
We could then do cuts on the snr of the tracks/events.
The text was updated successfully, but these errors were encountered: