projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3895ec0
)
Fix link from IBW post to Hooke post.
author
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 22:30:37 +0000
(17:30 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 16 Feb 2012 22:30:37 +0000
(17:30 -0500)
posts/Reading_IGOR_binary_waves_from_Python.mdwn
patch
|
blob
|
history
diff --git
a/posts/Reading_IGOR_binary_waves_from_Python.mdwn
b/posts/Reading_IGOR_binary_waves_from_Python.mdwn
index e57112b4a26fb23332a9aec6677d7540aacc7acb..bd2fb69029e8214c25f05207e009a7d8d4289234 100644
(file)
--- 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 ;).