test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / driver /
2012-11-19 W. Trevor KingConvert from "print ..." to "print(...)"
2012-11-18 W. Trevor KingRan update-copyright.py
2012-08-20 W. Trevor KingReplace hooke.util.igorbinarywave with external igor...
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-11-10 W. Trevor KingTemporary fix to hooke/driver/wtk.py now that data_logg...
2011-04-28 W. Trevor KingRan update_copyright.py.
2011-04-21 W. Trevor KingInitial attempt at PicoForce 0x05120005 support.
2010-12-14 W. Trevor KingMerge Veeco -> Bruker and NumPy/SciPy doc guide patches.
2010-11-19 W. Trevor KingVeeco -> Bruker since sale of metrology wing this August.
2010-11-09 W. Trevor Kingdata_logger.normalize_logdir -> normalize_log_dir with...
2010-11-09 W. Trevor KingUpdate WTK driver links with git.php -> gitweb.cgi.
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-08 W. Trevor KingMove hooke.driver.igorbinarywave to hooke.util.igorbina...
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 KingName Hemingway data blocks so they may be viewed in...
2010-08-20 W. Trevor KingUse 'Indexes' to split MFP3D curves into blocks.
2010-08-20 W. Trevor KingFirst attempt at temperature extraction for MFP3D ...
2010-08-20 W. Trevor KingAttach raw info etc. to curve in MFP3D driver (used...
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-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.
next