Added command stack saving and loading.
[hooke.git] / hooke / driver /
2010-08-11 W. Trevor KingFix '@Sens. ZSensorSens' KeyError loading picoforce...
2010-08-07 W. Trevor KingFix nm -> m conversion bug in WTKDriver's deflection...
2010-08-07 W. Trevor KingDon't die comparing 'Low Voltage Z' with 'ZLowVoltage...
2010-08-06 W. Trevor KingUse 'Ciao scan list'/'@Sens. ZSensorSens' to scale...
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
2010-08-03 W. Trevor KingRan update_copyright.py
2010-08-01 W. Trevor KingRemove LocalWords (accidental Emacs spellcheck) from...
2010-07-27 W. Trevor Kinghooke.ui.gui was getting complicated, so I stripped...
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
2010-06-18 W. Trevor KingUse numpy.loadtxt instead of newer numpy.genfromtxt...
2010-06-17 W. Trevor KingMoved hooke.driver.hemingclamp to hemingway and updated...
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 KingAdjust test/wtk_driver.py since I didn't add all my...
2010-06-14 W. Trevor KingUpdated JPK driver for JPK's version 0.5 format and...
2010-06-13 W. Trevor KingRemoved redundant picoforcealt driver
2010-06-04 W. Trevor KingSplit out curve renaming to PicoForceDriver._replace_name
2010-06-04 W. Trevor KingRemove debugging trace files from hooke.driver.picoforce
2010-06-04 W. Trevor KingBrought picoforce driver up to speed with 0x06130001...
2010-06-04 W. Trevor KingMinor consistency cleanups in wtk and picoforce drivers
2010-06-04 W. Trevor KingBrought mfp3d driver up to the new architecture.
2010-06-04 W. Trevor KingAdded post-data optional field processing to igorbinary...
2010-06-04 W. Trevor KingAutomatically split version 5 Igor wave files into...
2010-06-04 W. Trevor KingRan update_copyright.py on igorbinarywave.py
2010-06-04 W. Trevor KingAdd hooke.driver.igorbinarywave so Hooke can read Igor...
2010-06-03 W. Trevor KingDon't join directory in WTKDriver.__find_previous_canti...
2010-06-03 W. Trevor KingFlip deflection sign in picoforce driver so +deflection...
2010-06-03 W. Trevor KingOops, forgot to convert 'z piezo gain' to a float in...
2010-06-02 W. Trevor King'wtk' -> self.name in WTKDriver to reduce duplication
2010-06-02 W. Trevor KingFlip deflection sign for hooke.driver.wtk.
2010-06-02 W. Trevor KingRemove blank column in wtk driver retraction curves.
2010-06-02 W. Trevor KingFix (retract,approach,params) -> (approach,retract...
2010-06-01 W. Trevor KingAdd wtk driver for W. Trevor King's velocity clamp...
2010-06-01 W. Trevor KingCleanups in hooke.driver.picoforce
2010-05-19 W. Trevor KingAllow negative voltages in hooke.driver.picoforce.PicoF...
2010-05-17 W. Trevor KingRan ./update_copyright.py to setup copyrights in caclul...
2010-05-17 W. Trevor KingMerged my unitary FFT wrappers (FFT_tools) as hooke...
2010-05-17 W. Trevor KingUpdated hooke.driver.picoforce to new Driver class.
2010-05-16 W. Trevor KingAdd Curve loading to hooke.playlist.Playlist.
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-12 W. Trevor KingMoved config handling commands from hooke_cli to hooke...
2010-05-12 W. Trevor KingUse *_SETTING_SECTION in hooke.plugin/.driver/.ui for...
2010-05-09 W. Trevor KingCleaned up Builtin handling and reduced driver/plugin...
2010-05-09 W. Trevor KingMoved hooke.playlist -> hooke.plugin.playlist and added...
2010-05-08 W. Trevor KingIroned out kinks in plugin/driver loading and configuring.
2010-05-08 W. Trevor KingRework hooke.driver and hooke.driver.tutorial along...
2010-05-08 W. Trevor KingMoved hooke.libhookecurve -> hooke.curve and rewrote...
2010-05-04 W. Trevor KingReally hideous merge of Rolf Schmidt's code.
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...