pycompsesne is a toolbox for compressed sensing and sparse reconstruction algorithms. It is based on sparco.
pycompsense includes an implementation of TwIST.
Use setup.py
:
python setup.py install
After installing:
cd doc make html
Then, direct your browser to build/html/index.html
.
To run the tests with the interpreter available as python
, use:
cd examples python demo_wave_DWT_deconv.py
pycompsense is open-source code released under the GNU Public License <http://www.gnu.org/copyleft/gpl.html>.
For bug reports use the Bitbucket issue tracker. You can also send wishes, comments, patches, etc. to [email protected]
Thank-you to the people at <http://wingware.com/> for their policy of free licenses for non-commercial open source developers.