-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
30 lines (28 loc) · 1012 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- Restructure candidate plot
[*] Have dedispersed time series
[*] Have dispersed waterfall
[*] Have DM-width log log
[*] Fscrunching
[*] Draw lines
[ ] Side bar CandidateAntenna
- Candidate summary
[*] Color-coded antenna DM, S/N, Width
[ ] Plot the distribution
- Bias search
[ ] Generate FILs, write python to automate and distribution wise
[ ] Heimdall candidate analysis
- Work coadd
[ ] Distribution based co-addition
[ ] GPTOOL-like tool
- Scrutinizer
[ ] Matched filter based scrutinizing
- Search strategies
- Work on this after Bias
- Machine Learning (RFs + XGBoost) Using Shogun C++
[ ] After Search strategies
- Don't use autotools, use CMAKE. | Low priority
- boost::asio for multicast socket stuff
int MulticastSend(const char *ip, int port, const char *message, int length)
int openMultiCastSocket(const char *ip, int port)
int closeMultiCastSocket(int sock)
int MultiCastReceive(int sock, char *message, int maxlen, char *from)