From: W. Trevor King Date: Thu, 16 Feb 2012 22:30:37 +0000 (-0500) Subject: Fix link from IBW post to Hooke post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e22b350fb6ccb407d0813fb78b0d9c6e02221311;p=mw2txt.git Fix link from IBW post to Hooke post. --- diff --git a/posts/Reading_IGOR_binary_waves_from_Python.mdwn b/posts/Reading_IGOR_binary_waves_from_Python.mdwn index e57112b..bd2fb69 100644 --- a/posts/Reading_IGOR_binary_waves_from_Python.mdwn +++ b/posts/Reading_IGOR_binary_waves_from_Python.mdwn @@ -4,7 +4,7 @@ I finally got around to translating some IBW readers from C to Python. And so, I present (drumroll :) [igorbinarywave.py][] Python because it's easy to drop it into my other Python projects (in this case, -[[Hooke]). It's also easy to get a hold of all that useful metadata +[[Hooke]]). It's also easy to get a hold of all that useful metadata in a hurry. No writing ability yet, but I don't know why you'd want to move data that direction anyway ;).