From 3895ec051a9b39e15361d644c98d5e12ca0cc80a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 17:27:40 -0500 Subject: [PATCH] Add a pointer from my IBW post to my HDF5 post. --- posts/Reading_IGOR_binary_waves_from_Python.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2