project8 / katydid

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

Split TrackProcessing into two processors #151

Closed guiguem closed 6 years ago

guiguem commented 6 years ago

TrackProcessing now combines two algorithms that can act on several types of input data. Among other reasons the fact that one algorithm (double-cut) cannot work with one type of data (SeqLine only) means we should separate them out.

cclaessens commented 6 years ago

Does this need to be part of the track snr & nup project? I agree that it would be nice but I fear that we will keep finding new issues and never finish the current katydid project.

guiguem commented 6 years ago

This is up-to-you. I am not sure on which timescale I could get this, but the processor looks terrible and splitting could potentially straightforward.

cclaessens commented 6 years ago

If you think it is straight forward and have the time to do that then it would of course be nice. We are still working on many other things to, so right now it wouldn't be holding up the project. I am just worried that if we keep adding more issues we will never finish this.

guiguem commented 6 years ago

Being solved in #131