project8 / katydid

Project 8 data analysis package
Other
5 stars 4 forks source link

Extract SNR of tracks #126

Open guiguem opened 6 years ago

guiguem commented 6 years ago

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.

cclaessens commented 6 years ago

The max SNR of a track would also be interesting.

nsoblath commented 6 years ago

This sounds like a good idea. A few thoughts on the implementation:

cclaessens commented 6 years ago

suggested_katydid_changes.pdf

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.

cclaessens commented 6 years ago

I forgot the changes to the sparse waterfall candidates. They need to include the new information too, so the track processing can access it.