- 19 Jul, 2012 2 commits
-
-
W. Trevor King authored
-
W. Trevor King authored
-
- 18 Jul, 2012 2 commits
-
-
W. Trevor King authored
-
W. Trevor King authored
-
- 17 Jul, 2012 9 commits
-
-
W. Trevor King authored
We'll be needing it for packed.load, so it's not binarywave-specific.
-
W. Trevor King authored
-
W. Trevor King authored
Also moved byte_order to the util module and renamed a few functions internal to the binarywave module so they start with an underscore. The loadibw -> load (and saveibw -> save) change is because from igor.binarywave import load gives you enough of an idea about what you're importing. If you want to keep it explicit in your client module, use from igor.binarywave import load as loadibw which we do in the test.py module.
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
Samples are from TN003.zip, downloaded from ftp://www.wavemetrics.net/IgorPro/Technical_Notes/TN003.zip
-
W. Trevor King authored
-
W. Trevor King authored
I'm confident in the bytes -> strings conversion, but not entirely sure how the strings get mapped into multidimensional arrays.
-
W. Trevor King authored
-
- 16 Jul, 2012 12 commits
-
-
W. Trevor King authored
Otherwise an earier switch to a non-native byte ordering will confuse the current load.
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
It's a utility for the MFP3D driver, not a driver in its own right.
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-
W. Trevor King authored
-