Adjust fit-parameter handling for the polymer_fit plugin.
[hooke.git] / hooke / plugin / polymer_fit.py
2011-04-28 W. Trevor KingAdjust fit-parameter handling for the polymer_fit plugin.
2011-04-28 W. Trevor KingAdapt to handle scipy.optimize.leastsq for scipy >...
2010-11-11 W. Trevor KingUse hooke.command_by_name[...] in hooke.plugin.*.
2010-08-28 W. Trevor King.__setup_params() -> ._setup_params() in hooke/plugin...
2010-08-22 W. Trevor KingSave nicely scaled WLC parameters to the fit dict in...
2010-08-21 W. Trevor KingFix polymer fit info name
2010-08-16 W. Trevor KingUpgraded hooke.plugin.polymer_fit commands to ColumnAdd...
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-11 W. Trevor KingRemove post-fit L/N conversions from polymer_fit.py...
2010-08-11 W. Trevor KingUpdate ModelFitters in polymer_fit.py to match new...
2010-08-10 W. Trevor KingAdd TranslateFlatPeaksCommand.
2010-08-10 W. Trevor KingUse numpy.nan to hide unfit portions of polymer tension...
2010-08-10 W. Trevor KingAdd 'polymer fit' error reporting to PolymerFitPeaksCommand
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-10 W. Trevor KingUpdate PolymerFitCommand to use flexible column names.
2010-08-07 W. Trevor KingFixes to polymer_fit plugin.
2010-08-06 W. Trevor KingUse cantilever adjusted extension in polymer fitting.
2010-08-06 W. Trevor KingMoved hooke.plugin.fit -> polymer_fit & updated to...