mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Hooke.mdwn
1 [[!template id=gitrepo repo=hooke]]
2
3 [Hooke][] is a [[force spectroscopy]] data analysis package.  For
4 example, Hooke can extract unfolding forces from your experimental
5 data.  You can then fit the unfolding forces to models using my
6 [[sawsim]] simulator.  Of course, some experiments (e.g. force clamp)
7 need no Monte Carlo analysis, so for those, Hooke alone provides a
8 complete analysis package.
9
10 Getting started
11 ===============
12
13 I've tested Hooke on Gentoo and Debian, and I've got an ebuild in my
14 [[Gentoo overlay]].  It should also run fine on Windows, etc., but I
15 don't have easy access to Windows boxes with [[Python]], so I don't
16 test it there as often.
17
18 See the [manual][] and [PyPI page][pypi] for more details.
19
20 [Hooke]: http://code.google.com/p/hooke/
21 [manual]: http://hooke.tremily.us/
22 [pypi]: http://pypi.python.org/pypi/Hooke/
23
24 [[!tag tags/hooke]]
25 [[!tag tags/programming]]
26 [[!tag tags/python]]
27 [[!tag tags/pypi]]
28 [[!tag tags/theory]]