Summary: | remove mean of signal | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.7.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2008-08-14 03:19:06 UTC
SVN commit 846743 by arwalker: CCBUG:169085 first draft of removal of mean from signal M +43 -10 libkstapp/curvedialogwidget.ui M +50 -30 libkstapp/kst2dplot.cpp M +52 -3 libkstapp/kstcurvedialog_i.cpp M +4 -0 libkstapp/kstcurvedialog_i.h M +17 -0 libkstmath/kstbasecurve.cpp M +9 -4 libkstmath/kstbasecurve.h M +1 -1 libkstmath/ksthistogram.cpp M +84 -17 libkstmath/kstvcurve.cpp M +5 -0 libkstmath/kstvcurve.h WebSVN link: http://websvn.kde.org/?view=rev&revision=846743 SVN commit 847093 by arwalker: CCBUG:169085 disable y-axis offset mode when in log mode M +28 -16 libkstapp/kst2dplot.cpp M +10 -2 libkstmath/kstvcurve.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=847093 SVN commit 847100 by arwalker: CCBUG:169085 add ability to set the y-axis vector offset from javaScript M +39 -0 bind_curve.cpp M +6 -0 bind_curve.h WebSVN link: http://websvn.kde.org/?view=rev&revision=847100 all seems to work and has been independently tested. this functionality is diabled when the y-axis is in log mode. |