自迁移出 MediaWiki 以来,本页内容尚未经过审查。如果您愿意帮忙,请查看帮助指南!
Interactive_Fitting 插件提供了将不平等的数据到方程并在同一图上不平等结果的功能,并且如果您怀疑有更好的参数集或方程的,则能够更新图而重新重新进行。我注意到 PlotWindow 中添加了使用 CurveFitter 对称数据集的功能(数据»添加更好的函数…)。我需要更多功能,所以…
注意,我想对我能够添加部分出色的工作表示感谢。
##特征

PlotWindow identifies the PlotWindow that contains the plot of interest.
DataSource identifies the plotted dataset of interest.
Fit identifies the desired fitting. The ** option allows an arbitrary equation, using the macro language, to be specified. The rest of the options are CurveFitter predefined fitting options. A user specified equation which is essentially the same as a CurveFitter option may not fit exactly the same.
**Equation** specifies the equation that is fitted and plotted in black. If *Shift-Enter* is pressed in this field, another equation line is added so that it can be plotted, red, green, blue, respectively. No fitting is performed on these addition equations. N.B., if the results of the **Copy to Clipboard** were pasted into the primary equation window, and upon *Enter* being pressed, the fields will be filled in as per the clipboard information.
**letter** specifies the parameter value as per the primary equation. The values will be used for initial values. For the ** option all the parameters are required. For CurveFitter fitting options, if the first value is blank they will be ignored as initial parameters. The values can be changed and if *Enter* is pressed the plot(s) will be updated with the updated parameters.
**Offset** is used by CurveFitter for user defined equations. Not required.
**Multiplier** is used by CurveFitter for user defined equations. Not required.
**Automatically reset the parameters for doFit as they are currently set.** This is useful when the DataSource keeps changing and the fits should all start the same.
**Auto doFit when the identified DataSource(the plot object) changes.**
**doFit** causes the fit to be performed and the results plotted.
**update** causes the equation(s) to be replotted with the current set of parameters.
**Copy to Clipboard** allow the information from the current settings to be captured for later use. May be pasted into the primary equation field to recover the current equations/parameters settings.
The *status field* presents any pertinent details about the fitting / updating.
编码好东西
精美的GUI控制,方便仅使用相关信息。
使用宏处理器评估方程。
询问情节并在其变化时做出反应。
安装
将Interactive_Fitting.zip解压缩到ImageJ插件Plugins › Interactive › Interactive_Plotting…或plugins/jars目录中。jar文件中的源代码。
Plugins › Interactive › Interactive_Plotting…
许可证
GPL 发放许可证。
变更日志
2020年4月1日初始版本。
已知错误
让我知道。