hooke.git
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 KingBring hooke.config and hooke.util.peak doctests up...
2010-06-14 W. Trevor KingAlso override hooke.util.encoding.get_encoding in test...
2010-06-14 W. Trevor KingImport os.path when we use it in test/*_driver.py
2010-06-14 W. Trevor KingAdjust test/wtk_driver.py since I didn't add all my...
2010-06-14 W. Trevor KingSkip PoorFit curves in flatfilt and convfilt.
2010-06-14 W. Trevor KingAvoid possible negative p[2] values in SurfacePositionM...
2010-06-14 W. Trevor KingUpdated JPK driver for JPK's version 0.5 format and...
2010-06-14 W. Trevor KingBe slightly more path-seperator agnostic in test/*_driv...
2010-06-14 W. Trevor KingAdd logger configuration options.
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 KingAdded explicit pickle test and fixed curve.Data pickling.
2010-06-04 W. Trevor KingAdjust hooke.curve.Data so .info is picklable.
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 KingExtend test.mfp3d_driver to test both MFP3D file versio...
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 KingAdded MFP3D files from tanxx06.
2010-06-04 W. Trevor KingAdded JPK files from albedomanu.
2010-06-04 W. Trevor KingAdded version 0x06130001 PicoForce file from Fabrizio...
2010-06-04 W. Trevor KingAdded Yukken's mfp3d example data
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 KingAdd headers to output of 'cut' and 'export block'.
2010-06-03 W. Trevor KingFix help message when too many arguments are passed...
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-03 W. Trevor KingAdd better comment parsing to hooke.ui.commandline.
2010-06-03 W. Trevor KingAdded illysam's 0x07200000 picoforce example
2010-06-03 W. Trevor KingUse Sphinx's :manpage: construct for python(1).
2010-06-02 W. Trevor KingUpdated doc/tutorial.txt for currently implemented...
2010-06-02 W. Trevor KingAdd FilePlaylist._ignored_keys for boring fields
2010-06-02 W. Trevor KingTranslate find_contact_point_fmms to new architecture.
2010-06-02 W. Trevor King'wtk' -> self.name in WTKDriver to reduce duplication
2010-06-02 W. Trevor KingAdd PYTHONPATH reminders to doc/tutorial.txt and doc...
2010-06-02 W. Trevor KingRestrict the setup.py package search to the hooke/...
2010-06-02 W. Trevor KingIgnore distutils build/ directory
2010-06-02 W. Trevor KingFix 'min_deviations + std' -> 'min_deviations * std...
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingFlip deflection sign for hooke.driver.wtk.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
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-02 W. Trevor KingAdd hooke.playlist.NoteIndexList._setup_item
2010-06-02 W. Trevor KingAdditional cleanups in fit.py
2010-06-01 W. Trevor KingAdded hooke.util.fit for easy Levenberg-Marquardt fitting.
2010-06-01 W. Trevor KingFix approacing -> approaching typo in cut and curve...
2010-06-01 W. Trevor KingRan update_copyright.py which updated hooke.util.encoding
2010-06-01 W. Trevor KingAdd wtk driver for W. Trevor King's velocity clamp...
2010-06-01 W. Trevor KingConvert update_copyright.py to a more VCS-agnostic...
2010-06-01 W. Trevor KingUse REPORT_UDIFF doctest option in test/curve_info.py
2010-06-01 W. Trevor KingCleanups in hooke.driver.picoforce
2010-06-01 W. Trevor KingDon't die when flat-filtering curves shorter than blind...
2010-06-01 W. Trevor KingCorrect relative path generation in hooke.playlist...
2010-06-01 W. Trevor KingFix /doc/build/ -> ./doc/build/ in update_copyright.py
2010-05-19 W. Trevor KingAdd another parameter-casting hack.
2010-05-19 W. Trevor KingConfirm lack of peaks in test/data/vclamp_picoforce/
2010-05-19 W. Trevor KingUse numpy.savetxt (handles multiple columns) rather...
2010-05-19 W. Trevor KingAdd test.flat_filter which has been driving the recent...
2010-05-19 W. Trevor KingAdjust path (if it exists) for the child playlist in...
2010-05-19 W. Trevor KingApply 'name' argument in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingFix typo .add -> .append in plugin.playlist.FilterCommand
2010-05-19 W. Trevor KingInitialize 'min peaks' from configuration (if required...
2010-05-19 W. Trevor KingFix some outstanding argument issues in flatfilt.
2010-05-19 W. Trevor KingInput codec messes with readline.
2010-05-19 W. Trevor KingMove 'blind window' and 'min peaks' from FlatPeaksComma...
2010-05-19 W. Trevor KingSuccess import and better peaks validation in flatfilt...
2010-05-19 W. Trevor Kingarray.abs() -> numpy.abolute(array) in hooke.util.peak
2010-05-19 W. Trevor KingRemoved trailing comma that turned 'median' into a...
2010-05-19 W. Trevor KingAdded default name to hooke.util.peak.mask_to_peaks
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor Kinghooke.util.peak.find_peaks should *not* die on noise...
2010-05-19 W. Trevor KingClean up argument handling in hooke.plugin.convfilt...
2010-05-19 W. Trevor KingAdded input key flexibility to hooke.util.peak._kwarg
2010-05-19 W. Trevor KingRestore plugin setup in hooke.command.Command.__init__
2010-05-19 W. Trevor KingAdded preliminary hooke.plugin.vclamp.scale (just def...
2010-05-19 W. Trevor KingImport VelocityClamp in hooke.plugin.flatfilt for Convo...
2010-05-19 W. Trevor KingAllow negative voltages in hooke.driver.picoforce.PicoF...
2010-05-19 W. Trevor KingFix self.hooke -> hooke typo in hooke.plugin.flatfilt...
2010-05-19 W. Trevor KingFix broken hooke.plugin.playlist.playlist_name_callback
2010-05-19 W. Trevor KingRemove if __name__ == '__main__' section of hooke.hooke
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingRemove two debugging prints from hooke.ui.commandline
2010-05-19 W. Trevor KingAdjust update_copyright hacks to follow plugin.peakspot...
2010-05-19 W. Trevor KingMajor plugin restructuring.
2010-05-19 W. Trevor KingRemove debugging print command from hooke.util.calculus...
2010-05-19 W. Trevor KingFix a pickling problems with hooke.plugin.playlist...
2010-05-18 W. Trevor KingAllow extra arguments to NoteIndexList.filter's filter_fn
2010-05-18 W. Trevor KingMove argument_to_setting before plugin loading code...
2010-05-18 W. Trevor KingAdd Numpy crossreferences to hooke.util.fft
2010-05-18 W. Trevor KingIntroduce intersphinx to Numpy, Scipy, and Matplotlib
2010-05-18 W. Trevor KingAdd hooke.plugin.argument_to_setting to convert Argumen...
2010-05-18 W. Trevor KingActually, pass plugin instance to Command.__init__.
2010-05-18 W. Trevor KingRework Plugin.commands() to include _setup_commands().
next