Package reflectometry :: Package model1d :: Package adaptor :: Module reflFittingResidual :: Class ReflFittingResidual

Class ReflFittingResidual

source code


The base class for the fitting residual.
Instance Methods
 
__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=(400,300)) source code
 
Update4Dataset(self)
Update the view when the dataset is changed.
source code
 
Update4Model(self)
Update the view when the model is changed.
source code
 
RefreshViewer(self)
Update the the residual panel.
source code
 
RefreshModelView(self)
Update the view when the dataset and model are changed.
source code
 
UpdateModelView(self)
Update the view when the dataset and model are changed.
source code

Inherited from site-packages.park.parkAui.common.fittingResidual.FittingResidual: Enable, GetModel, SetEditMode, SetModel, UpdateView, UpdateViewer

Inherited from site-packages.park.parkAui.common.auiPanel.AuiPanel: GetPerspective, IsEditMode, OnLeftDClick, RestorePerspective, SetPerspective, ShowErrorMsg

Method Details

__init__(self, parent, id=-1, pos=wx.DefaultPosition, size=(400,300))
(Constructor)

source code 
Overrides: site-packages.park.parkAui.common.auiPanel.AuiPanel.__init__

Update4Dataset(self)

source code 
Update the view when the dataset is changed.
Overrides: site-packages.park.parkAui.common.fittingResidual.FittingResidual.Update4Dataset

Update4Model(self)

source code 
Update the view when the model is changed.
Overrides: site-packages.park.parkAui.common.fittingResidual.FittingResidual.Update4Model

UpdateModelView(self)

source code 
Update the view when the dataset and model are changed.
Overrides: site-packages.park.parkAui.common.fittingResidual.FittingResidual.UpdateModelView