From 946bab00192bd4908ab6a83f3fb9428a095f6f9c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 4 Jun 2010 22:48:46 +0000 Subject: [PATCH] Importing NanoBlogger post "Reading IGOR binary waves from Python" --- .../Reading_IGOR_binary_waves_from_Python.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 posts/Reading_IGOR_binary_waves_from_Python.mdwn diff --git a/posts/Reading_IGOR_binary_waves_from_Python.mdwn b/posts/Reading_IGOR_binary_waves_from_Python.mdwn new file mode 100644 index 0000000..708dfaf --- /dev/null +++ b/posts/Reading_IGOR_binary_waves_from_Python.mdwn @@ -0,0 +1,17 @@ +[[!meta title="Reading IGOR binary waves from Python"]] +[[!meta date="2010-06-04 18:48:46"]] +I finally got around to translating some IBW readers from C to Python. +And so, I present (drumroll :) +[igorbinarywave.py](http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/file/tip/hooke/driver/igorbinarywave.py). +Python because it's easy to drop it into my other Python projects (in +this case, [Hooke](http://code.google.com/p/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 ;). + +Thanks to the folks at [WaveMetrics](http://www.wavemetrics.com/) for +publishing some good +[documentation](ftp://ftp.wavemetrics.net/IgorPro/Technical_Notes/TN003.zip), +even if it's in a goofy format. + +[[!tag programming]] -- 2.26.2