projects
/
hooke.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
hooke.git
2010-06-04
W. Trevor King
Automatically split version 5 Igor wave files into...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Added MFP3D files from tanxx06.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Added JPK files from albedomanu.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Added version 0x06130001 PicoForce file from Fabrizio...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Added Yukken's mfp3d example data
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Ran update_copyright.py on igorbinarywave.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-04
W. Trevor King
Add hooke.driver.igorbinarywave so Hooke can read Igor...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Don't join directory in WTKDriver.__find_previous_canti...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Add headers to output of 'cut' and 'export block'.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Fix help message when too many arguments are passed...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Flip deflection sign in picoforce driver so +deflection...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Oops, forgot to convert 'z piezo gain' to a float in...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Add better comment parsing to hooke.ui.commandline.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Added illysam's 0x07200000 picoforce example
commit
|
commitdiff
|
tree
|
snapshot
2010-06-03
W. Trevor King
Use Sphinx's :manpage: construct for python(1).
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Updated doc/tutorial.txt for currently implemented...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Add FilePlaylist._ignored_keys for boring fields
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Translate find_contact_point_fmms to new architecture.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
'wtk' -> self.name in WTKDriver to reduce duplication
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Add PYTHONPATH reminders to doc/tutorial.txt and doc...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Restrict the setup.py package search to the hooke/...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Ignore distutils build/ directory
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Fix 'min_deviations + std' -> 'min_deviations * std...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Fixups in hooke.plugin.vclamp parameter guess and check.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Flip deflection sign for hooke.driver.wtk.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Moved contact point detection from plugin.fit -> plugin...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Remove blank column in wtk driver retraction curves.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Fix (retract,approach,params) -> (approach,retract...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Add hooke.playlist.NoteIndexList._setup_item
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
W. Trevor King
Additional cleanups in fit.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Added hooke.util.fit for easy Levenberg-Marquardt fitting.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Fix approacing -> approaching typo in cut and curve...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Ran update_copyright.py which updated hooke.util.encoding
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Add wtk driver for W. Trevor King's velocity clamp...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Convert update_copyright.py to a more VCS-agnostic...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Use REPORT_UDIFF doctest option in test/curve_info.py
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Cleanups in hooke.driver.picoforce
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Don't die when flat-filtering curves shorter than blind...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Correct relative path generation in hooke.playlist...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
W. Trevor King
Fix /doc/build/ -> ./doc/build/ in update_copyright.py
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Add another parameter-casting hack.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Confirm lack of peaks in test/data/vclamp_picoforce/
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Use numpy.savetxt (handles multiple columns) rather...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Add test.flat_filter which has been driving the recent...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Adjust path (if it exists) for the child playlist in...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Apply 'name' argument in plugin.playlist.FilterCommand
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix typo .add -> .append in plugin.playlist.FilterCommand
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Initialize 'min peaks' from configuration (if required...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix some outstanding argument issues in flatfilt.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Input codec messes with readline.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Move 'blind window' and 'min peaks' from FlatPeaksComma...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Success import and better peaks validation in flatfilt...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
array.abs() -> numpy.abolute(array) in hooke.util.peak
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Removed trailing comma that turned 'median' into a...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Added default name to hooke.util.peak.mask_to_peaks
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix 'min deviation' -> 'min deviations' typos.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
hooke.util.peak.find_peaks should *not* die on noise...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Clean up argument handling in hooke.plugin.convfilt...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Added input key flexibility to hooke.util.peak._kwarg
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Restore plugin setup in hooke.command.Command.__init__
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Added preliminary hooke.plugin.vclamp.scale (just def...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Import VelocityClamp in hooke.plugin.flatfilt for Convo...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Allow negative voltages in hooke.driver.picoforce.PicoF...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix self.hooke -> hooke typo in hooke.plugin.flatfilt...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix broken hooke.plugin.playlist.playlist_name_callback
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Remove if __name__ == '__main__' section of hooke.hooke
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Add unicode-capable IO to hooke.ui.commandline.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Remove two debugging prints from hooke.ui.commandline
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Adjust update_copyright hacks to follow plugin.peakspot...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Major plugin restructuring.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Remove debugging print command from hooke.util.calculus...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-19
W. Trevor King
Fix a pickling problems with hooke.plugin.playlist...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Allow extra arguments to NoteIndexList.filter's filter_fn
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Move argument_to_setting before plugin loading code...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Add Numpy crossreferences to hooke.util.fft
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Introduce intersphinx to Numpy, Scipy, and Matplotlib
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Add hooke.plugin.argument_to_setting to convert Argumen...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Actually, pass plugin instance to Command.__init__.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Rework Plugin.commands() to include _setup_commands().
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Fix syntax errors in hooke.plugin.curve
commit
|
commitdiff
|
tree
|
snapshot
2010-05-18
W. Trevor King
Finish translating the hooke.plugin.curve Commands...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Converted hooke.util.fft to Hooke coding style.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Add intersphinx_mapping to doc/conf.py
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Add Sphinx extensions sphinx.ext.intersphinx sphinx...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Ran ./update_copyright.py to setup copyrights in caclul...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Adjusted hooke.util.calculus.derivative.__doc__ so...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Merged my unitary FFT wrappers (FFT_tools) as hooke...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Relicensed FFT_tools.py under Hooke's LGPL
fft
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Merged hooke.plugin.plotmanip into hooke.plugin.curve.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Remove leftover curve.InfoCommand cruft from ExportComm...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Moving hooke.plugin.procplots to .curve in preparation...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Started translating hooke.plugin.multifit to new Plugin...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Add REAMDE and playlist.hkp for Hemingway force clamp...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Added sample Hemingway force-clamp curves
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Moved test/data/titin to more descriptive test/data...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Add REAMDE and playlist.hkp for titin I-27 curves.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Added 100 sample velocity-clamp curves for titin I-27
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Fix rief1997 footnote in hooke.experiment.VelocityClamp
commit
|
commitdiff
|
tree
|
snapshot
2010-05-17
W. Trevor King
Updated hooke.driver.picoforce to new Driver class.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
W. Trevor King
Fixed bugs in hooke.curve.Data.__new__ and added doctests
commit
|
commitdiff
|
tree
|
snapshot
next