Set filetype and experiment fields in JPK driver.
[hooke.git] / hooke / driver / jpk.py
2010-08-20 W. Trevor KingSet filetype and experiment fields in JPK driver.
2010-08-19 W. Trevor KingCopy spring constant into block info in JPK driver.
2010-08-17 W. Trevor KingUse 'simple' conversion handler to process 'file'-type...
2010-08-17 W. Trevor KingMake file-format-version=0.5 support explicit in JPKDriver
2010-08-17 W. Trevor KingConfirm big-endian binary data format for JPK files.
2010-08-15 W. Trevor KingFix existing Driver.is_me's crashes if path is a directory.
2010-08-03 W. Trevor KingRan update_copyright.py
2010-08-01 W. Trevor KingRemove LocalWords (accidental Emacs spellcheck) from...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-17 W. Trevor KingMoved Closing from hooke.driver.jpk to hooke.util.util
2010-06-17 W. Trevor KingAdded calibration file support to the JPK driver.
2010-06-14 W. Trevor KingUse PEP 343's 'with' instead of try:/finally: x.close()
2010-06-14 W. Trevor KingUpdated JPK driver for JPK's version 0.5 format and...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-16 W. Trevor KingRan update_copyright.py, updating all the copyright...
2010-05-16 W. Trevor KingUpdated copyright blurbs in all files to '# Copyright'
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...
2010-05-04 W. Trevor KingMerged with trunk
2010-05-04 W. Trevor KingAdded modular directory structure.
2009-12-17 W. Trevor KingRemoved sha-bang from non-executable python files ...
2009-12-17 W. Trevor KingAdded README and reorganized directory structure (break...