Remove superfluous ..plugin from imports in hooke.plugin.*
[hooke.git] / hooke / plugin / vclamp.py
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-11 W. Trevor KingUpdated vclamp to use new ColumnAddingCommand.
2010-08-11 W. Trevor KingAdd 'ignore index' argument to SurfaceContactCommand
2010-08-11 W. Trevor KingWe don't seem to need to guess the scale in SurfacePosi...
2010-08-11 W. Trevor KingUpdate SurfacePositionModel to match new diag/scale...
2010-08-10 W. Trevor KingUpdate FlatPeaksCommand to use flexible column names.
2010-08-10 W. Trevor KingUpdate PolymerFitCommand to use flexible column names.
2010-08-09 W. Trevor KingConvert the old flatten plotmanip into vclamp's Flatten...
2010-08-08 W. Trevor KingRemove the old multiplier plotmanip from the vclamp...
2010-08-08 W. Trevor KingMoved interesting old vclamp commands over into the...
2010-08-08 W. Trevor KingRemove old vclamp commands replaced by the curve plugin...
2010-08-08 W. Trevor KingUpdate CantileverAdjustedExtensionCommand to use flexib...
2010-08-08 W. Trevor KingUpdate ForceCommand to use flexible column names.
2010-08-08 W. Trevor KingUse .run vs. old ._run in vclamp.scale() to normalize...
2010-08-07 W. Trevor KingUpdate SurfaceContactCommand to use flexible column...
2010-08-07 W. Trevor KingRemoved cruft from procplots & vclamp plugins whose...
2010-08-06 W. Trevor KingAdded CantileverAdjustedExtensionCommand to hooke.plugi...
2010-08-04 W. Trevor KingFix info.columns -> info['columns'] in vclamp.scale()
2010-08-04 W. Trevor KingRemove 'data = ...' line from the end of vclamp.Surface...
2010-08-04 W. Trevor KingAdd `block` argument to hooke.plugin.vclamp.scale and...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingVelocityClampPlugin is a Plugin (not a Builtin)
2010-08-03 W. Trevor KingRan update_copyright.py
2010-06-18 W. Trevor KingMerged Rolf Schmidt's illysam branch
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-02 W. Trevor KingTranslate find_contact_point_fmms to new architecture.
2010-06-02 W. Trevor KingFixups in hooke.plugin.vclamp parameter guess and check.
2010-06-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-05-19 W. Trevor KingFix some outstanding argument issues in flatfilt.
2010-05-19 W. Trevor KingAdded preliminary hooke.plugin.vclamp.scale (just def...
2010-05-19 W. Trevor KingMajor plugin restructuring.