Here is my Python module for AFM cantilever calibration via the
thermal tune method.
-The `README` is posted on the [PyPI page][pypi].
+The `README` is posted on the [PyPI page][pypi], and you might also be
+interested in the [[package dependency graph|calibcant.svg]] generated
+with Yu-Jie Lin's [PDepGraph.py][]:
+
+ $ IGNORED=matplotlib,scipy,numpy,pyyaml,h5py,python,eselect-python
+ $ python PDepGraph.py -o calibcant.dot -D "$IGNORED" calibcant
+ $ dot -T svg -o calibcant.svg calibcant.dot
[pypi]: http://pypi.python.org/pypi/calibcant/
+[PDepgraph.py]:
+ http://code.google.com/p/yjl/source/browse/Miscellaneous/PDepGraph.py
[[!tag tags/code]]
[[!tag tags/linux]]