Changelog:
- [feature] introduce input data compressed format ("*.ttcf")-> faster loading, few times smaller size than txt
- [feature] open file/app from File Explorer
- [feature] new view modes (X-t, X-s, t-Y, s-Y, t-s) & crossection selector
- [feature] view params can now be connected & changed simultaneously
- [feature] new wavelets (B-Spilne(2), Shannon, Modified Shannon, Poisson(1), Poisson(2))
- [fix] Fourier integration coefficients calculation
- [fix] Morlet wavelet function
- [fix] some panic's
- [perf.] data padding -> faster Fourier & integration (for non 2^n data length)
- [perf.] changed data layout -> faster Fourier & integration (x2-3)
- [perf.] faster file loading (x5-6)
- better wavelet coefficients calculation
- add windowing before Fourier
- some internal changes