From: W. Trevor King Date: Thu, 16 Feb 2012 22:27:40 +0000 (-0500) Subject: Add a pointer from my IBW post to my HDF5 post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3895ec051a9b39e15361d644c98d5e12ca0cc80a;p=mw2txt.git Add a pointer from my IBW post to my HDF5 post. --- diff --git a/posts/Reading_IGOR_binary_waves_from_Python.mdwn b/posts/Reading_IGOR_binary_waves_from_Python.mdwn index 7a0608c..e57112b 100644 --- a/posts/Reading_IGOR_binary_waves_from_Python.mdwn +++ b/posts/Reading_IGOR_binary_waves_from_Python.mdwn @@ -11,6 +11,10 @@ to move data that direction anyway ;). Thanks to the folks at [WaveMetrics][] for publishing some good [documentation][], even if it's in a goofy format. +Note that if you're designing a system, [[HDF5]] is almost certainly a +better choice for your data file format than IBW. This module exists +for those of you who's data is already stuck in IBW. + [igorbinarywave.py]: http://git.tremily.us/?p=hooke.git;a=blob;f=hooke/util/igorbinarywave.py;hb=HEAD [WaveMetrics]: http://www.wavemetrics.com/ [documentation]: ftp://ftp.wavemetrics.net/IgorPro/Technical_Notes/TN003.zip