https://github.com/mfitzp/icoshift

sort by:
Revision Author Date Message Commit Date
1b820a0 Update to README.md 22 October 2014, 09:34:00 UTC
f3e9df2 v1.0 feature-parity with MATLAB implementation 20 October 2014, 14:44:20 UTC
3037a86 Fixes for scale; best (b) fast(f) and numberic maximum shift 20 October 2014, 14:24:15 UTC
cbcb8be Fix fill with np.nan 20 October 2014, 13:15:33 UTC
5098341 Fix slice error on certain intervals 20 October 2014, 10:28:20 UTC
eddadd4 Fix to the sparse matrix multiplication to match MATLAB implementation 20 October 2014, 09:30:52 UTC
a48c132 Merge branch 'master' of github.com:mfitzp/icoshift 19 October 2014, 16:48:08 UTC
91a83f7 Fix to segment generation (from n segments) to match the MATLAB implementation; fixes previous bugs on some values of n 19 October 2014, 16:37:36 UTC
a7c3a65 Update the function documentation to match the Python API 19 October 2014, 15:59:27 UTC
54379b4 Mostly functional implementation: remaining is NaN filling, custom Scales, and errors on a few segmental settings (source data dependent) 19 October 2014, 15:55:48 UTC
f57b833 Fill-with NaN () not works for non-intervals 19 October 2014, 14:33:15 UTC
a3ab926 Fill-with NaN () not works for non-intervals 19 October 2014, 13:25:21 UTC
b8a8281 Fixes co-shift pre-processing with intervals 19 October 2014, 12:54:50 UTC
5a927ec More bugfixes; most failures occurring at the same point in the code 18 October 2014, 21:20:54 UTC
7b6ab0c ... 18 October 2014, 20:03:57 UTC
8c00816 Segmental alignment fixes; for all average, median, max and average2 18 October 2014, 18:25:41 UTC
bd9e59a Fix 'max' target 18 October 2014, 14:42:26 UTC
1670813 Misc fixes 17 October 2014, 15:03:41 UTC
0be8e8f Pad to 2** before FFT for huge performance increase: http://stackoverflow.com/questions/21161033/strange-numpy-fft-performance 17 October 2014, 14:52:37 UTC
c4d7e3a Coshift preprocessing flag 17 October 2014, 09:44:29 UTC
ecd44ba Move fill_with_previous to keyword parameter; 17 October 2014, 09:26:00 UTC
2491fac Average2 fix 17 October 2014, 08:36:24 UTC
ae455f2 Average/median case fixed (variable name clash on enumerate lists); various other fixes 17 October 2014, 08:14:10 UTC
6291a41 Fix more MATLAB code weirdness 16 October 2014, 21:01:55 UTC
6f59acc More fixes = broken. This commit is broken due to changes required to make average2 (and other modes than average/median) function correctly. A set of tests will be added shortly for each step of the processing code to check the functionality of functions vs. that in MATLAB + the test code committed to the repository. 16 October 2014, 20:38:49 UTC
027b0f4 Fix average2 logic 16 October 2014, 19:41:59 UTC
5ca03b5 Fix average2 logic 16 October 2014, 19:38:17 UTC
a502373 Fixes; average2 almost working 16 October 2014, 19:20:09 UTC
b94057f Fixes; average2 almost working 16 October 2014, 19:16:41 UTC
a81ba05 More code cleanup: remove redundant MATLAB ui code and fix function calling 16 October 2014, 19:06:45 UTC
96ee9b0 More code cleanup: remove redundant MATLAB ui code and fix function calling 16 October 2014, 19:05:43 UTC
d6dfcae More code cleanup: remove redundant MATLAB ui code and fix function calling 16 October 2014, 19:04:56 UTC
2024330 More code cleanup: remove redundant MATLAB ui code and fix function calling 16 October 2014, 19:03:36 UTC
4b682f8 Pythonification of the source Fixing various non-Pythonic things about the source inc. - variable and function names are now lowercase - logging.info and logging.warn used for output and warnings - += 1 on accumulators - remove redundant ( ) on a lot of if statements This does not alter the function, just hopes to make it more easily maintainable. 16 October 2014, 15:14:19 UTC
80dea8f ... 16 October 2014, 15:14:12 UTC
00c1ece Fix bug in CC_FFTShift 16 October 2014, 15:13:36 UTC
b24d624 Fix bug in CC_FFTShift 09 October 2014, 10:17:59 UTC
3fbff60 Fix parentheses issues, Python3 compat (print statement), and PEP8 29 July 2014, 10:42:25 UTC
59a9949 Fix to best/fast methods of matching; more to come. 26 January 2014, 21:13:28 UTC
3827175 Update to setuptools 28 November 2013, 14:15:04 UTC
bafd429 ... 01 November 2013, 00:44:42 UTC
87968be Add detail to the readme 31 October 2013, 23:57:43 UTC
4420f54 Initial commit 31 October 2013, 23:43:26 UTC
5c73bcd Initial commit 31 October 2013, 23:41:09 UTC
b839317 Initial commit 31 October 2013, 23:40:29 UTC
back to top