From: W. Trevor King Date: Thu, 21 Apr 2011 21:53:38 +0000 (-0400) Subject: Oops. Also update calibcant post text. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b120a966fd92e0ecff3dd6541b4bb73f42d95e5;p=blog.git Oops. Also update calibcant post text. --- diff --git a/posts/calibcant.mdwn b/posts/calibcant.mdwn index 879ceef..0281bd0 100644 --- a/posts/calibcant.mdwn +++ b/posts/calibcant.mdwn @@ -4,9 +4,17 @@ 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]]