https://github.com/regeirk/pycwt

sort by:
Revision Author Date Message Commit Date
30d2399 Merge pull request #56 from till-m/main Fix `SyntaxError` 29 February 2024, 00:09:05 UTC
cc225d3 Fix `SyntaxError` 20 February 2024, 10:22:17 UTC
d53dbe4 Merge pull request #43 from Joscelinrocha/master updating the deprecated np.int 13 March 2023, 13:05:57 UTC
e809412 np.int to int `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. 08 March 2023, 04:44:13 UTC
301a657 Update helpers.py `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. 08 March 2023, 04:42:22 UTC
b8824c5 Merge pull request #34 from anielsen001/master updated docstring to indicate use of sig keyword 18 October 2020, 00:32:17 UTC
0136e5c updated docstring with return values 06 October 2020, 15:45:46 UTC
21d2cac updated comments about sig kwarg 06 October 2020, 15:22:13 UTC
9a9093e moved function calls that are not needed unless significance is calculated into the if statement 06 October 2020, 15:16:03 UTC
d78b16c changed sig -> significance_level. sig was never defined and resulted in an exception. 06 October 2020, 13:37:16 UTC
33ce94f Merge pull request #29 from ymarcon1/patch-1 Correction of equation for the calculation of the inverse wavelet tra… 05 April 2020, 18:55:05 UTC
48757c5 Correction of equation for the calculation of the inverse wavelet transform Corrected the equation of the inverse wavelet transform to be consistent with eq. 11 of Torrence and Compo (1998), eq. (11). 09 November 2018, 13:03:25 UTC
1bef44e Changes in README for PyPI long description. modified: README.rst modified: doc/conf.py modified: pycwt/__init__.py modified: setup.cfg modified: setup.py -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 09 August 2017, 18:42:59 UTC
997b4a9 Changes in README and version. modified: README.rst modified: doc/conf.py modified: pycwt/__init__.py modified: setup.py -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 23:55:53 UTC
f5b34a0 Minor updates in README. -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 23:50:55 UTC
0b602a2 Documentation updates for Python Packaging. modified: README.rst modified: doc/conf.py modified: pycwt/__init__.py modified: setup.py -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 23:34:15 UTC
0fd7a7b Documentation updates for Python Packaging. renamed: LICENSE.rst -> LICENSE.txt modified: MANIFEST.in modified: README.rst modified: doc/conf.py modified: pycwt/__init__.py modified: setup.py -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 23:25:48 UTC
c9c841d Updated README file -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 21:17:29 UTC
99c947d Removed reference to Depsy in README file. -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 21:05:26 UTC
7710afa Changed extensions for README and LICENSE. -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 21:03:20 UTC
7154333 Updates to make Travis CI work modified: .travis.yml -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 20:57:02 UTC
b002f97 Updates to make Travis CI work modified: .travis.yml -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 20:55:09 UTC
f87729f Updates to make Travis CI work new file: requirements.txt -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 20:48:01 UTC
aa0cd3d Minor documentation and setup updates modified: doc/conf.py modified: doc/conf.py modified: doc/index.rst modified: .gitignore modified: MANIFEST.in modified: pycwt/__init__.py modified: pycwt/__init__.py modified: README.md modified: setup.cfg modified: setup.py modified: setup.py new file: doc/comments.rst new file: .travis.yml -- Signed-off-by: Sebastian Krieger <sebastian@nublia.com> 08 August 2017, 20:39:36 UTC
66b546d Minor updates for setup: reference to README.md changed to README.txt modified: doc/conf.py modified: pycwt/__init__.py modified: setup.py 19 July 2017, 12:49:12 UTC
d1a0f93 Merge branch 'master' of https://github.com/regeirk/pycwt # Conflicts: # pycwt/wavelet.py 23 June 2017, 22:01:02 UTC
1925430 Minor version updates modified: doc/conf.py modified: pycwt/__init__.py modified: pycwt/wavelet.py modified: setup.py 23 June 2017, 21:55:16 UTC
5196cff Merge pull request #24 from TariqAHassan/master Reinstate `progress` param for `wct_significance` and Refactor 23 June 2017, 21:45:50 UTC
5894349 Reinstate `progress` param for `wct_significance` and Refactor 31 May 2017, 21:11:17 UTC
bf233a5 Merge pull request #23 from rsnemmen/progressbar Replaced progressbar module with tqdm, which supports Python 3 and is better maintained 31 May 2017, 20:17:23 UTC
f1678a9 fixed correct README in setup.py Otherwise `python setup.py install` fails because it could not find the README file. 30 May 2017, 14:46:20 UTC
7fa1b06 updated setup to include tqdm instead of progressbar 30 May 2017, 14:42:26 UTC
5189749 Replaced module progressbar with tqdm, which supports python 3 I was having issues installing the module progressbar in my Python 3 distribution, in order to get pycwt installed. I solved this by replacing all progressbar dependencies in the code by tqdm. tqdm is more powerful and way more maintained than progressbar. Furthermore, I removed the option `progress` from the arguments to wct_significance. Now it will always display the progressbar--which was the default behavior anyway. 30 May 2017, 14:35:37 UTC
b0ba8b5 Resolved merge confict. 17 May 2017, 19:01:38 UTC
c019418 Mostly documentation updates. deleted: LICENSE.txt deleted: README.txt modified: .gitignore modified: README.md modified: doc/conf.py modified: pycwt/__init__.py modified: pycwt/helpers.py modified: pycwt/mothers.py modified: pycwt/sample/dataset.py deleted: pycwt/sample/paos.colorado.edu/research/wavelets/wave_idl/nino3sst.txt modified: pycwt/sample/sample.py modified: pycwt/sample/sample_xwt.py modified: pycwt/wavelet.py modified: setup.py 17 May 2017, 18:55:16 UTC
7e4edb6 Mostly documentation updates. deleted: LICENSE.txt deleted: README.txt modified: .gitignore modified: README.md modified: doc/conf.py modified: pycwt/__init__.py modified: pycwt/helpers.py modified: pycwt/mothers.py modified: pycwt/sample/dataset.py deleted: pycwt/sample/paos.colorado.edu/research/wavelets/wave_idl/nino3sst.txt modified: pycwt/sample/sample.py modified: pycwt/sample/sample_xwt.py modified: pycwt/wavelet.py modified: setup.py 17 May 2017, 18:36:19 UTC
a0c191c Merge branch 'smartass101-custom_freqs' 17 May 2017, 17:42:24 UTC
d35e856 Custom frequencies added to `pycwt.cwt` 17 May 2017, 17:41:42 UTC
d036072 More documentation updates. modified: README.md modified: README.txt modified: doc/Makefile deleted: doc/_build/doctrees/environment.pickle deleted: doc/_build/doctrees/getting_started.doctree deleted: doc/_build/doctrees/index.doctree deleted: doc/_build/doctrees/modules.doctree deleted: doc/_build/doctrees/pycwt.doctree deleted: doc/_build/doctrees/pycwt.sample.doctree deleted: doc/_build/doctrees/pycwt.tests.doctree deleted: doc/_build/doctrees/tutorial.doctree deleted: doc/_build/html/.buildinfo deleted: doc/_build/html/.nojekyll deleted: doc/_build/html/_images/sample_NINO3.png deleted: doc/_build/html/_images/simple_sample.png deleted: doc/_build/html/_sources/getting_started.rst.txt deleted: doc/_build/html/_sources/index.rst.txt deleted: doc/_build/html/_sources/modules.rst.txt deleted: doc/_build/html/_sources/pycwt.rst.txt deleted: doc/_build/html/_sources/pycwt.sample.rst.txt deleted: doc/_build/html/_sources/pycwt.tests.rst.txt deleted: doc/_build/html/_sources/sample/simple_sample.hires.png deleted: doc/_build/html/_sources/sample/simple_sample.pdf deleted: doc/_build/html/_sources/sample/simple_sample.png deleted: doc/_build/html/_sources/sample/simple_sample.py deleted: doc/_build/html/_sources/tutorial.rst.txt deleted: doc/_build/html/_static/ajax-loader.gif deleted: doc/_build/html/_static/alabaster.css deleted: doc/_build/html/_static/background_b01.png deleted: doc/_build/html/_static/basic.css deleted: doc/_build/html/_static/bizstyle.css deleted: doc/_build/html/_static/bizstyle.js deleted: doc/_build/html/_static/classic.css deleted: doc/_build/html/_static/comment-bright.png deleted: doc/_build/html/_static/comment-close.png deleted: doc/_build/html/_static/comment.png deleted: doc/_build/html/_static/css3-mediaqueries.js deleted: doc/_build/html/_static/custom.css deleted: doc/_build/html/_static/doctools.js deleted: doc/_build/html/_static/down-pressed.png deleted: doc/_build/html/_static/down.png deleted: doc/_build/html/_static/file.png deleted: doc/_build/html/_static/jquery.js deleted: doc/_build/html/_static/minus.png deleted: doc/_build/html/_static/plus.png deleted: doc/_build/html/_static/pygments.css deleted: doc/_build/html/_static/searchtools.js deleted: doc/_build/html/_static/sidebar.js deleted: doc/_build/html/_static/underscore.js deleted: doc/_build/html/_static/up-pressed.png deleted: doc/_build/html/_static/up.png deleted: doc/_build/html/_static/websupport.js deleted: doc/_build/html/genindex.html deleted: doc/_build/html/getting_started.html deleted: doc/_build/html/index.html deleted: doc/_build/html/modules.html deleted: doc/_build/html/objects.inv deleted: doc/_build/html/py-modindex.html deleted: doc/_build/html/pycwt.html deleted: doc/_build/html/pycwt.sample.html deleted: doc/_build/html/pycwt.tests.html deleted: doc/_build/html/search.html deleted: doc/_build/html/searchindex.js deleted: doc/_build/html/tutorial.html modified: doc/index.rst new file: doc/sample modified: doc/tutorial.rst 03 May 2017, 18:32:00 UTC
e1f594e Mostly updates on documentation. modified: MANIFEST.in new file: doc/_build/html/_sources_smaple/simple_sample.hires.png new file: doc/_build/html/_sources_smaple/simple_sample.pdf new file: doc/_build/html/_sources_smaple/simple_sample.png new file: doc/_build/html/_sources_smaple/simple_sample.py modified: doc/_build/html/tutorial.html deleted: doc/_build/pycwt.zip deleted: doc/_build/pycwt/sample/simple_sample.hires.png deleted: doc/_build/pycwt/sample/simple_sample.pdf deleted: doc/_build/pycwt/sample/simple_sample.png deleted: doc/_build/pycwt/sample/simple_sample.py modified: setup.py 03 May 2017, 00:35:38 UTC
6146ec7 Merge branch 'master' of https://github.com/regeirk/pycwt 03 May 2017, 00:12:47 UTC
2ae31da Mostly documentation edits. modified: README.txt modified: doc/_build/doctrees/environment.pickle modified: doc/_build/doctrees/getting_started.doctree modified: doc/_build/doctrees/index.doctree modified: doc/_build/doctrees/pycwt.doctree modified: doc/_build/doctrees/tutorial.doctree modified: doc/_build/html/.buildinfo modified: doc/_build/html/_images/sample_NINO3.png modified: doc/_build/html/_images/simple_sample.png modified: doc/_build/html/_sources/getting_started.rst.txt modified: doc/_build/html/_sources/tutorial.rst.txt modified: doc/_build/html/_static/bizstyle.js modified: doc/_build/html/genindex.html modified: doc/_build/html/getting_started.html modified: doc/_build/html/index.html modified: doc/_build/html/objects.inv modified: doc/_build/html/py-modindex.html modified: doc/_build/html/pycwt.html deleted: doc/_build/html/pycwt/sample/simple_sample.hires.png deleted: doc/_build/html/pycwt/sample/simple_sample.pdf deleted: doc/_build/html/pycwt/sample/simple_sample.png deleted: doc/_build/html/pycwt/sample/simple_sample.py modified: doc/_build/html/search.html modified: doc/_build/html/searchindex.js modified: doc/_build/html/tutorial.html modified: doc/_build/pycwt.zip modified: doc/_build/pycwt/sample/simple_sample.hires.png modified: doc/_build/pycwt/sample/simple_sample.pdf modified: doc/_build/pycwt/sample/simple_sample.png modified: doc/conf.py modified: doc/getting_started.rst modified: doc/tutorial.rst modified: pycwt/__init__.py modified: pycwt/sample/sample_MAUNA.png modified: pycwt/sample/sample_MONSOON.png modified: pycwt/sample/sample_SOI.png modified: pycwt/sample/sample_SUNSPOTS.png 03 May 2017, 00:11:54 UTC
289c7fa Mostly documentation edits. modified: README.txt modified: doc/_build/doctrees/environment.pickle modified: doc/_build/doctrees/getting_started.doctree modified: doc/_build/doctrees/index.doctree modified: doc/_build/doctrees/pycwt.doctree modified: doc/_build/doctrees/tutorial.doctree modified: doc/_build/html/.buildinfo modified: doc/_build/html/_images/sample_NINO3.png modified: doc/_build/html/_images/simple_sample.png modified: doc/_build/html/_sources/getting_started.rst.txt modified: doc/_build/html/_sources/tutorial.rst.txt modified: doc/_build/html/_static/bizstyle.js modified: doc/_build/html/genindex.html modified: doc/_build/html/getting_started.html modified: doc/_build/html/index.html modified: doc/_build/html/objects.inv modified: doc/_build/html/py-modindex.html modified: doc/_build/html/pycwt.html deleted: doc/_build/html/pycwt/sample/simple_sample.hires.png deleted: doc/_build/html/pycwt/sample/simple_sample.pdf deleted: doc/_build/html/pycwt/sample/simple_sample.png deleted: doc/_build/html/pycwt/sample/simple_sample.py modified: doc/_build/html/search.html modified: doc/_build/html/searchindex.js modified: doc/_build/html/tutorial.html modified: doc/_build/pycwt.zip modified: doc/_build/pycwt/sample/simple_sample.hires.png modified: doc/_build/pycwt/sample/simple_sample.pdf modified: doc/_build/pycwt/sample/simple_sample.png modified: doc/conf.py modified: doc/getting_started.rst modified: doc/tutorial.rst modified: pycwt/__init__.py modified: pycwt/sample/sample_MAUNA.png modified: pycwt/sample/sample_MONSOON.png modified: pycwt/sample/sample_SOI.png modified: pycwt/sample/sample_SUNSPOTS.png 03 May 2017, 00:02:20 UTC
c380690 Solves some conflicts in merge branch 'master' of https://github.com/regeirk/pycwt Updates some files too Conflicts: pycwt/helpers.py pycwt/sample/sample.py pycwt/wavelet.py pycwt/sample_NINO3.png Changes to be committed: pycwt/mothers.py pycwt/sample_xwt.py 03 May 2017, 00:01:10 UTC
5bf21c5 Refactoring, code style, module documentation and setup tools. Changes to be committed: modified: ../.gitignore modified: ../LICENSE.md new file: ../LICENSE.txt new file: ../MANIFEST.in modified: ../README.md new file: ../README.txt modified: ../doc/Makefile new file: ../doc/_build/doctrees/environment.pickle new file: ../doc/_build/doctrees/getting_started.doctree new file: ../doc/_build/doctrees/index.doctree new file: ../doc/_build/doctrees/modules.doctree new file: ../doc/_build/doctrees/pycwt.doctree new file: ../doc/_build/doctrees/pycwt.sample.doctree new file: ../doc/_build/doctrees/pycwt.tests.doctree new file: ../doc/_build/doctrees/tutorial.doctree new file: ../doc/_build/html/.buildinfo renamed: tests/TOBEWRITTEN -> ../doc/_build/html/.nojekyll new file: ../doc/_build/html/_images/sample_NINO3.png new file: ../doc/_build/html/_images/simple_sample.png new file: ../doc/_build/html/_sources/getting_started.rst.txt new file: ../doc/_build/html/_sources/index.rst.txt new file: ../doc/_build/html/_sources/modules.rst.txt new file: ../doc/_build/html/_sources/pycwt.rst.txt new file: ../doc/_build/html/_sources/pycwt.sample.rst.txt new file: ../doc/_build/html/_sources/pycwt.tests.rst.txt new file: ../doc/_build/html/_sources/tutorial.rst.txt new file: ../doc/_build/html/_static/ajax-loader.gif new file: ../doc/_build/html/_static/alabaster.css new file: ../doc/_build/html/_static/background_b01.png new file: ../doc/_build/html/_static/basic.css new file: ../doc/_build/html/_static/bizstyle.css new file: ../doc/_build/html/_static/bizstyle.js new file: ../doc/_build/html/_static/classic.css new file: ../doc/_build/html/_static/comment-bright.png new file: ../doc/_build/html/_static/comment-close.png new file: ../doc/_build/html/_static/comment.png new file: ../doc/_build/html/_static/css3-mediaqueries.js new file: ../doc/_build/html/_static/custom.css new file: ../doc/_build/html/_static/doctools.js new file: ../doc/_build/html/_static/down-pressed.png new file: ../doc/_build/html/_static/down.png new file: ../doc/_build/html/_static/file.png new file: ../doc/_build/html/_static/jquery.js new file: ../doc/_build/html/_static/minus.png new file: ../doc/_build/html/_static/plus.png new file: ../doc/_build/html/_static/pygments.css new file: ../doc/_build/html/_static/searchtools.js new file: ../doc/_build/html/_static/sidebar.js new file: ../doc/_build/html/_static/underscore.js new file: ../doc/_build/html/_static/up-pressed.png new file: ../doc/_build/html/_static/up.png new file: ../doc/_build/html/_static/websupport.js new file: ../doc/_build/html/genindex.html new file: ../doc/_build/html/getting_started.html new file: ../doc/_build/html/index.html new file: ../doc/_build/html/modules.html new file: ../doc/_build/html/objects.inv new file: ../doc/_build/html/py-modindex.html new file: ../doc/_build/html/pycwt.html new file: ../doc/_build/html/pycwt.sample.html new file: ../doc/_build/html/pycwt.tests.html new file: ../doc/_build/html/pycwt/sample/simple_sample.hires.png new file: ../doc/_build/html/pycwt/sample/simple_sample.pdf new file: ../doc/_build/html/pycwt/sample/simple_sample.png new file: ../doc/_build/html/pycwt/sample/simple_sample.py new file: ../doc/_build/html/search.html new file: ../doc/_build/html/searchindex.js new file: ../doc/_build/html/tutorial.html new file: ../doc/_build/pycwt.zip new file: ../doc/_build/pycwt/sample/simple_sample.hires.png new file: ../doc/_build/pycwt/sample/simple_sample.pdf new file: ../doc/_build/pycwt/sample/simple_sample.png new file: ../doc/_build/pycwt/sample/simple_sample.py new file: ../doc/_templates/layout.html modified: ../doc/conf.py new file: ../doc/getting_started.rst modified: ../doc/index.rst modified: ../doc/make.bat new file: ../doc/pycwt.rst new file: ../doc/tutorial.rst modified: __init__.py modified: helpers.py modified: mothers.py new file: sample/dataset.py new file: sample/paos.colorado.edu/research/wavelets/wave_idl/nino3sst.txt modified: sample/sample.py modified: sample/sample_MAUNA.png modified: sample/sample_MONSOON.png modified: sample/sample_NINO3.png modified: sample/sample_SOI.png modified: sample/sample_SUNSPOTS.png new file: sample/simple_sample.py new file: tests/test_helpers.py modified: wavelet.py new file: ../setup.cfg modified: ../setup.py 02 May 2017, 20:44:10 UTC
c4d1a7e Merge pull request #22 from rsnemmen/py3 Small modifications to make the code compatible with Python 3 02 May 2017, 20:27:04 UTC
9babf9a Small modifications to make the code compatible with Python 3 03 March 2017, 18:56:53 UTC
1de49a2 Merge pull request #16 from smartass101/fft_optimization use pyfftw if available, vectorize FFT for loops 10 May 2016, 16:44:47 UTC
326f2d2 Merge pull request #15 from smartass101/xwt_bugfixes fix cwt extra return values bug, refactor kwargs 10 May 2016, 16:42:50 UTC
f498f5e return n number of FFT bins for fftfreq in smooth 07 March 2016, 19:21:37 UTC
575e183 fix cwt extra return values bug, refactor kwargs In 89ff93 the two extra cwt args (signal_ft, ft_freqs) were removed from calls, but cwt() still returns them. Keyword arguments repetitively passed to cwt() were refactored using **kwargs_dict style argument unpacking. 04 March 2016, 19:39:53 UTC
a794b30 use pyfftw if available, vectorize FFT for loops Rationale: FFTW is a usually lot faster than FFTPACK in scipy and does not need padding which is often a problem with larger signals. FFT implementation selection and configuration: The (presumably) fastest FFT backend is chosen during importing in helpers.py and fft_kwargs() offers a transparent interface for implementation-specific settings. Some of those settings can be configured using global variables in helpers.py. Vectorization of FFT for loops: Using the axis parameter the FFT can be calculated only along a specified axis, e.g. for all rows at once. Multiplication along different axes is vectorized using broadcasting rules for outer product. 04 March 2016, 15:38:43 UTC
e570913 Updates on sample file, CWT function and other minor updates. pycwt/sample/sample.py: .. Includes Fourier spectra .. Removed power rectification as of Liu et al. (2007) .. Saves images pycwt/wavelet.py: .. cwt function returns Fourier spectra again 05 February 2016, 19:09:33 UTC
28444dc More refactoring. 05 February 2016, 17:05:47 UTC
ad7380f Merge branch 'master' of https://github.com/regeirk/pycwt * 'master' of https://github.com/regeirk/pycwt: Some refactoring and minor changes. 05 February 2016, 17:04:00 UTC
8e5f2e0 More refactoring 05 February 2016, 17:02:26 UTC
67dd28d Some refactoring and minor changes. 05 February 2016, 17:01:29 UTC
4bae949 Some refactoring and minor changes. 05 February 2016, 16:38:36 UTC
f9e5080 Updated Setup.py and minor import changes. 05 November 2015, 12:48:44 UTC
06423f4 Merge branch 'master' of github.com:nabobalis/pycwt 28 August 2015, 16:35:40 UTC
e198da8 The Lord said unto me, Push to git blindly my son. 28 August 2015, 16:35:35 UTC
db3da10 Removed file 10 August 2015, 13:37:08 UTC
117d9d3 Tidy the fuckup I did. #LOL 10 August 2015, 13:35:12 UTC
babd92f Merge branch 'master' of github.com:nabobalis/pycwt 10 August 2015, 13:31:16 UTC
89ff931 Minor changes 06 September 2014, 16:52:44 UTC
beda28a Merge branch 'master' of github.com:nabobalis/pycwt 01 September 2014, 09:41:57 UTC
41c3c33 ????? 01 September 2014, 09:41:43 UTC
27f7fd1 The Lord said unto me, Push to git blindly my son. 31 August 2014, 14:53:18 UTC
1377953 The Lord said unto me, Push to git blindly my son. 31 August 2014, 14:45:44 UTC
93b4819 Finally added a license file to the repo. I now need to tidy the code blurbs. 31 August 2014, 14:35:04 UTC
48da0e6 The Lord said unto me, Push to git blindly my son. 29 August 2014, 08:47:38 UTC
4d8625c Found the real slow part of the WCT SIGNFICANCE 28 August 2014, 10:11:54 UTC
fa1f0b0 Update README 20 May 2014, 00:30:10 UTC
8c2b82e Clean: 07 March 2014, 10:52:35 UTC
d248435 The Lord said unto me, Push to git blindly my son. 07 March 2014, 10:40:26 UTC
adc2ff3 The examples are now rewritten. Only issue is that the Sig isnt displaying right for the cross-corellation. 05 March 2014, 14:30:54 UTC
8de430b The Lord said unto me, Push to git blindly my son. 02 March 2014, 14:16:49 UTC
acad05d The Lord said unto me, Push to git blindly my son. 01 March 2014, 18:22:20 UTC
d249d33 More fucking around. The plotting sample code is so ugly but it does the job. The refractoring is still comming along. I think the API is reasonable now. 01 March 2014, 17:30:36 UTC
6552982 The Lord said unto me, Push to git blindly my son. 01 March 2014, 11:23:37 UTC
7b78cd2 There has been a major star again process. This is a better base to carry on refractoring. 28 February 2014, 15:18:09 UTC
2c3be3f Merge pull request #4 from mankoff/master Sample.py now works 24 February 2014, 19:58:26 UTC
c8ac192 :( 23 February 2014, 15:24:40 UTC
4a3e368 cache load warning 22 February 2014, 23:06:30 UTC
070d783 Fix indexing issue 22 February 2014, 22:58:07 UTC
3983ee6 Plot is its own file 22 February 2014, 22:37:26 UTC
5c35542 Alpha is number; fill used bad data 22 February 2014, 22:36:26 UTC
213b215 fixed hatched fill code 22 February 2014, 21:30:50 UTC
dd4c248 Alpha is float not string 22 February 2014, 21:23:17 UTC
8060d91 Import wav file correctly 22 February 2014, 21:21:39 UTC
8cb18a8 clean up source 03 February 2014, 10:37:48 UTC
5048a6c mine changes 06 October 2013, 18:29:26 UTC
210888f Merge pull request #8 from Cadair/master remove built docs 01 October 2013, 12:18:09 UTC
d6fb4bc remove built docs 01 October 2013, 11:40:20 UTC
e3be982 Merge pull request #6 from Cadair/master remove garbage TIME TO DO THIS. 01 October 2013, 11:30:31 UTC
2229c7b remove garbage 01 October 2013, 11:16:45 UTC
baecef4 Added the data and IDL outputed wavelet graphs for a test sample. Now only need to write the python code to output the same style of plot for comparison. 10 September 2013, 10:05:38 UTC
9a25b11 More 17 May 2013, 16:04:04 UTC
577c5d6 More 16 May 2013, 10:12:41 UTC
a734c7b Miore 30 April 2013, 15:54:36 UTC
back to top