Open guiguem opened 6 years ago
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. The processed tracks would get 7 new properties (3 SNR, 3 NUPs and number of identified track bins). In addition we want to move some tasks from the STF (summing of power and producing procTracks) to other processors (discriminator and track processing).
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.