.__setup_params() -> ._setup_params() in hooke/plugin/*.py.
[hooke.git] / hooke / plugin / flatfilt.py
2010-08-28 W. Trevor King.__setup_params() -> ._setup_params() in hooke/plugin...
2010-08-21 W. Trevor KingFix to plugin experiment checks after 8687bbf30e87.
2010-08-19 W. Trevor KingRemove duplicate Command arguments (e.g. help, stack...
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-12 W. Trevor KingFix .split() -> .strip() typo in 'output peak column...
2010-08-12 W. Trevor KingAdd successful Curve.command_stack maintenance.
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-12 W. Trevor KingRemove superflous ~ from flatfilt docstring.
2010-08-11 W. Trevor KingUpdated FlatFilterCommand's argument handling.
2010-08-11 W. Trevor KingUpdated FlatPeaksCommand to ColumnAddingCommand.
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingAdded PolymerFitPeaksCommand to hooke.plugin.polymer_fit
2010-08-10 W. Trevor KingUpdate FlatPeaksCommand to use flexible column names.
2010-08-04 W. Trevor KingMore cleanups to Setting/Argument type handling, mostly...
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-02 W. Trevor KingMoved contact point detection from plugin.fit -> plugin...
2010-06-01 W. Trevor KingDon't die when flat-filtering curves shorter than blind...
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 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 KingRemoved trailing comma that turned 'median' into a...
2010-05-19 W. Trevor KingFix 'min deviation' -> 'min deviations' typos.
2010-05-19 W. Trevor KingClean up argument handling in hooke.plugin.convfilt...
2010-05-19 W. Trevor KingImport VelocityClamp in hooke.plugin.flatfilt for Convo...
2010-05-19 W. Trevor KingFix self.hooke -> hooke typo in hooke.plugin.flatfilt...
2010-05-19 W. Trevor KingAdd unicode-capable IO to hooke.ui.commandline.
2010-05-19 W. Trevor KingMajor plugin restructuring.