test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / driver / jpk.py
2012-11-19 W. Trevor KingConvert from "print ..." to "print(...)"
2012-11-18 W. Trevor KingRan update-copyright.py
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-09-29 W. Trevor KingZip files use slashes (not os.path.sep) for their path...
2010-09-09 W. Trevor KingUse `with Closing(...) as f:` in JPKDriver._zip_segment().
2010-09-09 W. Trevor KingExtent JPK driver to also read .jpk-data1D-file files.
2010-09-08 W. Trevor KingEnsure unique segment names in the JPK driver.
2010-09-08 W. Trevor KingFix distance_base_unit extraction in JPK driver for...
2010-09-08 W. Trevor KingFix JPK list field splitting for empty lists.
2010-09-08 W. Trevor KingOnly pass curve params out to segments if they exist.
2010-09-08 W. Trevor KingSkip some param translation in the JPK driver for chann...
2010-09-08 W. Trevor KingImprove handling of the base calibration slot units...
2010-09-08 W. Trevor KingI'm using the 0.12 specs for the JPK driver, so allow...
2010-09-08 W. Trevor KingAdjust unit extraction from the JPK file format.
2010-09-08 W. Trevor KingAdd support for raster and constant data to JPK driver.
2010-09-08 W. Trevor KingAdd support for {,u}int{16,32} segments in JPK driver.
2010-09-08 W. Trevor KingBreak JPK data block name extraction out into ._zip_seg...
2010-09-08 W. Trevor KingExtract 'z piezo sensitivity (m/V)' from JPK files...
2010-09-08 W. Trevor KingAccept version 0.2 (and similar?) JPK files with channe...
2010-09-08 W. Trevor KingMark block level spring constant as a hack in the JPK...
2010-09-08 W. Trevor KingDon't assume you know which sJPK egments will be created.
2010-09-08 W. Trevor KingAllow JPK file versions up to 0.12 (unfinished).
2010-09-07 W. Trevor KingDon't specify curve or data block types. See doc/stand...
2010-09-06 W. Trevor KingAdd information about JPKForceSpec.txt to hooke.driver...
2010-09-06 W. Trevor KingImprove error message for old (ASCII) JPK file formats.
2010-08-23 W. Trevor KingExtend JPK v0.5 parsing back to 0.3 and 0.4 file formats.
2010-08-21 W. Trevor KingSerialize hooke.experiment.Experiment instances in...
2010-08-20 W. Trevor KingConvert JPK deflection sign to follow Hooke convention.
2010-08-20 W. Trevor KingRemove debugging printout from JPK driver
2010-08-20 W. Trevor KingConvert all channels to their default calibration in...
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...